Skip to content

Commit

Permalink
v0.0.15-alpha.85
Browse files Browse the repository at this point in the history
  • Loading branch information
RockShi1994 committed Oct 31, 2024
1 parent 39e04f3 commit 7911df2
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions examples/ssr-html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssr-simple",
"version": "0.0.15-alpha.84",
"version": "0.0.15-alpha.85",
"main": "index.js",
"type": "module",
"scripts": {
Expand All @@ -14,9 +14,9 @@
"license": "ISC",
"description": "",
"dependencies": {
"@gez/core": "workspace:0.0.15-alpha.84"
"@gez/core": "workspace:0.0.15-alpha.85"
},
"devDependencies": {
"@gez/rspack": "workspace:0.0.15-alpha.84"
"@gez/rspack": "workspace:0.0.15-alpha.85"
}
}
2 changes: 1 addition & 1 deletion examples/ssr-vue2-host/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssr-vue2-host",
"version": "0.0.15-alpha.84",
"version": "0.0.15-alpha.85",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr-vue2-remote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssr-vue2-remote",
"version": "0.0.15-alpha.84",
"version": "0.0.15-alpha.85",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr-vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssr-vue3",
"version": "0.0.15-alpha.84",
"version": "0.0.15-alpha.85",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.15-alpha.84",
"version": "0.0.15-alpha.85",
"packages": [
"packages/*",
"examples/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/class-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"vitest": "1.6.0",
"vue": "^3.5.6"
},
"version": "0.0.15-alpha.84",
"version": "0.0.15-alpha.85",
"type": "module",
"private": false,
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"unbuild": "2.0.0",
"vitest": "1.6.0"
},
"version": "0.0.15-alpha.84",
"version": "0.0.15-alpha.85",
"type": "module",
"private": false,
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"unbuild": "2.0.0",
"vitest": "1.6.0"
},
"version": "0.0.15-alpha.84",
"version": "0.0.15-alpha.85",
"type": "module",
"private": false,
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"stylelint-order": "^6.0.4",
"vue-eslint-parser": "^9.4.2"
},
"version": "0.0.15-alpha.84",
"version": "0.0.15-alpha.85",
"type": "module",
"private": false,
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"unbuild": "2.0.0",
"vitest": "1.6.0"
},
"version": "0.0.15-alpha.84",
"version": "0.0.15-alpha.85",
"type": "module",
"private": false,
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"unbuild": "2.0.0",
"vitest": "1.6.0"
},
"version": "0.0.15-alpha.84",
"version": "0.0.15-alpha.85",
"type": "module",
"private": false,
"exports": {
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7911df2

Please sign in to comment.