Skip to content

Commit

Permalink
🔖 chore(release): ims-view-pc@1.73.0 [skip ci]
Browse files Browse the repository at this point in the history
## [Version 1.73.0](https://github.com/eternallycyf/ims-view-pc/compare/ims-view-pc@1.72.0...ims-view-pc@1.73.0)
<sup>Released on **2024-12-14**</sup>

#### ✨ 新特性

- **ims-view-pc**: Add FileViewer.
- FileUpload view, FileUpload view.

<br/>

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

#### What's improved

* **ims-view-pc**: Add FileViewer ([de61b2c](de61b2c))
* FileUpload view ([4ea6369](4ea6369))
* FileUpload view ([83e7cc5](83e7cc5))

</details>
  • Loading branch information
semantic-release-bot committed Dec 14, 2024
1 parent 4ea6369 commit 273e568
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions packages/ims-view-pc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [Version&nbsp;1.73.0](https://github.com/eternallycyf/ims-view-pc/compare/ims-view-pc@1.72.0...ims-view-pc@1.73.0)

<sup>Released on **2024-12-14**</sup>

#### ✨ 新特性

- **ims-view-pc**: Add FileViewer.
- FileUpload view, FileUpload view.

<br/>

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

#### What's improved

- **ims-view-pc**: Add FileViewer ([de61b2c](https://github.com/eternallycyf/ims-view-pc/commit/de61b2c))
- FileUpload view ([4ea6369](https://github.com/eternallycyf/ims-view-pc/commit/4ea6369))
- FileUpload view ([83e7cc5](https://github.com/eternallycyf/ims-view-pc/commit/83e7cc5))

</details>

## [Version&nbsp;1.72.0](https://github.com/eternallycyf/ims-view-pc/compare/ims-view-pc@1.71.0...ims-view-pc@1.72.0)

<sup>Released on **2024-12-14**</sup>
Expand Down
4 changes: 2 additions & 2 deletions packages/ims-view-pc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ims-view-pc",
"version": "1.72.0",
"version": "1.73.0",
"main": "lib/index.js",
"unpkg": "dist/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -66,4 +66,4 @@
"access": "public",
"registry": "https://registry.npmjs.org"
}
}
}

0 comments on commit 273e568

Please sign in to comment.