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.3.0](https://github.com/eternallycyf/ims-monorepo-template/compare/@ims-view/[email protected]...@ims-view/[email protected])
<sup>Released on **2023-11-03**</sup>

#### ✨ 新特性

- Update demos.

#### 👌 优化

- Add eslint rules.

<br/>

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

#### What's improved

* Update demos ([063c6d8](063c6d8))

#### Pref

* Add eslint rules ([412b7a5](412b7a5))

</details>

### Dependencies

* **@ims-view/bar:** upgraded to 1.2.0
  • Loading branch information
semantic-release-bot committed Nov 3, 2023
1 parent c19c498 commit 268bc00
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.3.0](https://github.com/eternallycyf/ims-monorepo-template/compare/@ims-view/[email protected]...@ims-view/[email protected])

<sup>Released on **2023-11-03**</sup>

#### ✨ 新特性

- Update demos.

#### 👌 优化

- Add eslint rules.

<br/>

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

#### What's improved

- Update demos ([063c6d8](https://github.com/eternallycyf/ims-monorepo-template/commit/063c6d8))

#### Pref

- Add eslint rules ([412b7a5](https://github.com/eternallycyf/ims-monorepo-template/commit/412b7a5))

</details>

### Dependencies

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

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

<sup>Released on **2023-10-03**</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.2.1",
"version": "1.3.0",
"main": "lib/index.js",
"module": "es/index.js",
"types": "lib/index.d.ts",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@babel/runtime": "^7.23.1",
"@ims-view/bar": "1.1.1"
"@ims-view/bar": "1.2.0"
},
"peerDependencies": {
"react": "^18",
Expand All @@ -30,4 +30,4 @@
"access": "public",
"registry": "https://registry.npmjs.org"
}
}
}

0 comments on commit 268bc00

Please sign in to comment.