Skip to content

Commit

Permalink
chore: release v1.3.8 (#272)
Browse files Browse the repository at this point in the history
* chore: release v1.3.8

* chore: trigger gh action

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: nd0ut <[email protected]>
  • Loading branch information
3 people authored Jul 26, 2021
1 parent 32d778c commit 23c6832
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.3.8](https://github.com/uploadcare/react-widget/compare/v1.3.7...v1.3.8) (2021-07-23)


### Bug Fixes

* pass previewUrlCallback function to the global scope ([#270](https://github.com/uploadcare/react-widget/issues/270)) ([32d778c](https://github.com/uploadcare/react-widget/commit/32d778c4e40f813eb0579af82b82999aac9a5009))
* reassign callbacks on widget reinitialization ([#268](https://github.com/uploadcare/react-widget/issues/268)) ([90ed6f2](https://github.com/uploadcare/react-widget/commit/90ed6f285d217704c69fae67e7bc1f0db78e3e5a))



## [1.3.7](https://github.com/uploadcare/react-widget/compare/v1.3.6...v1.3.7) (2021-03-31)


Expand Down
2 changes: 1 addition & 1 deletion 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": "1.3.7",
"version": "1.3.8",
"description": "React component for Uploadcare Widget",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 23c6832

Please sign in to comment.