Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Apr 16, 2023
1 parent 3310089 commit 0da3797
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions examples/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-demo",
"version": "0.5.2",
"version": "0.6.0",
"private": true,
"scripts": {
"dev": "astro dev",
Expand All @@ -15,14 +15,14 @@
"eslint-config-lxsmnsyc": "^0.5.1",
"postcss": "^8.4.21",
"typescript": "^4.9.4",
"unplugin-thaler": "0.5.2"
"unplugin-thaler": "0.6.0"
},
"dependencies": {
"@astrojs/node": "^5.0.3",
"@astrojs/solid-js": "^2.0.0",
"@astrojs/tailwind": "^3.0.0",
"solid-js": "^1.7.3",
"tailwindcss": "^3.2.4",
"thaler": "0.5.1"
"thaler": "0.6.0"
}
}
6 changes: 3 additions & 3 deletions examples/solidstart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-start-demo",
"version": "0.5.2",
"version": "0.6.0",
"private": true,
"scripts": {
"dev": "solid-start dev",
Expand All @@ -14,15 +14,15 @@
"postcss": "^8.4.21",
"solid-start-node": "^0.2.19",
"typescript": "^4.9.4",
"unplugin-thaler": "0.5.2",
"unplugin-thaler": "0.6.0",
"vite": "^4.1.4"
},
"dependencies": {
"@solidjs/meta": "^0.28.2",
"@solidjs/router": "^0.8.2",
"solid-js": "^1.7.3",
"solid-start": "^0.2.26",
"thaler": "0.5.1",
"thaler": "0.6.0",
"undici": "^5.15.1"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions examples/sveltekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sveltekit-demo",
"version": "0.5.2",
"version": "0.6.0",
"private": true,
"scripts": {
"dev": "vite dev",
Expand All @@ -11,7 +11,7 @@
"lint": "eslint ."
},
"dependencies": {
"thaler": "0.5.1"
"thaler": "0.6.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
Expand All @@ -23,7 +23,7 @@
"svelte-check": "^3.0.1",
"tslib": "^2.4.1",
"typescript": "^4.9.5",
"unplugin-thaler": "0.5.2",
"unplugin-thaler": "0.6.0",
"vite": "^4.2.0"
},
"type": "module"
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.5.2"
"version": "0.6.0"
}
2 changes: 1 addition & 1 deletion packages/thaler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thaler",
"version": "0.5.1",
"version": "0.6.0",
"type": "module",
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/unplugin/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.2",
"version": "0.6.0",
"type": "module",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/production/index.cjs",
Expand Down Expand Up @@ -33,7 +33,7 @@
"eslint": "^8.37.0",
"eslint-config-lxsmnsyc": "^0.5.1",
"pridepack": "^2.4.1",
"thaler": "0.5.1",
"thaler": "0.6.0",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.2",
"version": "0.6.0",
"type": "module",
"types": "./dist/types/index.d.ts",
"main": "./dist/cjs/production/index.cjs",
Expand Down Expand Up @@ -38,7 +38,7 @@
"vite": "^4.2.1"
},
"dependencies": {
"unplugin-thaler": "0.5.2"
"unplugin-thaler": "0.6.0"
},
"peerDependencies": {
"vite": "^3 || ^4"
Expand Down

0 comments on commit 0da3797

Please sign in to comment.