Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Jul 26, 2022
1 parent 3c336f0 commit 3557f2d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions examples/demo/package.json
@@ -1,13 +1,13 @@
{
"name": "demo",
"version": "0.4.1",
"version": "0.5.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"babel-plugin-solid-styled": "0.4.1",
"babel-plugin-solid-styled": "0.5.0",
"eslint": "^8.18.0",
"eslint-config-lxsmnsyc": "^0.4.1",
"typescript": "^4.7.4",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"solid-js": "^1.4.4",
"solid-styled": "0.4.1"
"solid-styled": "0.5.0"
},
"private": true,
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -15,5 +15,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "0.4.1"
"version": "0.5.0"
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-solid-styled/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-solid-styled",
"version": "0.4.1",
"version": "0.5.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"eslint": "^8.18.0",
"eslint-config-lxsmnsyc": "^0.4.4",
"pridepack": "2.1.2",
"solid-styled": "0.4.1",
"solid-styled": "0.5.0",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-styled/package.json
@@ -1,6 +1,6 @@
{
"name": "solid-styled",
"version": "0.4.1",
"version": "0.5.0",
"type": "module",
"exports": {
".": {
Expand Down

0 comments on commit 3557f2d

Please sign in to comment.