Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Nov 26, 2023
1 parent 1a41fb8 commit 3234ddb
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions examples/astro-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-demo",
"version": "0.9.2",
"version": "0.10.0",
"private": true,
"scripts": {
"dev": "astro dev",
Expand All @@ -13,11 +13,11 @@
"eslint": "^8.54.0",
"eslint-config-lxsmnsyc": "^0.6.5",
"typescript": "^5.3.2",
"unplugin-solid-styled": "0.9.2"
"unplugin-solid-styled": "0.10.0"
},
"dependencies": {
"@astrojs/solid-js": "^3.0.2",
"solid-js": "^1.8.1",
"solid-styled": "0.9.2"
"solid-styled": "0.10.0"
}
}
6 changes: 3 additions & 3 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "0.9.2",
"version": "0.10.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -10,13 +10,13 @@
"eslint": "^8.54.0",
"eslint-config-lxsmnsyc": "^0.6.5",
"typescript": "^5.3.2",
"unplugin-solid-styled": "0.9.2",
"unplugin-solid-styled": "0.10.0",
"vite": "^4.5.0",
"vite-plugin-solid": "^2.7.2"
},
"dependencies": {
"solid-js": "^1.8.1",
"solid-styled": "0.9.2"
"solid-styled": "0.10.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.9.2"
"version": "0.10.0"
}
6 changes: 3 additions & 3 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-solid-styled",
"version": "0.9.2",
"version": "0.10.0",
"type": "module",
"files": [
"dist",
Expand All @@ -20,13 +20,13 @@
"eslint-config-lxsmnsyc": "^0.6.5",
"pridepack": "2.5.1",
"rollup": "^3.5.1",
"solid-styled": "0.9.2",
"solid-styled": "0.10.0",
"tslib": "^2.6.2",
"typescript": "^5.3.2"
},
"dependencies": {
"@rollup/pluginutils": "^5.0.2",
"unplugin-solid-styled": "0.9.2"
"unplugin-solid-styled": "0.10.0"
},
"peerDependencies": {
"rollup": "^3",
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-styled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-styled",
"version": "0.9.2",
"version": "0.10.0",
"type": "module",
"exports": {
".": {
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-styled",
"version": "0.9.2",
"version": "0.10.0",
"type": "module",
"files": [
"dist",
Expand All @@ -19,7 +19,7 @@
"eslint": "^8.54.0",
"eslint-config-lxsmnsyc": "^0.6.5",
"pridepack": "2.5.1",
"solid-styled": "0.9.2",
"solid-styled": "0.10.0",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"vite": "^5.0.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-solid-styled",
"version": "0.9.2",
"version": "0.10.0",
"type": "module",
"files": [
"dist",
Expand All @@ -19,13 +19,13 @@
"eslint": "^8.54.0",
"eslint-config-lxsmnsyc": "^0.6.5",
"pridepack": "2.5.1",
"solid-styled": "0.9.2",
"solid-styled": "0.10.0",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"vite": "^5.0.2"
},
"dependencies": {
"unplugin-solid-styled": "0.9.2"
"unplugin-solid-styled": "0.10.0"
},
"peerDependencies": {
"solid-styled": ">=0.9",
Expand Down

0 comments on commit 3234ddb

Please sign in to comment.