diff --git a/.changeset/early-cooks-film.md b/.changeset/early-cooks-film.md deleted file mode 100644 index c55c347..0000000 --- a/.changeset/early-cooks-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@s-group/react-usercentrics': minor ---- - -Use `react/jsx-runtime` for JSX. The React runtime requirement is slightly bumped from `>=16.8` to `>=16.14`, but this is not considered a breaking change since the major version remains the same. diff --git a/.changeset/social-sails-kiss.md b/.changeset/social-sails-kiss.md deleted file mode 100644 index ae2cc7d..0000000 --- a/.changeset/social-sails-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@s-group/react-usercentrics': patch ---- - -Update all dependencies to resolve security issues reported by `npm audit` diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af70d7..77b868e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @s-group/react-usercentrics +## 3.1.0 + +### Minor Changes + +- [#49](https://github.com/s-group-dev/react-usercentrics/pull/49) [`3ee2329`](https://github.com/s-group-dev/react-usercentrics/commit/3ee23292e57808212d39990d59e9eb46244ef428) - Use `react/jsx-runtime` for JSX. The React runtime requirement is slightly bumped from `>=16.8` to `>=16.14`, but this is not considered a breaking change since the major version remains the same. + +### Patch Changes + +- [#49](https://github.com/s-group-dev/react-usercentrics/pull/49) [`3ee2329`](https://github.com/s-group-dev/react-usercentrics/commit/3ee23292e57808212d39990d59e9eb46244ef428) - Update all dependencies to resolve security issues reported by `npm audit` + ## 3.0.6 ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 93b1393..048d826 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@s-group/react-usercentrics", - "version": "3.0.6", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@s-group/react-usercentrics", - "version": "3.0.6", + "version": "3.1.0", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "1.0.0", diff --git a/package.json b/package.json index 5dc34c6..731acd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@s-group/react-usercentrics", - "version": "3.0.6", + "version": "3.1.0", "description": "React utils for interacting with the Usercentrics Web CMP v3", "bugs": "https://github.com/s-group-dev/react-usercentrics/issues", "license": "MIT",