Skip to content

Commit 24d0be5

Browse files
committed
build: 📦 修复打包异常
1 parent 1b17aa0 commit 24d0be5

5 files changed

Lines changed: 15 additions & 3 deletions

File tree

libs/xpath-selector/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @xiaohuohumax/xpath-selector
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- 修复打包异常
8+
39
## 1.0.2
410

511
### Patch Changes

libs/xpath-selector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xiaohuohumax/xpath-selector",
33
"type": "module",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"description": "XPath Selector -- 一个 XPath 选择器库,快速获取节点数据",
66
"author": {
77
"name": "xiaohuohumax",

libs/zip-downloader/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @xiaohuohumax/xpath-selector
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- 修复打包异常
8+
39
## 2.0.0
410

511
### Major Changes

libs/zip-downloader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xiaohuohumax/zip-downloader",
33
"type": "module",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"description": "Zip Downloader -- 资源下载器(下载资源、Zip 压缩、下载到本地)",
66
"author": {
77
"name": "xiaohuohumax",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"build:packages": "pnpm -r --filter=./packages/** --stream run build",
2626
"build:libs": "pnpm -r --filter=./libs/** --stream run build",
2727
"commit": "git add . && cz",
28-
"release": "pnpm build:packages && pnpm build:apps && changeset publish",
28+
"release": "pnpm build:packages && pnpm build:libs && changeset publish",
2929
"postinstall": "simple-git-hooks",
3030
"changeset": "changeset",
3131
"lint": "eslint .",

0 commit comments

Comments
 (0)