Skip to content

Commit b126176

Browse files
committed
chore: release v1.0.0-rc.9
1 parent 5cd8c1b commit b126176

File tree

15 files changed

+27
-27
lines changed

15 files changed

+27
-27
lines changed

bun.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"packages/create-app": {
3232
"name": "@kevinmarrec/create-cloudstack-app",
33-
"version": "1.0.0-rc.8",
33+
"version": "1.0.0-rc.9",
3434
"bin": {
3535
"create-cloudstack-app": "dist/index.js",
3636
},
@@ -81,7 +81,7 @@
8181
},
8282
"packages/eslint-config": {
8383
"name": "@kevinmarrec/cloudstack-eslint-config",
84-
"version": "1.0.0-rc.8",
84+
"version": "1.0.0-rc.9",
8585
"dependencies": {
8686
"@antfu/eslint-config": "^4.12.0",
8787
"@unocss/eslint-plugin": "^66.0.0",
@@ -96,14 +96,14 @@
9696
},
9797
"packages/knip-config": {
9898
"name": "@kevinmarrec/cloudstack-knip-config",
99-
"version": "1.0.0-rc.8",
99+
"version": "1.0.0-rc.9",
100100
"peerDependencies": {
101101
"knip": ">=5.0.0",
102102
},
103103
},
104104
"packages/stylelint-config": {
105105
"name": "@kevinmarrec/cloudstack-stylelint-config",
106-
"version": "1.0.0-rc.8",
106+
"version": "1.0.0-rc.9",
107107
"dependencies": {
108108
"stylelint-config-html": "^1.1.0",
109109
"stylelint-config-recess-order": "^6.0.0",
@@ -115,18 +115,18 @@
115115
},
116116
"packages/taze-config": {
117117
"name": "@kevinmarrec/cloudstack-taze-config",
118-
"version": "1.0.0-rc.8",
118+
"version": "1.0.0-rc.9",
119119
"peerDependencies": {
120120
"taze": ">=18.0.0",
121121
},
122122
},
123123
"packages/tsconfig": {
124124
"name": "@kevinmarrec/cloudstack-tsconfig",
125-
"version": "1.0.0-rc.8",
125+
"version": "1.0.0-rc.9",
126126
},
127127
"packages/unocss-config": {
128128
"name": "@kevinmarrec/cloudstack-unocss-config",
129-
"version": "1.0.0-rc.8",
129+
"version": "1.0.0-rc.9",
130130
"dependencies": {
131131
"@kevinmarrec/cloudstack-unocss-preset": "workspace:*",
132132
},
@@ -136,7 +136,7 @@
136136
},
137137
"packages/unocss-preset": {
138138
"name": "@kevinmarrec/cloudstack-unocss-preset",
139-
"version": "1.0.0-rc.8",
139+
"version": "1.0.0-rc.9",
140140
"dependencies": {
141141
"@unocss/core": "^66.0.0",
142142
"@unocss/preset-icons": "^66.0.0",
@@ -148,7 +148,7 @@
148148
},
149149
"packages/vite-config": {
150150
"name": "@kevinmarrec/cloudstack-vite-config",
151-
"version": "1.0.0-rc.8",
151+
"version": "1.0.0-rc.9",
152152
"dependencies": {
153153
"@kevinmarrec/cloudstack-vite-plugin": "workspace:*",
154154
},
@@ -158,7 +158,7 @@
158158
},
159159
"packages/vite-plugin": {
160160
"name": "@kevinmarrec/cloudstack-vite-plugin",
161-
"version": "1.0.0-rc.8",
161+
"version": "1.0.0-rc.9",
162162
"dependencies": {
163163
"@modyfi/vite-plugin-yaml": "^1.1.1",
164164
"@unocss/vite": "^66.0.0",
@@ -187,7 +187,7 @@
187187
},
188188
"packages/vue": {
189189
"name": "@kevinmarrec/cloudstack-vue",
190-
"version": "1.0.0-rc.8",
190+
"version": "1.0.0-rc.9",
191191
"dependencies": {
192192
"@kevinmarrec/cloudstack-vue-i18n": "workspace:*",
193193
"@kevinmarrec/cloudstack-vue-pwa": "workspace:*",
@@ -202,14 +202,14 @@
202202
},
203203
"packages/vue-i18n": {
204204
"name": "@kevinmarrec/cloudstack-vue-i18n",
205-
"version": "1.0.0-rc.8",
205+
"version": "1.0.0-rc.9",
206206
"peerDependencies": {
207207
"vue": ">=3.5.0",
208208
},
209209
},
210210
"packages/vue-pwa": {
211211
"name": "@kevinmarrec/cloudstack-vue-pwa",
212-
"version": "1.0.0-rc.8",
212+
"version": "1.0.0-rc.9",
213213
"peerDependencies": {
214214
"vue": ">=3.5.0",
215215
},

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kevinmarrec/cloudstack",
33
"type": "module",
4-
"version": "1.0.0-rc.8",
4+
"version": "1.0.0-rc.9",
55
"private": true,
66
"packageManager": "[email protected]",
77
"engines": {

packages/create-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kevinmarrec/create-cloudstack-app",
33
"type": "module",
4-
"version": "1.0.0-rc.8",
4+
"version": "1.0.0-rc.9",
55
"description": "CLI that scaffolds an opinionated Bun & Vue fullstack application.",
66
"author": "Kevin Marrec <[email protected]>",
77
"license": "MIT",

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kevinmarrec/cloudstack-eslint-config",
33
"type": "module",
4-
"version": "1.0.0-rc.8",
4+
"version": "1.0.0-rc.9",
55
"description": "Opinionated ESLint config.",
66
"author": "Kevin Marrec <[email protected]>",
77
"license": "MIT",

packages/knip-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kevinmarrec/cloudstack-knip-config",
33
"type": "module",
4-
"version": "1.0.0-rc.8",
4+
"version": "1.0.0-rc.9",
55
"description": "Opinionated Knip config.",
66
"author": "Kevin Marrec <[email protected]>",
77
"license": "MIT",

packages/stylelint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kevinmarrec/cloudstack-stylelint-config",
33
"type": "module",
4-
"version": "1.0.0-rc.8",
4+
"version": "1.0.0-rc.9",
55
"description": "Opinionated Stylelint config.",
66
"author": "Kevin Marrec <[email protected]>",
77
"license": "MIT",

packages/taze-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kevinmarrec/cloudstack-taze-config",
33
"type": "module",
4-
"version": "1.0.0-rc.8",
4+
"version": "1.0.0-rc.9",
55
"description": "Opinionated Taze config.",
66
"author": "Kevin Marrec <[email protected]>",
77
"license": "MIT",

packages/tsconfig/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kevinmarrec/cloudstack-tsconfig",
3-
"version": "1.0.0-rc.8",
3+
"version": "1.0.0-rc.9",
44
"description": "Opinionated TypeScript config.",
55
"author": "Kevin Marrec <[email protected]>",
66
"license": "MIT",

packages/unocss-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kevinmarrec/cloudstack-unocss-config",
33
"type": "module",
4-
"version": "1.0.0-rc.8",
4+
"version": "1.0.0-rc.9",
55
"description": "Opinionated UnoCSS config.",
66
"author": "Kevin Marrec <[email protected]>",
77
"license": "MIT",

packages/unocss-preset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kevinmarrec/cloudstack-unocss-preset",
33
"type": "module",
4-
"version": "1.0.0-rc.8",
4+
"version": "1.0.0-rc.9",
55
"description": "Opinionated UnoCSS preset.",
66
"author": "Kevin Marrec <[email protected]>",
77
"license": "MIT",

packages/vite-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kevinmarrec/cloudstack-vite-config",
33
"type": "module",
4-
"version": "1.0.0-rc.8",
4+
"version": "1.0.0-rc.9",
55
"description": "Opinionated Vite config.",
66
"author": "Kevin Marrec <[email protected]>",
77
"license": "MIT",

packages/vite-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kevinmarrec/cloudstack-vite-plugin",
33
"type": "module",
4-
"version": "1.0.0-rc.8",
4+
"version": "1.0.0-rc.9",
55
"description": "Opinionated Vite plugin.",
66
"author": "Kevin Marrec <[email protected]>",
77
"license": "MIT",

packages/vue-i18n/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kevinmarrec/cloudstack-vue-i18n",
33
"type": "module",
4-
"version": "1.0.0-rc.8",
4+
"version": "1.0.0-rc.9",
55
"description": "Opinionated Internationalization (i18n) Vue plugin.",
66
"author": "Kevin Marrec <[email protected]>",
77
"license": "MIT",

packages/vue-pwa/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kevinmarrec/cloudstack-vue-pwa",
33
"type": "module",
4-
"version": "1.0.0-rc.8",
4+
"version": "1.0.0-rc.9",
55
"description": "Opinionated PWA Vue integration.",
66
"author": "Kevin Marrec <[email protected]>",
77
"license": "MIT",

packages/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@kevinmarrec/cloudstack-vue",
33
"type": "module",
4-
"version": "1.0.0-rc.8",
4+
"version": "1.0.0-rc.9",
55
"description": "Opinionated Collection of Vue Components and Composition Utilities.",
66
"author": "Kevin Marrec <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)