Skip to content

Commit b99e4cf

Browse files
iirojsemantic-release-bot
authored andcommitted
chore(release): 3.0.0-beta.3
## [3.0.0-beta.3](v3.0.0-beta.2...v3.0.0-beta.3) (2025-03-31) ### Features * add `getServiceInfo()` method ([df5383f](df5383f)) * add missing method `saveConsents()` to use with `updateServicesConsents()` ([20347c7](20347c7)) ### Bug Fixes * only throw in strict mode when service id missing ([8f03b2b](8f03b2b))
1 parent d26e58b commit b99e4cf

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [3.0.0-beta.3](https://github.com/s-group-dev/react-usercentrics/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2025-03-31)
2+
3+
### Features
4+
5+
* add `getServiceInfo()` method ([df5383f](https://github.com/s-group-dev/react-usercentrics/commit/df5383fcaddef92b1ebd2dfe3e42608810e1672b))
6+
* add missing method `saveConsents()` to use with `updateServicesConsents()` ([20347c7](https://github.com/s-group-dev/react-usercentrics/commit/20347c7f325548b745651fe743e4500910652c24))
7+
8+
### Bug Fixes
9+
10+
* only throw in strict mode when service id missing ([8f03b2b](https://github.com/s-group-dev/react-usercentrics/commit/8f03b2b22c28d863ae8fc80481424b71af8c3e9a))
11+
112
## [3.0.0-beta.2](https://github.com/s-group-dev/react-usercentrics/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2025-03-31)
213

314
### Bug Fixes

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": "3.0.0-beta.2",
3+
"version": "3.0.0-beta.3",
44
"description": "React utils for interacting with the Usercentrics Web CMP v3",
55
"author": "Iiro Jäppinen <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)