Skip to content

Commit 8a48c3d

Browse files
authored
Merge pull request #15 from xiaohuohumax/changeset-release/main
Version Packages
2 parents b12ba21 + a4fcff5 commit 8a48c3d

5 files changed

Lines changed: 15 additions & 7 deletions

File tree

.changeset/tidy-llamas-invent.md

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

packages/bookmark-script/CHANGELOG.md

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

3+
## 4.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b12ba21`](https://github.com/xiaohuohumax/bookmark-script-builder/commit/b12ba218858a8a793eb757619f3678847dce8e77)]:
8+
- @xiaohuohumax/bookmark@2.1.2
9+
310
## 4.0.2
411

512
### 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": "4.0.2",
4+
"version": "4.0.3",
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.2
4+
5+
### Patch Changes
6+
7+
- [`b12ba21`](https://github.com/xiaohuohumax/bookmark-script-builder/commit/b12ba218858a8a793eb757619f3678847dce8e77) Thanks [@xiaohuohumax](https://github.com/xiaohuohumax)! - 修改模板 title
8+
39
## 2.1.1
410

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

0 commit comments

Comments
 (0)