Skip to content

Commit

Permalink
v0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Apr 15, 2023
1 parent 6cba221 commit 2a6a127
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions examples/comments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-example-comments",
"version": "0.14.6",
"version": "0.14.7",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -12,7 +12,7 @@
"typescript": "^4.9.5",
"vite": "^4.2.0",
"vite-plugin-solid": "^2.6.1",
"vite-plugin-solid-labels": "0.14.6"
"vite-plugin-solid-labels": "0.14.7"
},
"private": true,
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions examples/ctf/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "vite-example-ctf",
"version": "0.14.6",
"version": "0.14.7",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"babel-plugin-solid-labels": "0.14.5",
"babel-plugin-solid-labels": "0.14.7",
"eslint": "^8.34.0",
"eslint-config-lxsmnsyc": "^0.5.1",
"typescript": "^4.9.5",
"vite": "^4.2.0",
"vite-plugin-solid": "^2.6.1",
"vite-plugin-solid-labels": "0.14.6"
"vite-plugin-solid-labels": "0.14.7"
},
"private": true,
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions examples/labels/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-example-labels",
"version": "0.14.6",
"version": "0.14.7",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -12,7 +12,7 @@
"typescript": "^4.9.5",
"vite": "^4.2.0",
"vite-plugin-solid": "^2.6.1",
"vite-plugin-solid-labels": "0.14.6"
"vite-plugin-solid-labels": "0.14.7"
},
"private": true,
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "0.14.6"
"version": "0.14.7"
}
2 changes: 1 addition & 1 deletion packages/babel/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.14.5",
"version": "0.14.7",
"type": "module",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/production/index.cjs",
Expand Down
4 changes: 2 additions & 2 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.14.5",
"version": "0.14.7",
"type": "module",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/production/index.cjs",
Expand Down Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@babel/core": "^7.21.3",
"@rollup/pluginutils": "^5.0.2",
"babel-plugin-solid-labels": "0.14.5"
"babel-plugin-solid-labels": "0.14.7"
},
"peerDependencies": {
"rollup": "^3"
Expand Down
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.14.6",
"version": "0.14.7",
"type": "module",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/production/index.cjs",
Expand Down Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@babel/core": "^7.21.3",
"@rollup/pluginutils": "^5.0.2",
"babel-plugin-solid-labels": "0.14.5"
"babel-plugin-solid-labels": "0.14.7"
},
"peerDependencies": {
"vite": "^3 || ^4"
Expand Down

0 comments on commit 2a6a127

Please sign in to comment.