Skip to content

Commit

Permalink
Merge pull request #1 from xiaohuohumax/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
xiaohuohumax authored Mar 12, 2024
2 parents 1632b9e + 914230d commit 4c66d3c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/selfish-badgers-speak.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/bookmark-script/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @xiaohuohumax/bookmark-script

## 2.0.0

### Major Changes

- [`9e7f446`](https://github.com/xiaohuohumax/bookmark-script-builder/commit/9e7f4462cc97eca0346c1be01659912e7d8de0f9) Thanks [@xiaohuohumax](https://github.com/xiaohuohumax)! - 功能拆分,包含书签构建工具,书签脚本构建工具,cli 工具

### Patch Changes

- Updated dependencies [[`9e7f446`](https://github.com/xiaohuohumax/bookmark-script-builder/commit/9e7f4462cc97eca0346c1be01659912e7d8de0f9)]:
- @xiaohuohumax/bookmark@2.0.0
2 changes: 1 addition & 1 deletion packages/bookmark-script/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xiaohuohumax/bookmark-script",
"type": "module",
"version": "1.0.1",
"version": "2.0.0",
"description": "签脚本打包工具cli",
"scripts": {
"build": "rimraf dist && rollup -c",
Expand Down
7 changes: 7 additions & 0 deletions packages/bookmark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @xiaohuohumax/bookmark

## 2.0.0

### Major Changes

- [`9e7f446`](https://github.com/xiaohuohumax/bookmark-script-builder/commit/9e7f4462cc97eca0346c1be01659912e7d8de0f9) Thanks [@xiaohuohumax](https://github.com/xiaohuohumax)! - 功能拆分,包含书签构建工具,书签脚本构建工具,cli 工具
2 changes: 1 addition & 1 deletion packages/bookmark/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xiaohuohumax/bookmark",
"type": "module",
"version": "1.0.1",
"version": "2.0.0",
"description": "浏览器书签构建工具",
"scripts": {
"build": "rollup -c",
Expand Down

0 comments on commit 4c66d3c

Please sign in to comment.