Skip to content

Commit

Permalink
chore: release v2.4.0 (#368)
Browse files Browse the repository at this point in the history
* chore: release v2.4.0

* Update CHANGELOG.md

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Aleksandr Grenishin <nd0ut.me@gmail.com>
  • Loading branch information
3 people authored Dec 7, 2022
1 parent 58ea902 commit b633f8c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.4.0](https://github.com/uploadcare/react-widget/compare/v2.3.0...v2.4.0) (2022-12-07)


### Bug Fixes

* restore dialog callbacks after dialog re-initialization ([87867fa](https://github.com/uploadcare/react-widget/commit/87867fa652e1224952cb1e71d80c870c376f27af))
* specify types for each module export ([e52a994](https://github.com/uploadcare/react-widget/commit/e52a994cca1b2432773d99719acd0496d6e7650b))
* use `.mjs` extension for ESM bundles and `.cjs` extension for CJS bundles ([e37c9ae](https://github.com/uploadcare/react-widget/commit/e37c9ae6e828c0cfa3b87f8e93af6e633faf8da0))


### Features

* add CJS bundles for `min`, `en`, and `en-min` ([522e0f5](https://github.com/uploadcare/react-widget/commit/522e0f5f146d51663789928b93aaa123ab0bbf01))


# [2.3.0](https://github.com/uploadcare/react-widget/compare/v2.2.0...v2.3.0) (2022-11-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadcare/react-widget",
"version": "2.3.0",
"version": "2.4.0",
"description": "React component for Uploadcare Widget",
"type": "module",
"sideEffects": false,
Expand Down

0 comments on commit b633f8c

Please sign in to comment.