Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Oct 19, 2022
1 parent 8bd80b2 commit db3923b
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 19 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.0.1",
"version": "0.7.1",
"private": true,
"scripts": {
"dev": "astro dev",
Expand All @@ -13,11 +13,11 @@
"eslint": "^8.25.0",
"eslint-config-lxsmnsyc": "^0.4.8",
"typescript": "^4.8.4",
"vite-plugin-solid-styled": "0.7.0"
"vite-plugin-solid-styled": "0.7.1"
},
"dependencies": {
"@astrojs/solid-js": "^1.2.0",
"solid-js": "^1.5.6",
"solid-styled": "0.7.0"
"solid-styled": "0.7.1"
}
}
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.7.0",
"version": "0.7.1",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -12,11 +12,11 @@
"typescript": "^4.8.4",
"vite": "^3.1.8",
"vite-plugin-solid": "^2.3.6",
"vite-plugin-solid-styled": "0.7.0"
"vite-plugin-solid-styled": "0.7.1"
},
"dependencies": {
"solid-js": "^1.5.6",
"solid-styled": "0.7.0"
"solid-styled": "0.7.1"
},
"private": true,
"publishConfig": {
Expand Down
11 changes: 3 additions & 8 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
{
"useWorkspaces": true,
"packages": [
"packages/*",
"examples/*"
],
"packages": ["packages/*", "examples/*"],
"command": {
"version": {
"exact": true
},
"publish": {
"allowBranch": [
"main"
],
"allowBranch": ["main"],
"registry": "https://registry.npmjs.org/"
}
},
"version": "0.7.0"
"version": "0.7.1"
}
4 changes: 2 additions & 2 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.7.0",
"version": "0.7.1",
"type": "module",
"files": [
"dist",
Expand All @@ -21,7 +21,7 @@
"eslint-config-lxsmnsyc": "^0.4.8",
"pridepack": "2.3.0",
"rollup": "^3.2.3",
"solid-styled": "0.7.0",
"solid-styled": "0.7.1",
"tslib": "^2.4.0",
"typescript": "^4.8.4",
"vitest": "^0.24.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.7.0",
"version": "0.7.1",
"type": "module",
"exports": {
".": {
Expand Down
4 changes: 2 additions & 2 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.7.0",
"version": "0.7.1",
"type": "module",
"files": [
"dist",
Expand All @@ -20,7 +20,7 @@
"eslint": "^8.25.0",
"eslint-config-lxsmnsyc": "^0.4.8",
"pridepack": "2.3.0",
"solid-styled": "0.7.0",
"solid-styled": "0.7.1",
"tslib": "^2.4.0",
"typescript": "^4.8.4",
"vite": "^3.1.8",
Expand Down

0 comments on commit db3923b

Please sign in to comment.