File tree Expand file tree Collapse file tree 5 files changed +304
-25
lines changed Expand file tree Collapse file tree 5 files changed +304
-25
lines changed Original file line number Diff line number Diff line change 18
18
"story.headless" : " nx storybook headless" ,
19
19
"test.headless" : " nx component-test headless" ,
20
20
"test.headless.ci" : " nx component-test-ci headless" ,
21
+ "update.version" : " tsm ./scripts/update-versions.ts" ,
21
22
"build" : " nx build website" ,
22
23
"build.cloudflare" : " nx build-cloudflare website" ,
23
24
"build.headless" : " nx build headless" ,
42
43
"@jscutlery/semver" : " ^3.1.0" ,
43
44
"@k11r/nx-cloudflare-wrangler" : " 2.7.1" ,
44
45
"@nx/cypress" : " 17.1.3" ,
46
+ "@nx/eslint" : " 17.1.3" ,
45
47
"@nx/eslint-plugin" : " 17.1.3" ,
46
48
"@nx/js" : " 17.1.3" ,
47
49
"@nx/storybook" : " 17.1.3" ,
112
114
"tailwind-merge" : " ^1.14.0" ,
113
115
"tailwindcss" : " ^3.3.3" ,
114
116
"ts-node" : " 10.9.1" ,
117
+ "tsm" : " 2.3.0" ,
115
118
"typescript" : " ^5.2.2" ,
116
119
"undici" : " ^5.23.0" ,
117
120
"unified" : " ^10.1.2" ,
124
127
"vite-plugin-static-copy" : " 0.17.0" ,
125
128
"vite-tsconfig-paths" : " 4.2.0" ,
126
129
"vitest" : " ^0.34.3" ,
127
- "wrangler" : " ^3.11.0" ,
128
- "@nx/eslint" : " 17.1.3"
130
+ "wrangler" : " ^3.11.0"
129
131
},
130
132
"dependencies" : {
131
133
"@fontsource-variable/inter" : " 5.0.8" ,
Original file line number Diff line number Diff line change 51
51
"noVerify" : true ,
52
52
"push" : true ,
53
53
"releaseAs" : " patch" ,
54
- "postTargets" : [" headless:publish" , " headless:push-to-github" ]
54
+ "postTargets" : [
55
+ " headless:update-utils-version" ,
56
+ " headless:publish" ,
57
+ " headless:push-to-github"
58
+ ]
59
+ }
60
+ },
61
+ "update-utils-version" : {
62
+ "executor" : " nx:run-commands" ,
63
+ "options" : {
64
+ "command" : " pnpm update.version"
55
65
}
56
66
},
57
67
"publish" : {
65
75
"options" : {
66
76
"tag" : " ${tag}" ,
67
77
"notes" : " ${notes}" ,
68
- "title" : " @qwik-ui/kit- headless@${version}"
78
+ "title" : " @qwik-ui/headless@${version}"
69
79
}
70
80
},
71
81
"storybook" : {
86
96
"options" : {
87
97
"uiFramework" : " @storybook/html" ,
88
98
"configDir" : " packages/kit-headless/.storybook" ,
89
- "outputDir" : " dist/storybook/headless"
99
+ "outputDir" : " dist/storybook/kit- headless"
90
100
},
91
101
"configurations" : {
92
102
"ci" : {
You can’t perform that action at this time.
0 commit comments