-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split date adapters into sub packages to help with peerDependencies r… #4519
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: b8f42e9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
2709996
to
f41a98f
Compare
|
f41a98f
to
e191555
Compare
e191555
to
0626cdc
Compare
0626cdc
to
1fe4072
Compare
1fe4072
to
e33a3d9
Compare
e33a3d9
to
9e1525e
Compare
9e1525e
to
fb47411
Compare
fb47411
to
bfc7fc3
Compare
/release-pr |
🫰✨ Thanks @mark-tate! Your snapshots have been published to npm. Test the snapshots by updating your yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] |
bfc7fc3
to
d81e134
Compare
/release-pr |
🫰✨ Thanks @mark-tate! Your snapshots have been published to npm. Test the snapshots by updating your yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] |
d81e134
to
cc3d57e
Compare
/release-pr |
🫰✨ Thanks @mark-tate! Your snapshots have been published to npm. Test the snapshots by updating your yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] |
working example with peer dependencies |
cc3d57e
to
763af70
Compare
763af70
to
a5b7e20
Compare
a5b7e20
to
d1863ea
Compare
d1863ea
to
b0445dc
Compare
b0445dc
to
9b721e1
Compare
9b721e1
to
c016dc5
Compare
/release-pr |
🫰✨ Thanks @mark-tate! Your snapshots have been published to npm. Test the snapshots by updating your yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] yarn add @salt-ds/[email protected] |
…esolution ```diff - import { AdapterDateFns } from "@salt-ds/date-adapters"; - import { AdapterDayjs } from "@salt-ds/date-adapters"; - import { AdapterLuxon } from "@salt-ds/date-adapters"; - import { AdapterMoment } from "@salt-ds/date-adapters"; + import { AdapterDateFns } from "@salt-ds/date-adapters/date-fns"; + import { AdapterDayjs } from "@salt-ds/date-adapters/dayjs"; + import { AdapterLuxon } from "@salt-ds/date-adapters/luxon"; + import { AdapterMoment } from "@salt-ds/date-adapters/moment"; ```
c016dc5
to
b8f42e9
Compare
…esolution