Skip to content

Commit

Permalink
🔖 chore(release): @arvinxu/bar@2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# @arvinxu/bar [2.0.0](https://github.com/arvinxx/monorepo-template/compare/@arvinxu/bar@1.1.0...@arvinxu/bar@2.0.0) (2023-04-21)

### ✨ 新特性

* 升级基础设施 ([a7ed506](a7ed506)), closes [#3](#3)

### 💥 BREAKING CHANGES

* 全量依赖大版本升级

### Dependencies

* **@arvinxu/foo:** upgraded to 2.0.0
  • Loading branch information
semantic-release-bot committed Apr 21, 2023
1 parent a7ed506 commit aadc4fe
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions packages/bar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# 更新日志

# @arvinxu/bar [2.0.0](https://github.com/arvinxx/monorepo-template/compare/@arvinxu/bar@1.1.0...@arvinxu/bar@2.0.0) (2023-04-21)


### ✨ 新特性

* 升级基础设施 ([a7ed506](https://github.com/arvinxx/monorepo-template/commit/a7ed506)), closes [#3](https://github.com/arvinxx/monorepo-template/issues/3)


### 💥 BREAKING CHANGES

* 全量依赖大版本升级





### Dependencies

* **@arvinxu/foo:** upgraded to 2.0.0

# @arvinxu/bar [2.0.0-beta.1](https://github.com/arvinxx/monorepo-template/compare/@arvinxu/bar@1.1.0...@arvinxu/bar@2.0.0-beta.1) (2023-04-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arvinxu/bar",
"version": "2.0.0-beta.1",
"version": "2.0.0",
"files": [
"lib",
"es",
Expand All @@ -13,7 +13,7 @@
"access": "public"
},
"dependencies": {
"@arvinxu/foo": "2.0.0-beta.1"
"@arvinxu/foo": "2.0.0"
},
"peerDependencies": {
"react": "^18",
Expand Down

0 comments on commit aadc4fe

Please sign in to comment.