From d6c1943cb2edbfb49de91de4f3eaba8fb171109a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E7=BD=97=E5=9B=BD=E9=9B=84?= <1025558554@qq.com>
Date: Thu, 4 Jan 2024 14:57:05 +0800
Subject: [PATCH] v0.8.1
---
CHANGELOG.md | 8 ++++++++
lerna.json | 2 +-
packages/hull-build/CHANGELOG.md | 8 ++++++++
packages/hull-build/package.json | 2 +-
packages/hull-cli/CHANGELOG.md | 8 ++++++++
packages/hull-cli/package-lock.json | 2 +-
packages/hull-cli/package.json | 4 ++--
7 files changed, 29 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 78554f7..a6c526e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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.
+## 0.8.1 (2024-01-04)
+
+* 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))
diff --git a/lerna.json b/lerna.json
index 00f3188..2685b40 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,7 +1,7 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
- "version": "0.8.0",
+ "version": "0.8.1",
"command": {
"version": {
"allowBranch": "master"
diff --git a/packages/hull-build/CHANGELOG.md b/packages/hull-build/CHANGELOG.md
index a7b34fd..190c947 100644
--- a/packages/hull-build/CHANGELOG.md
+++ b/packages/hull-build/CHANGELOG.md
@@ -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.
+## 0.8.1 (2024-01-04)
+
+* 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))
diff --git a/packages/hull-build/package.json b/packages/hull-build/package.json
index a8788ca..1fd63ed 100644
--- a/packages/hull-build/package.json
+++ b/packages/hull-build/package.json
@@ -1,6 +1,6 @@
{
"name": "@hulljs/build",
- "version": "0.8.0",
+ "version": "0.8.1",
"description": "hull-build",
"type": "commonjs",
"author": "",
diff --git a/packages/hull-cli/CHANGELOG.md b/packages/hull-cli/CHANGELOG.md
index ff6ba3d..9219dee 100644
--- a/packages/hull-cli/CHANGELOG.md
+++ b/packages/hull-cli/CHANGELOG.md
@@ -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.
+## 0.8.1 (2024-01-04)
+
+**Note:** Version bump only for package @hulljs/cli
+
+
+
+
+
## 0.8.0 (2022-11-17)
**Note:** Version bump only for package @hulljs/cli
diff --git a/packages/hull-cli/package-lock.json b/packages/hull-cli/package-lock.json
index 2ec4a3e..2ce9772 100644
--- a/packages/hull-cli/package-lock.json
+++ b/packages/hull-cli/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@hulljs/cli",
- "version": "0.8.0",
+ "version": "0.8.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/packages/hull-cli/package.json b/packages/hull-cli/package.json
index 0792671..051116d 100644
--- a/packages/hull-cli/package.json
+++ b/packages/hull-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@hulljs/cli",
- "version": "0.8.0",
+ "version": "0.8.1",
"description": "hull-cli",
"main": "index.js",
"bin": {
@@ -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",