Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Oct 11, 2023
1 parent d5b7556 commit 849890c
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions examples/comments/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-example-comments",
"type": "module",
"version": "0.14.7",
"version": "0.15.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -13,7 +13,7 @@
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite-plugin-solid": "^2.7.0",
"vite-plugin-solid-labels": "0.14.7"
"vite-plugin-solid-labels": "0.15.0"
},
"private": true,
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions examples/ctf/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-example-ctf",
"type": "module",
"version": "0.14.7",
"version": "0.15.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -13,7 +13,7 @@
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite-plugin-solid": "^2.7.0",
"vite-plugin-solid-labels": "0.14.7"
"vite-plugin-solid-labels": "0.15.0"
},
"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,7 +1,7 @@
{
"name": "vite-example-labels",
"type": "module",
"version": "0.14.7",
"version": "0.15.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -13,7 +13,7 @@
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite-plugin-solid": "^2.7.0",
"vite-plugin-solid-labels": "0.14.7"
"vite-plugin-solid-labels": "0.15.0"
},
"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 @@ -14,5 +14,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "0.14.7"
"version": "0.15.0"
}
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.7",
"version": "0.15.0",
"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.7",
"version": "0.15.0",
"type": "module",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/production/index.cjs",
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "^5.2.2"
},
"dependencies": {
"unplugin-solid-labels": "0.14.7"
"unplugin-solid-labels": "0.15.0"
},
"peerDependencies": {
"rollup": "^3 || ^4"
Expand Down
4 changes: 2 additions & 2 deletions packages/unplugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unplugin-solid-labels",
"version": "0.14.7",
"version": "0.15.0",
"type": "module",
"files": [
"dist",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@babel/core": "^7.23.0",
"@rollup/pluginutils": "^5.0.2",
"babel-plugin-solid-labels": "0.14.7",
"babel-plugin-solid-labels": "0.15.0",
"unplugin": "^1.3.1"
},
"peerDependencies": {
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.7",
"version": "0.15.0",
"type": "module",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/production/index.cjs",
Expand Down Expand Up @@ -42,7 +42,7 @@
"vite": "^4.4.11"
},
"dependencies": {
"unplugin-solid-labels": "0.14.7"
"unplugin-solid-labels": "0.15.0"
},
"peerDependencies": {
"vite": "^3 || ^4"
Expand Down

0 comments on commit 849890c

Please sign in to comment.