Skip to content

Commit

Permalink
chore(release): 5.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [@typeform/embed-v5.3.0](https://github.com/Typeform/embed/compare/@typeform/embed-v5.2.0...@typeform/embed-v5.3.0) (2025-01-08)

### Bug Fixes

* **TU-21474:** Remove overflow on widget close ([#677](#677)) ([ee4ddf6](ee4ddf6))

### Features

* **TU-20040:** Add `isClosed` to `onReady` callback payload ([#670](#670)) ([f263f9e](f263f9e)), closes [#647](#647)
  • Loading branch information
semantic-release-bot committed Jan 8, 2025
1 parent ee4ddf6 commit d41fdc4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/embed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [@typeform/embed-v5.3.0](https://github.com/Typeform/embed/compare/@typeform/embed-v5.2.0...@typeform/embed-v5.3.0) (2025-01-08)


### Bug Fixes

* **TU-21474:** Remove overflow on widget close ([#677](https://github.com/Typeform/embed/issues/677)) ([ee4ddf6](https://github.com/Typeform/embed/commit/ee4ddf64f67b0c1c35f7cc74166258d2b96b203c))


### Features

* **TU-20040:** Add `isClosed` to `onReady` callback payload ([#670](https://github.com/Typeform/embed/issues/670)) ([f263f9e](https://github.com/Typeform/embed/commit/f263f9ea14fb7f2b0ec388361028b9a6cedb2677)), closes [#647](https://github.com/Typeform/embed/issues/647)

# [@typeform/embed-v5.2.0](https://github.com/Typeform/embed/compare/@typeform/embed-v5.1.0...@typeform/embed-v5.2.0) (2024-11-20)


Expand Down
2 changes: 1 addition & 1 deletion packages/embed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typeform/embed",
"version": "5.2.0",
"version": "5.3.0",
"main": "./build/index.js",
"types": "./types/index.d.ts",
"author": "Typeform",
Expand Down

0 comments on commit d41fdc4

Please sign in to comment.