Skip to content

Commit

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

### ✅ 测试

* 升级 test demo ([e7ed9fe](e7ed9fe))

### ✨ 新特性

* 优化 father 构建配置 ([f6c093f](f6c093f))
* 更新 prettier 配置 ([b451843](b451843))
* 更新 react18 相关构建配置 ([4b5981e](4b5981e))

### 🎫 杂项

* **自动发布**: @arvinxu/foo@2.0.0 [skip ci] ([ad964e3](ad964e3)), closes [#3](#3)
  • Loading branch information
semantic-release-bot committed May 9, 2023
1 parent 25b874b commit 7bf15dc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions packages/bar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# 更新日志

# @arvinxu/bar [2.1.0](https://github.com/arvinxx/monorepo-template/compare/@arvinxu/bar@2.0.0...@arvinxu/bar@2.1.0) (2023-05-09)


### ✅ 测试

* 升级 test demo ([e7ed9fe](https://github.com/arvinxx/monorepo-template/commit/e7ed9fe))


### ✨ 新特性

* 优化 father 构建配置 ([f6c093f](https://github.com/arvinxx/monorepo-template/commit/f6c093f))
* 更新 prettier 配置 ([b451843](https://github.com/arvinxx/monorepo-template/commit/b451843))
* 更新 react18 相关构建配置 ([4b5981e](https://github.com/arvinxx/monorepo-template/commit/4b5981e))





### Dependencies

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

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


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",
"version": "2.1.0",
"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/index.d.ts",
Expand All @@ -18,7 +18,7 @@
"test:update": "vitest -u"
},
"dependencies": {
"@arvinxu/foo": "2.0.0"
"@arvinxu/foo": "2.1.0"
},
"peerDependencies": {
"react": "^18",
Expand Down

1 comment on commit 7bf15dc

@vercel
Copy link

@vercel vercel bot commented on 7bf15dc May 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.