Skip to content

Commit

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

### ✨ 新特性

* 添加 umd 打包产物 ([e7945e4](e7945e4))

### 🎫 杂项

* **自动发布**: @arvinxu/foo@1.0.0 [skip ci] ([ace7b40](ace7b40))

### 👷 构建系统

* 修正依赖版本 ([cb6c3aa](cb6c3aa))
  • Loading branch information
semantic-release-bot committed Feb 23, 2021
1 parent a3521ed commit a34ff1f
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 [1.1.0](https://github.com/arvinxx/monorepo-template/compare/@arvinxu/bar@1.0.0...@arvinxu/bar@1.1.0) (2021-02-23)


### ✨ 新特性

* 添加 umd 打包产物 ([e7945e4](https://github.com/arvinxx/monorepo-template/commit/e7945e4))


### 👷 构建系统

* 修正依赖版本 ([cb6c3aa](https://github.com/arvinxx/monorepo-template/commit/cb6c3aa))





### Dependencies

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

# @arvinxu/bar 1.0.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.0.0",
"version": "1.1.0",
"files": [
"lib",
"es",
Expand All @@ -13,7 +13,7 @@
"access": "public"
},
"dependencies": {
"@arvinxu/foo": "*"
"@arvinxu/foo": "1.1.0"
},
"peerDependencies": {
"react": "^17.0.1",
Expand Down

1 comment on commit a34ff1f

@vercel
Copy link

@vercel vercel bot commented on a34ff1f Feb 23, 2021

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.