Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Sep 9, 2021
1 parent 4ca2675 commit 902e536
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions examples/accordion-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accordion-example",
"version": "0.5.1",
"version": "0.6.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -17,7 +17,7 @@
"vite-plugin-solid": "^2.0.1"
},
"dependencies": {
"solid-headless": "0.5.1",
"solid-headless": "0.6.0",
"solid-js": "^1.1.0",
"tailwindcss": "^2.2.4"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/dialog-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dialog-example",
"version": "0.5.1",
"version": "0.6.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -17,7 +17,7 @@
"vite-plugin-solid": "^2.0.1"
},
"dependencies": {
"solid-headless": "0.5.1",
"solid-headless": "0.6.0",
"solid-js": "^1.1.0",
"tailwindcss": "^2.2.4"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/disclosure-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "disclosure-example",
"version": "0.5.1",
"version": "0.6.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -17,7 +17,7 @@
"vite-plugin-solid": "^2.0.1"
},
"dependencies": {
"solid-headless": "0.5.1",
"solid-headless": "0.6.0",
"solid-js": "^1.1.0",
"tailwindcss": "^2.2.4"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/listbox-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "listbox-example",
"version": "0.5.1",
"version": "0.6.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -17,7 +17,7 @@
"vite-plugin-solid": "^2.0.1"
},
"dependencies": {
"solid-headless": "0.5.1",
"solid-headless": "0.6.0",
"solid-js": "^1.1.0",
"tailwindcss": "^2.2.4"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/popover-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "popover-example",
"version": "0.5.1",
"version": "0.6.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -17,7 +17,7 @@
"vite-plugin-solid": "^2.0.1"
},
"dependencies": {
"solid-headless": "0.5.1",
"solid-headless": "0.6.0",
"solid-js": "^1.1.0",
"tailwindcss": "^2.2.4"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/radiogroup-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "radiogroup-example",
"version": "0.5.1",
"version": "0.6.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -17,7 +17,7 @@
"vite-plugin-solid": "^2.0.1"
},
"dependencies": {
"solid-headless": "0.5.1",
"solid-headless": "0.6.0",
"solid-js": "^1.1.0",
"tailwindcss": "^2.2.4"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/toolbar-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "toolbar-example",
"version": "0.5.1",
"version": "0.6.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -17,7 +17,7 @@
"vite-plugin-solid": "^2.0.1"
},
"dependencies": {
"solid-headless": "0.5.1",
"solid-headless": "0.6.0",
"solid-js": "^1.1.0",
"tailwindcss": "^2.2.4"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/transitions-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "transitions-example",
"version": "0.5.1",
"version": "0.6.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -17,7 +17,7 @@
"vite-plugin-solid": "^2.0.1"
},
"dependencies": {
"solid-headless": "0.5.1",
"solid-headless": "0.6.0",
"solid-js": "^1.1.0",
"tailwindcss": "^2.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "0.5.1"
"version": "0.6.0"
}
2 changes: 1 addition & 1 deletion packages/solid-headless/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.1",
"version": "0.6.0",
"types": "dist/types/index.d.ts",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.jsx",
Expand Down

0 comments on commit 902e536

Please sign in to comment.