Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [@typeform/embed-react-v3.0.0](https://github.com/Typeform/embed/compare/@typeform/embed-react-v2.31.0...@typeform/embed-react-v3.0.0) (2023-09-14)

### Features

* Bump @typeform/embed in @typeform/embed-react package [skip ci] ([cbbf53a](cbbf53a))
* **RESP-1781:** Remove support for CUI ([#613](#613)) ([00f3a89](00f3a89))

### BREAKING CHANGES

* **RESP-1781:** CUI is not supported anymore

* chore(RESP-1781): Update tsconfig to match standards

* chore(RESP-1781): Update typeform eslint config to latest
  • Loading branch information
semantic-release-bot committed Sep 14, 2023
1 parent cbbf53a commit 61696f0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/embed-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [@typeform/embed-react-v3.0.0](https://github.com/Typeform/embed/compare/@typeform/embed-react-v2.31.0...@typeform/embed-react-v3.0.0) (2023-09-14)


### Features

* Bump @typeform/embed in @typeform/embed-react package [skip ci] ([cbbf53a](https://github.com/Typeform/embed/commit/cbbf53ac780a5caa6fb263ea38de3c3b049ee69d))
* **RESP-1781:** Remove support for CUI ([#613](https://github.com/Typeform/embed/issues/613)) ([00f3a89](https://github.com/Typeform/embed/commit/00f3a892972cd5d2e77411236724a63b4ac804c9))


### BREAKING CHANGES

* **RESP-1781:** CUI is not supported anymore

* chore(RESP-1781): Update tsconfig to match standards

* chore(RESP-1781): Update typeform eslint config to latest

# [@typeform/embed-react-v2.31.0](https://github.com/Typeform/embed/compare/@typeform/embed-react-v2.30.0...@typeform/embed-react-v2.31.0) (2023-08-31)


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

0 comments on commit 61696f0

Please sign in to comment.