From 849890c3dc2a1a05f73414b54509489d6ad34e25 Mon Sep 17 00:00:00 2001 From: "Alexis H. Munsayac" Date: Wed, 11 Oct 2023 17:09:23 +0800 Subject: [PATCH] v0.15.0 --- examples/comments/package.json | 4 ++-- examples/ctf/package.json | 4 ++-- examples/labels/package.json | 4 ++-- lerna.json | 2 +- packages/babel/package.json | 2 +- packages/rollup/package.json | 4 ++-- packages/unplugin/package.json | 4 ++-- packages/vite/package.json | 4 ++-- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/examples/comments/package.json b/examples/comments/package.json index a488e9d..a915e5f 100644 --- a/examples/comments/package.json +++ b/examples/comments/package.json @@ -1,7 +1,7 @@ { "name": "vite-example-comments", "type": "module", - "version": "0.14.7", + "version": "0.15.0", "scripts": { "dev": "vite", "build": "vite build", @@ -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": { diff --git a/examples/ctf/package.json b/examples/ctf/package.json index edaf555..7ee5544 100644 --- a/examples/ctf/package.json +++ b/examples/ctf/package.json @@ -1,7 +1,7 @@ { "name": "vite-example-ctf", "type": "module", - "version": "0.14.7", + "version": "0.15.0", "scripts": { "dev": "vite", "build": "vite build", @@ -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": { diff --git a/examples/labels/package.json b/examples/labels/package.json index efecfad..6356e14 100644 --- a/examples/labels/package.json +++ b/examples/labels/package.json @@ -1,7 +1,7 @@ { "name": "vite-example-labels", "type": "module", - "version": "0.14.7", + "version": "0.15.0", "scripts": { "dev": "vite", "build": "vite build", @@ -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": { diff --git a/lerna.json b/lerna.json index d8c75e3..d9a360e 100644 --- a/lerna.json +++ b/lerna.json @@ -14,5 +14,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "0.14.7" + "version": "0.15.0" } diff --git a/packages/babel/package.json b/packages/babel/package.json index 37bcd96..3dd6de8 100644 --- a/packages/babel/package.json +++ b/packages/babel/package.json @@ -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", diff --git a/packages/rollup/package.json b/packages/rollup/package.json index 6e98281..7976180 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -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", @@ -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" diff --git a/packages/unplugin/package.json b/packages/unplugin/package.json index 7b7f8e2..f9a25cb 100644 --- a/packages/unplugin/package.json +++ b/packages/unplugin/package.json @@ -1,6 +1,6 @@ { "name": "unplugin-solid-labels", - "version": "0.14.7", + "version": "0.15.0", "type": "module", "files": [ "dist", @@ -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": { diff --git a/packages/vite/package.json b/packages/vite/package.json index ee75cd4..7476744 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -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", @@ -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"