Skip to content

Commit 1003ec1

Browse files
authored
Merge pull request #11 from xiaohuohumax/changeset-release/main
Version Packages
2 parents 3a0f763 + 6634ab9 commit 1003ec1

7 files changed

Lines changed: 27 additions & 10 deletions

File tree

.changeset/plenty-houses-arrive.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/bookmark/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @xiaohuohumax/example-bookmark
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [`e5aae65`](https://github.com/xiaohuohumax/bookmark-script-builder/commit/e5aae65c25bdee02e8ba519fb3710fde69602f24) Thanks [@xiaohuohumax](https://github.com/xiaohuohumax)! - 书签脚本打包器由 Rollup 替换为 Vite, 书签打包器去除无用代码

examples/bookmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xiaohuohumax/example-bookmark",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"scripts": {
66
"build": "rimraf dist && pnpm build:base && pnpm build:custom",

packages/bookmark-script/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @xiaohuohumax/bookmark-script
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- [`e5aae65`](https://github.com/xiaohuohumax/bookmark-script-builder/commit/e5aae65c25bdee02e8ba519fb3710fde69602f24) Thanks [@xiaohuohumax](https://github.com/xiaohuohumax)! - 书签脚本打包器由 Rollup 替换为 Vite, 书签打包器去除无用代码
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`e5aae65`](https://github.com/xiaohuohumax/bookmark-script-builder/commit/e5aae65c25bdee02e8ba519fb3710fde69602f24)]:
12+
- @xiaohuohumax/bookmark@2.1.1
13+
314
## 3.0.1
415

516
### Patch Changes

packages/bookmark-script/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xiaohuohumax/bookmark-script",
33
"type": "module",
4-
"version": "3.0.1",
4+
"version": "4.0.0",
55
"description": "基于 rollup 的书签脚本打包工具 Bookmarklet Cli",
66
"scripts": {
77
"build": "rimraf dist && rollup -c",

packages/bookmark/CHANGELOG.md

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

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [`e5aae65`](https://github.com/xiaohuohumax/bookmark-script-builder/commit/e5aae65c25bdee02e8ba519fb3710fde69602f24) Thanks [@xiaohuohumax](https://github.com/xiaohuohumax)! - 书签脚本打包器由 Rollup 替换为 Vite, 书签打包器去除无用代码
8+
39
## 2.1.0
410

511
### Minor Changes

packages/bookmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xiaohuohumax/bookmark",
33
"type": "module",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"description": "浏览器书签构建工具",
66
"scripts": {
77
"build": "rollup -c",

0 commit comments

Comments
 (0)