Skip to content

Commit b7c54a5

Browse files
iirojsemantic-release-bot
authored andcommitted
chore(release): 1.5.0
## [1.5.0](v1.4.2...v1.5.0) (2023-05-12) ### Features * add `uiVersion?: string` prop to `UsercentricsScript` component ([ea076a6](ea076a6)) ### Bug Fixes * make sure `UsercentricsScript` component doesn't allow `src` prop ([7521275](7521275)) * pass script tag props through `UsercentricsScript` component ([09ed846](09ed846))
1 parent 5d7cf7a commit b7c54a5

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [1.5.0](https://github.com/s-group-dev/react-usercentrics/compare/v1.4.2...v1.5.0) (2023-05-12)
2+
3+
4+
### Features
5+
6+
* add `uiVersion?: string` prop to `UsercentricsScript` component ([ea076a6](https://github.com/s-group-dev/react-usercentrics/commit/ea076a61a7a3992cb602a31235d57cc6c900fa65))
7+
8+
9+
### Bug Fixes
10+
11+
* make sure `UsercentricsScript` component doesn't allow `src` prop ([7521275](https://github.com/s-group-dev/react-usercentrics/commit/7521275cb48a1d0574493e7363f7848f7fbc08c9))
12+
* pass script tag props through `UsercentricsScript` component ([09ed846](https://github.com/s-group-dev/react-usercentrics/commit/09ed8468df67709401e1808088ced4a7278df9d8))
13+
114
## [1.4.2](https://github.com/s-group-dev/react-usercentrics/compare/v1.4.1...v1.4.2) (2023-04-05)
215

316

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@s-group/react-usercentrics",
3-
"version": "1.4.2",
3+
"version": "1.5.0",
44
"description": "React utils for interacting with the Usercentrics Browser CMP",
55
"author": "Iiro Jäppinen <iiro.jappinen@sok.fi>",
66
"license": "MIT",

0 commit comments

Comments
 (0)