Skip to content

Commit 0b2d820

Browse files
authored
Merge pull request #9 from xiaohuohumax/changeset-release/main
Version Packages
2 parents 0e687ba + b462282 commit 0b2d820

5 files changed

Lines changed: 19 additions & 8 deletions

File tree

.changeset/nasty-grapes-begin.md

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

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+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [`0e687ba`](https://github.com/xiaohuohumax/bookmark-script-builder/commit/0e687bab07d065a4888ed35c2daf4e31135a3ec2) Thanks [@xiaohuohumax](https://github.com/xiaohuohumax)! - 打包添加 CDN 模式
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`0e687ba`](https://github.com/xiaohuohumax/bookmark-script-builder/commit/0e687bab07d065a4888ed35c2daf4e31135a3ec2)]:
12+
- @xiaohuohumax/bookmark@2.1.0
13+
314
## 2.0.7
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": "2.0.7",
4+
"version": "3.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.0
4+
5+
### Minor Changes
6+
7+
- [`0e687ba`](https://github.com/xiaohuohumax/bookmark-script-builder/commit/0e687bab07d065a4888ed35c2daf4e31135a3ec2) Thanks [@xiaohuohumax](https://github.com/xiaohuohumax)! - 打包添加 CDN 模式
8+
39
## 2.0.0
410

511
### Major 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.0.0",
4+
"version": "2.1.0",
55
"description": "浏览器书签构建工具",
66
"scripts": {
77
"build": "rollup -c",

0 commit comments

Comments
 (0)