Skip to content

Commit

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

### Bug Fixes

* Try to release to npm ([959f771](959f771))
* **DIST-730:** Fix redraw issue ([a65076d](a65076d))

### Features

* Add helper method isDefined ([49c8eb9](49c8eb9))
* **DIST-0:** Added config for cc velocity ([#170](#170)) ([02f7e71](02f7e71))
* **DIST-699:** Pass default value for source and medium ([807c252](807c252))
* **DIST-701:** Add functional tests and update demo ([e3edc97](e3edc97))
* **DIST-701:** Load embed options from element attributes ([425e5c4](425e5c4))
* **DIST-702:** Add support for opacity option ([3dbb4c6](3dbb4c6))
* **DIST-703:** Add support for disableTracking option ([d26006c](d26006c))
* **DIST-712:** Add popup loader and styles ([2296894](2296894))
* Add demo for react apps ([8dca211](8dca211))
* Initialize embed based on HTML attributes and auto-inject CSS ([47dffdf](47dffdf))
  • Loading branch information
semantic-release-bot committed Feb 24, 2021
1 parent 959f771 commit 71a8873
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions packages/embed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# [@typeform/embed-v1.0.0-next.2](https://github.com/Typeform/embed/compare/@typeform/embed-v1.0.0-next.1...@typeform/embed-v1.0.0-next.2) (2021-02-24)


### Bug Fixes

* Try to release to npm ([959f771](https://github.com/Typeform/embed/commit/959f771371f02183f77a060eaff1b23fc9869d46))
* **DIST-730:** Fix redraw issue ([a65076d](https://github.com/Typeform/embed/commit/a65076d057e003f1664f701633a43393d3b270cc))


### Features

* Add helper method isDefined ([49c8eb9](https://github.com/Typeform/embed/commit/49c8eb9713a61070be966985f065a537ab77f715))
* **DIST-0:** Added config for cc velocity ([#170](https://github.com/Typeform/embed/issues/170)) ([02f7e71](https://github.com/Typeform/embed/commit/02f7e710b6184fe625f2f909a5abead9681acfb6))
* **DIST-699:** Pass default value for source and medium ([807c252](https://github.com/Typeform/embed/commit/807c2523ef7147c67619963020eddb91c64bf2eb))
* **DIST-701:** Add functional tests and update demo ([e3edc97](https://github.com/Typeform/embed/commit/e3edc9746381773b5c57f17d1fdd8185d9ce3d11))
* **DIST-701:** Load embed options from element attributes ([425e5c4](https://github.com/Typeform/embed/commit/425e5c4668c6e0bf0dcdaedb5590598b40412cd9))
* **DIST-702:** Add support for opacity option ([3dbb4c6](https://github.com/Typeform/embed/commit/3dbb4c626042830b9d9a0b356ba47b80de01361e))
* **DIST-703:** Add support for disableTracking option ([d26006c](https://github.com/Typeform/embed/commit/d26006c2d6b639c568eb44bca10d6dc3f495ef4f))
* **DIST-712:** Add popup loader and styles ([2296894](https://github.com/Typeform/embed/commit/22968949c04cc5a3580f93d095f9be85c59e30a9))
* Add demo for react apps ([8dca211](https://github.com/Typeform/embed/commit/8dca2117345a50805034e9bb20ee8cea41a88536))
* Initialize embed based on HTML attributes and auto-inject CSS ([47dffdf](https://github.com/Typeform/embed/commit/47dffdfb2a568c3b7b22fa539f2a7950be011f42))

# [@typeform/embed-v1.0.0-next.2](https://github.com/Typeform/embed/compare/@typeform/embed-v1.0.0-next.1...@typeform/embed-v1.0.0-next.2) (2021-02-24)


### Bug Fixes

* **DIST-730:** Fix redraw issue ([a65076d](https://github.com/Typeform/embed/commit/a65076d057e003f1664f701633a43393d3b270cc))
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.1",
"version": "1.0.0-next.2",
"main": "./build/index.js",
"author": "Typeform",
"license": "LGPL-3.0-only",
Expand Down

0 comments on commit 71a8873

Please sign in to comment.