Skip to content

Commit 23c6832

Browse files
chore: release v1.3.8 (#272)
* 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]>
1 parent 32d778c commit 23c6832

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.3.8](https://github.com/uploadcare/react-widget/compare/v1.3.7...v1.3.8) (2021-07-23)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
* reassign callbacks on widget reinitialization ([#268](https://github.com/uploadcare/react-widget/issues/268)) ([90ed6f2](https://github.com/uploadcare/react-widget/commit/90ed6f285d217704c69fae67e7bc1f0db78e3e5a))
8+
9+
10+
111
## [1.3.7](https://github.com/uploadcare/react-widget/compare/v1.3.6...v1.3.7) (2021-03-31)
212

313

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/react-widget",
3-
"version": "1.3.7",
3+
"version": "1.3.8",
44
"description": "React component for Uploadcare Widget",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)