Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Oct 17, 2022
1 parent 2a3000f commit 4d6d91d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "0.6.3",
"version": "0.7.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"solid-js": "^1.5.6",
"solid-styled": "0.6.3"
"solid-styled": "0.7.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 @@ -15,5 +15,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "0.6.3"
"version": "0.7.0"
}
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.6.3",
"version": "0.7.0",
"type": "module",
"exports": {
".": {
Expand Down

0 comments on commit 4d6d91d

Please sign in to comment.