Skip to content

Commit 191b09d

Browse files
committed
v0.8.2
1 parent dc70c64 commit 191b09d

File tree

7 files changed

+29
-5
lines changed

7 files changed

+29
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## <small>0.8.2 (2024-02-05)</small>
7+
8+
* fix: 热更新失效 ([dc70c64](https://github.com/luoguoxiong/hulljs/commit/dc70c64))
9+
10+
11+
12+
13+
614
## <small>0.8.1 (2024-01-04)</small>
715

816
* fix: svg no use asset ([8b6d04f](https://github.com/luoguoxiong/hulljs/commit/8b6d04f))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "0.8.1",
4+
"version": "0.8.2",
55
"command": {
66
"version": {
77
"allowBranch": "master"

packages/hull-build/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## <small>0.8.2 (2024-02-05)</small>
7+
8+
* fix: 热更新失效 ([dc70c64](https://github.com/luoguoxiong/hulljs/commit/dc70c64))
9+
10+
11+
12+
13+
614
## <small>0.8.1 (2024-01-04)</small>
715

816
* fix: svg no use asset ([8b6d04f](https://github.com/luoguoxiong/hulljs/commit/8b6d04f))

packages/hull-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hulljs/build",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "hull-build",
55
"type": "commonjs",
66
"author": "",

packages/hull-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## <small>0.8.2 (2024-02-05)</small>
7+
8+
* fix: 热更新失效 ([dc70c64](https://github.com/luoguoxiong/hulljs/commit/dc70c64))
9+
10+
11+
12+
13+
614
## <small>0.8.1 (2024-01-04)</small>
715

816
**Note:** Version bump only for package @hulljs/cli

packages/hull-cli/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hull-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hulljs/cli",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "hull-cli",
55
"main": "index.js",
66
"bin": {
@@ -22,7 +22,7 @@
2222
"typescript": "^4.6.4"
2323
},
2424
"dependencies": {
25-
"@hulljs/build": "0.8.1",
25+
"@hulljs/build": "0.8.2",
2626
"@hulljs/utils": "0.8.0",
2727
"cac": "^6.7.12",
2828
"fs-extra": "^10.0.1",

0 commit comments

Comments
 (0)