Skip to content

Commit

Permalink
🔖 chore(release): @arvinxu/bar@2.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [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)

### ✨ 新特性

* 升级基础设施 ([0f60411](0f60411))

### 🎫 杂项

* 升级相关配置 ([bf30b6f](bf30b6f))
* 升级相关配置 ([6c803c9](6c803c9))
* 测试升级 semantic-release ([7c6071b](7c6071b))
* 补充相关依赖 ([1df8965](1df8965))

### 🔧 持续集成

* 修正 ci 发布问题 ([f1486b3](f1486b3))
* 升级 ci 配置 ([7b63894](7b63894))

### 💥 BREAKING CHANGES

* 全量依赖大版本升级
  • Loading branch information
semantic-release-bot committed Apr 21, 2023
1 parent 74b98b4 commit be65539
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions packages/bar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# 更新日志

# @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)


### ✨ 新特性

* 升级基础设施 ([0f60411](https://github.com/arvinxx/monorepo-template/commit/0f60411))


### 🎫 杂项

* 升级相关配置 ([6c803c9](https://github.com/arvinxx/monorepo-template/commit/6c803c9))


### 💥 BREAKING CHANGES

* 全量依赖大版本升级





### Dependencies

* **@arvinxu/foo:** upgraded to 2.0.0-beta.1

# @arvinxu/bar [1.1.0](https://github.com/arvinxx/monorepo-template/compare/@arvinxu/bar@1.0.0...@arvinxu/bar@1.1.0) (2021-02-23)


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": "1.1.0",
"version": "2.0.0-beta.1",
"files": [
"lib",
"es",
Expand All @@ -13,7 +13,7 @@
"access": "public"
},
"dependencies": {
"@arvinxu/foo": "1.1.0"
"@arvinxu/foo": "2.0.0-beta.1"
},
"peerDependencies": {
"react": "^18",
Expand Down

0 comments on commit be65539

Please sign in to comment.