Skip to content

Commit

Permalink
🔖 chore(release): @ims-view/[email protected] [skip ci]
Browse files Browse the repository at this point in the history
## [Version 1.5.0](https://github.com/eternallycyf/ims-monorepo-template/compare/@ims-view/[email protected]...@ims-view/[email protected])
<sup>Released on **2024-05-05**</sup>

#### ✨ 新特性

- Add umd build.

#### 🔖 杂项

- Lock react version.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

* Add umd build ([be1cae9](be1cae9))

#### Chores

* Lock react version ([0026201](0026201))

</details>

### Dependencies

* **@ims-view/bar:** upgraded to 1.4.0
  • Loading branch information
semantic-release-bot committed May 5, 2024
1 parent be1cae9 commit 90ac257
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 3 deletions.
31 changes: 31 additions & 0 deletions packages/foo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## [Version&nbsp;1.5.0](https://github.com/eternallycyf/ims-monorepo-template/compare/@ims-view/[email protected]...@ims-view/[email protected])

<sup>Released on **2024-05-05**</sup>

#### ✨ 新特性

- Add umd build.

#### 🔖 杂项

- Lock react version.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

- Add umd build ([be1cae9](https://github.com/eternallycyf/ims-monorepo-template/commit/be1cae9))

#### Chores

- Lock react version ([0026201](https://github.com/eternallycyf/ims-monorepo-template/commit/0026201))

</details>

### Dependencies

- **@ims-view/bar:** upgraded to 1.4.0

## [Version&nbsp;1.4.0](https://github.com/eternallycyf/ims-monorepo-template/compare/@ims-view/[email protected]...@ims-view/[email protected])

<sup>Released on **2023-12-26**</sup>
Expand Down
6 changes: 3 additions & 3 deletions packages/foo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ims-view/foo",
"version": "1.4.0",
"version": "1.5.0",
"main": "lib/index.js",
"unpkg": "dist/index.js",
"module": "es/index.js",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@babel/runtime": "^7.23.1",
"@ims-view/bar": "1.3.0"
"@ims-view/bar": "1.4.0"
},
"peerDependencies": {
"react": "^18.2.0",
Expand All @@ -31,4 +31,4 @@
"access": "public",
"registry": "https://registry.npmjs.org"
}
}
}

0 comments on commit 90ac257

Please sign in to comment.