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.1](https://github.com/eternallycyf/ims-monorepo-template/compare/@ims-view/[email protected]...@ims-view/[email protected])
<sup>Released on **2024-05-15**</sup>

#### 🐛 修复

- Entra use ts replace tsx.

<br/>

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

#### What's fixed

* Entra use ts replace tsx ([b914539](b914539))

</details>

### Dependencies

* **@ims-view/bar:** upgraded to 1.4.1
  • Loading branch information
semantic-release-bot committed May 15, 2024
1 parent b914539 commit 270361c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions packages/foo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

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

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

#### 🐛 修复

- Entra use ts replace tsx.

<br/>

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

#### What's fixed

- Entra use ts replace tsx ([b914539](https://github.com/eternallycyf/ims-monorepo-template/commit/b914539))

</details>

### Dependencies

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

## [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>
Expand Down
4 changes: 2 additions & 2 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.5.0",
"version": "1.5.1",
"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.4.0"
"@ims-view/bar": "1.4.1"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down

0 comments on commit 270361c

Please sign in to comment.