Skip to content

Commit

Permalink
v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Jan 27, 2024
1 parent ae790f2 commit 42f9a05
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 25 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.11.0",
"version": "0.11.1",
"private": true,
"scripts": {
"dev": "astro dev",
Expand All @@ -11,11 +11,11 @@
"devDependencies": {
"astro": "^4.1.2",
"typescript": "^5.3.3",
"unplugin-solid-styled": "0.11.0"
"unplugin-solid-styled": "0.11.1"
},
"dependencies": {
"@astrojs/solid-js": "^4.0.1",
"solid-js": "^1.8.11",
"solid-styled": "0.11.0"
"solid-styled": "0.11.1"
}
}
6 changes: 3 additions & 3 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "demo",
"type": "module",
"version": "0.11.0",
"version": "0.11.1",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"typescript": "^5.3.3",
"unplugin-solid-styled": "0.11.0",
"unplugin-solid-styled": "0.11.1",
"vite": "^5.0.11",
"vite-plugin-solid": "2.8.0"
},
"dependencies": {
"solid-js": "^1.8.11",
"solid-styled": "0.11.0"
"solid-styled": "0.11.1"
},
"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.11.0"
"version": "0.11.1"
}
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.11.0",
"version": "0.11.1",
"type": "module",
"files": [
"dist",
Expand All @@ -18,13 +18,13 @@
"@types/node": "^20.11.1",
"pridepack": "2.6.0",
"rollup": "^4.9.5",
"solid-styled": "0.11.0",
"solid-styled": "0.11.1",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@rollup/pluginutils": "^5.0.2",
"unplugin-solid-styled": "0.11.0"
"unplugin-solid-styled": "0.11.1"
},
"peerDependencies": {
"rollup": "^3 || ^4",
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.11.0",
"version": "0.11.1",
"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.11.0",
"version": "0.11.1",
"type": "module",
"files": [
"dist",
Expand All @@ -17,7 +17,7 @@
"devDependencies": {
"@types/node": "^20.11.1",
"pridepack": "2.6.0",
"solid-styled": "0.11.0",
"solid-styled": "0.11.1",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.11"
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.11.0",
"version": "0.11.1",
"type": "module",
"files": [
"dist",
Expand All @@ -17,13 +17,13 @@
"devDependencies": {
"@types/node": "^20.11.1",
"pridepack": "2.6.0",
"solid-styled": "0.11.0",
"solid-styled": "0.11.1",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.11"
},
"dependencies": {
"unplugin-solid-styled": "0.11.0"
"unplugin-solid-styled": "0.11.1"
},
"peerDependencies": {
"solid-styled": ">=0.9",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42f9a05

Please sign in to comment.