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.4.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 es build, add umd build, add umd build.

#### 📝 文档

- Update footer, update footer, update guide md, update README.md, update READNE.md.

#### 🔖 杂项

- Add gitignore, add showCustomContent, lock react version, lock react version, update footer, upgrade workflow node version to 18.x.

<br/>

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

#### What's improved

* Add es build ([ce43c7b](ce43c7b))
* Add umd build ([be1cae9](be1cae9))
* Add umd build ([e4d6bd1](e4d6bd1))

#### Documentation

* Update footer ([767093c](767093c))
* Update footer ([7f839b8](7f839b8))
* Update guide md ([d614e14](d614e14))
* Update README.md ([98e3d68](98e3d68))
* Update READNE.md ([49e4e49](49e4e49))

#### Chores

* Add gitignore ([6ad3139](6ad3139))
* Add showCustomContent ([b433487](b433487))
* Lock react version ([16ee3aa](16ee3aa))
* Lock react version ([0026201](0026201))
* Update footer ([80604bf](80604bf))
* Upgrade workflow node version to 18.x ([ca22ea7](ca22ea7))

</details>
  • Loading branch information
semantic-release-bot committed May 5, 2024
1 parent 90ac257 commit 8b83d28
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions packages/bar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [Version&nbsp;1.4.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>

## [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-12-26**</sup>
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": "@ims-view/bar",
"version": "1.3.0",
"version": "1.4.0",
"main": "lib/index.js",
"unpkg": "dist/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -30,4 +30,4 @@
"access": "public",
"registry": "https://registry.npmjs.org"
}
}
}

0 comments on commit 8b83d28

Please sign in to comment.