diff --git a/package-lock.json b/package-lock.json index 761bcfb..85e6334 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20535,12 +20535,12 @@ } }, "packages/@slithe/playground": { - "version": "0.0.4", + "version": "0.0.5", "license": "MIT", "dependencies": { "@polka/compression": "^1.0.0-next.25", "@slithe/cli": "^0.0.1", - "@slithe/vue": "^0.2.1", + "@slithe/vue": "^0.2.2", "jiti": "^2.3.3", "picocolors": "^1.1.1", "polka": "^0.5.2", @@ -20567,7 +20567,7 @@ } }, "packages/@slithe/primer": { - "version": "0.3.1", + "version": "0.3.2", "license": "MIT", "devDependencies": { "@primer/octicons": "^17.11.1", @@ -20970,7 +20970,7 @@ } }, "packages/@slithe/vue": { - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "devDependencies": { "@shared/utils": "*", diff --git a/packages/@slithe/playground/package.json b/packages/@slithe/playground/package.json index da70283..5d0a9d5 100644 --- a/packages/@slithe/playground/package.json +++ b/packages/@slithe/playground/package.json @@ -1,6 +1,6 @@ { "name": "@slithe/playground", - "version": "0.0.4", + "version": "0.0.5", "description": "Slithe Playground", "type": "module", "files": [ @@ -53,7 +53,7 @@ "dependencies": { "@polka/compression": "^1.0.0-next.25", "@slithe/cli": "^0.0.1", - "@slithe/vue": "^0.2.1", + "@slithe/vue": "^0.2.2", "jiti": "^2.3.3", "picocolors": "^1.1.1", "polka": "^0.5.2", diff --git a/packages/@slithe/primer/package.json b/packages/@slithe/primer/package.json index e8e78b6..a011538 100644 --- a/packages/@slithe/primer/package.json +++ b/packages/@slithe/primer/package.json @@ -1,6 +1,6 @@ { "name": "@slithe/primer", - "version": "0.3.1", + "version": "0.3.2", "description": "Slithe Primer Theme", "type": "module", "module": "dist/index.js", diff --git a/packages/@slithe/vue/package.json b/packages/@slithe/vue/package.json index e356538..1d308de 100644 --- a/packages/@slithe/vue/package.json +++ b/packages/@slithe/vue/package.json @@ -1,6 +1,6 @@ { "name": "@slithe/vue", - "version": "0.2.1", + "version": "0.2.2", "description": "Slithe Vue Wrapper", "type": "module", "main": "dist/index.js",