Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luoguoxiong committed Jan 4, 2024
1 parent 8b6d04f commit d6c1943
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>0.8.1 (2024-01-04)</small>

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





## 0.8.0 (2022-11-17)

* docs: browserlistrc配置修改 ([5f8dfa4](https://github.com/luoguoxiong/hulljs/commit/5f8dfa4))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.8.0",
"version": "0.8.1",
"command": {
"version": {
"allowBranch": "master"
Expand Down
8 changes: 8 additions & 0 deletions packages/hull-build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>0.8.1 (2024-01-04)</small>

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





## 0.8.0 (2022-11-17)

* feat: change webpack cacheDirectory ([2aef1f7](https://github.com/luoguoxiong/hulljs/commit/2aef1f7))
Expand Down
2 changes: 1 addition & 1 deletion packages/hull-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hulljs/build",
"version": "0.8.0",
"version": "0.8.1",
"description": "hull-build",
"type": "commonjs",
"author": "",
Expand Down
8 changes: 8 additions & 0 deletions packages/hull-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## <small>0.8.1 (2024-01-04)</small>

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





## 0.8.0 (2022-11-17)

**Note:** Version bump only for package @hulljs/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/hull-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/hull-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hulljs/cli",
"version": "0.8.0",
"version": "0.8.1",
"description": "hull-cli",
"main": "index.js",
"bin": {
Expand All @@ -22,7 +22,7 @@
"typescript": "^4.6.4"
},
"dependencies": {
"@hulljs/build": "0.8.0",
"@hulljs/build": "0.8.1",
"@hulljs/utils": "0.8.0",
"cac": "^6.7.12",
"fs-extra": "^10.0.1",
Expand Down

0 comments on commit d6c1943

Please sign in to comment.