Skip to content

Commit

Permalink
chore(release): v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LancelotLewis committed Mar 29, 2024
1 parent dead035 commit 2a40808
Show file tree
Hide file tree
Showing 20 changed files with 24 additions and 19 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.7.6 (2024-3-29)

- chore: remove website/* in workspace
- fix: use BLOCKLET_VITE_PORT as hmr port

## 0.7.5 (2024-3-25)

- feat: support cache vite port in .env.development.local file
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-blocklet",
"private": true,
"version": "0.7.5",
"version": "0.7.6",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-blocklet",
"version": "0.7.5",
"version": "0.7.6",
"exports": "./index.js",
"type": "module",
"repository": "[email protected]:blocklet/create-blocklet.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/react-dapp-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-blocklet": "^0.7.5",
"vite-plugin-blocklet": "^0.7.6",
"vite-plugin-svgr": "^4.2.0",
"zx": "^7.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/react-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.1.1",
"vite": "^5.0.10",
"vite-plugin-blocklet": "^0.7.5",
"vite-plugin-blocklet": "^0.7.6",
"vite-plugin-svgr": "^4.2.0",
"zx": "^7.2.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/react-gun-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"prettier": "^3.1.1",
"rimraf": "^3.0.2",
"vite": "^5.0.10",
"vite-plugin-blocklet": "^0.7.5",
"vite-plugin-blocklet": "^0.7.6",
"vite-plugin-svgr": "^4.2.0",
"zx": "^7.2.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/react-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"prettier": "^3.1.1",
"rimraf": "^3.0.2",
"vite": "^5.0.10",
"vite-plugin-blocklet": "^0.7.5",
"vite-plugin-blocklet": "^0.7.6",
"vite-plugin-svgr": "^4.2.0",
"zx": "^7.2.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/solidjs-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"prettier": "^3.1.1",
"rimraf": "^3.0.2",
"vite": "^5.0.10",
"vite-plugin-blocklet": "^0.7.5",
"vite-plugin-blocklet": "^0.7.6",
"vite-plugin-solid": "^2.8.0",
"zx": "^7.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/solidjs-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"prettier": "^3.1.1",
"rimraf": "^3.0.2",
"vite": "^5.0.10",
"vite-plugin-blocklet": "^0.7.5",
"vite-plugin-blocklet": "^0.7.6",
"vite-plugin-solid": "^2.8.0",
"zx": "^7.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/svelte-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"rimraf": "^3.0.2",
"svelte": "^4.2.8",
"vite": "^5.0.10",
"vite-plugin-blocklet": "^0.7.5",
"vite-plugin-blocklet": "^0.7.6",
"zx": "^7.2.3"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/svelte-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"rimraf": "^3.0.2",
"svelte": "^4.2.8",
"vite": "^5.0.10",
"vite-plugin-blocklet": "^0.7.5",
"vite-plugin-blocklet": "^0.7.6",
"zx": "^7.2.3"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/vue-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"prettier": "^3.1.1",
"rimraf": "^3.0.2",
"vite": "^5.0.10",
"vite-plugin-blocklet": "^0.7.5",
"vite-plugin-blocklet": "^0.7.6",
"zx": "^7.2.3"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/vue-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prettier": "^3.1.1",
"rimraf": "^3.0.2",
"vite": "^5.0.10",
"vite-plugin-blocklet": "^0.7.5",
"vite-plugin-blocklet": "^0.7.6",
"zx": "^7.2.3"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/vue2-dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"prettier": "^3.1.1",
"rimraf": "^3.0.2",
"vite": "^5.0.10",
"vite-plugin-blocklet": "^0.7.5",
"vite-plugin-blocklet": "^0.7.6",
"zx": "^7.2.3"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/templates/vue2-static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prettier": "^3.1.1",
"rimraf": "^3.0.2",
"vite": "^5.0.10",
"vite-plugin-blocklet": "^0.7.5",
"vite-plugin-blocklet": "^0.7.6",
"zx": "^7.2.3"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/vite-plugin-blocklet/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-blocklet",
"type": "module",
"version": "0.7.5",
"version": "0.7.6",
"description": "",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/vite-plugin-wss-hmr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-plugin-wss-hmr",
"type": "module",
"version": "0.7.5",
"version": "0.7.6",
"description": "",
"main": "index.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.5
0.7.6
2 changes: 1 addition & 1 deletion website/docs/blocklet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository:
type: git
url: git+https://github.com/blocklet/create-blocklet.git
specVersion: 1.2.8
version: 0.7.5
version: 0.7.6
logo: logo.png
files:
- logo.png
Expand Down
2 changes: 1 addition & 1 deletion website/pages/blocklet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository:
type: git
url: git+https://github.com/blocklet/create-blocklet.git
specVersion: 1.2.8
version: 0.7.5
version: 0.7.6
logo: logo.png
files:
- logo.png
Expand Down

0 comments on commit 2a40808

Please sign in to comment.