Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Jan 20, 2022
1 parent d41d688 commit 107d3cf
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
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "demo",
"version": "0.2.2",
"version": "0.3.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"babel-plugin-solid-styled": "0.2.2",
"babel-plugin-solid-styled": "0.3.0",
"eslint": "^8.7.0",
"eslint-config-lxsmnsyc": "^0.4.0",
"typescript": "^4.5.4",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"solid-js": "^1.3.3",
"solid-styled": "0.2.2"
"solid-styled": "0.3.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.2.2"
"version": "0.3.0"
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-solid-styled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-solid-styled",
"version": "0.2.2",
"version": "0.3.0",
"types": "dist/types/index.d.ts",
"main": "dist/cjs/production/index.js",
"module": "dist/esm/production/index.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
"eslint": "^8.7.0",
"eslint-config-lxsmnsyc": "^0.4.0",
"pridepack": "1.0.4",
"solid-styled": "0.2.2",
"solid-styled": "0.3.0",
"tslib": "^2.3.1",
"typescript": "^4.5.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.2.2",
"version": "0.3.0",
"types": "dist/types/index.d.ts",
"main": "dist/cjs/production/index.jsx",
"module": "dist/esm/production/index.jsx",
Expand Down

0 comments on commit 107d3cf

Please sign in to comment.