File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " @datum-cloud/datum-ui " : patch
3+ ---
4+
5+ Fix npm publish lifecycle: restore workspace deps in postpublish instead of postpack so the stripped package.json is used during upload
Original file line number Diff line number Diff line change 1010 },
1111 "changesets" : [
1212 " css-architecture-refactor" ,
13+ " fix-publish-lifecycle" ,
1314 " fix-published-deps" ,
1415 " peer-deps-docs" ,
1516 " per-component-subpath-exports" ,
Original file line number Diff line number Diff line change 11# @datum-cloud/datum-ui
22
3+ ## 0.2.0-alpha.7
4+
5+ ### Patch Changes
6+
7+ - Fix npm publish lifecycle: restore workspace deps in postpublish instead of postpack so the stripped package.json is used during upload
8+
39## 0.2.0-alpha.6
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @datum-cloud/datum-ui" ,
33 "type" : " module" ,
4- "version" : " 0.2.0-alpha.6 " ,
4+ "version" : " 0.2.0-alpha.7 " ,
55 "license" : " MIT" ,
66 "repository" : {
77 "url" : " https://github.com/datum-cloud/datum-ui"
253253 "test:coverage" : " vitest run --coverage" ,
254254 "clean" : " rm -rf dist .turbo node_modules coverage" ,
255255 "prepack" : " node scripts/strip-workspace-deps.mjs --strip" ,
256- "postpack " : " node scripts/strip-workspace-deps.mjs --restore"
256+ "postpublish " : " node scripts/strip-workspace-deps.mjs --restore"
257257 },
258258 "peerDependencies" : {
259259 "@conform-to/react" : " >=1" ,
You can’t perform that action at this time.
0 commit comments