Skip to content

Commit

Permalink
chore(release): 1.0.0-next.13 [skip ci]
Browse files Browse the repository at this point in the history
# [@typeform/embed-v1.0.0-next.13](https://github.com/Typeform/embed/compare/@typeform/embed-v1.0.0-next.12...@typeform/embed-v1.0.0-next.13) (2021-03-04)

### Features

* **DIST-725:** Add custom icon and color options to popover ([de64e50](de64e50))
* **DIST-725:** Add popover ([5e3b556](5e3b556))
* **DIST-725:** Apply PR comment fixes ([4eb5023](4eb5023))
* **DIST-725:** Fix popover toggling ref ([da57f94](da57f94))
* **DIST-725:** Improve popover demo code ([db2ee42](db2ee42))
* **DIST-725:** Improve toggle logic ([ac4b8d8](ac4b8d8))
* **DIST-725:** Move default options to function body ([fc8296b](fc8296b))
* **DIST-725:** Remove popover elements on close ([0aba61b](0aba61b))
  • Loading branch information
semantic-release-bot committed Mar 4, 2021
1 parent 5587ba2 commit 3badf9d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/embed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [@typeform/embed-v1.0.0-next.13](https://github.com/Typeform/embed/compare/@typeform/embed-v1.0.0-next.12...@typeform/embed-v1.0.0-next.13) (2021-03-04)


### Features

* **DIST-725:** Add custom icon and color options to popover ([de64e50](https://github.com/Typeform/embed/commit/de64e50f5d12dab6c79ee59d900e3e6ae4020544))
* **DIST-725:** Add popover ([5e3b556](https://github.com/Typeform/embed/commit/5e3b556e4d2c35a3ed9bf129717d8a40453234ef))
* **DIST-725:** Apply PR comment fixes ([4eb5023](https://github.com/Typeform/embed/commit/4eb5023ce82f3529513cf7855fe63d317d7f16ab))
* **DIST-725:** Fix popover toggling ref ([da57f94](https://github.com/Typeform/embed/commit/da57f94d62ba1ab92f5c241738b3659ec6f7d6de))
* **DIST-725:** Improve popover demo code ([db2ee42](https://github.com/Typeform/embed/commit/db2ee4287806180fdded47554f9baedac5e6364d))
* **DIST-725:** Improve toggle logic ([ac4b8d8](https://github.com/Typeform/embed/commit/ac4b8d8bb4c7b755ec8f6a20c87544795e2aa71e))
* **DIST-725:** Move default options to function body ([fc8296b](https://github.com/Typeform/embed/commit/fc8296b05d1119c5c32355fe7876f5535a70d74c))
* **DIST-725:** Remove popover elements on close ([0aba61b](https://github.com/Typeform/embed/commit/0aba61bacd12d93f6f0225897f36d456382b650c))

# [@typeform/embed-v1.0.0-next.12](https://github.com/Typeform/embed/compare/@typeform/embed-v1.0.0-next.11...@typeform/embed-v1.0.0-next.12) (2021-03-03)


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": "1.0.0-next.12",
"version": "1.0.0-next.13",
"main": "./build/index.js",
"author": "Typeform",
"license": "LGPL-3.0-only",
Expand Down

0 comments on commit 3badf9d

Please sign in to comment.