diff --git a/.changeset/large-eagles-tie.md b/.changeset/large-eagles-tie.md deleted file mode 100644 index f15094a0..00000000 --- a/.changeset/large-eagles-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codedazur/react-tracking": minor ---- - -The TrackingProvider's slug prop is now optional. diff --git a/packages/react-tracking/CHANGELOG.md b/packages/react-tracking/CHANGELOG.md index 57c24e9e..5f9899c6 100644 --- a/packages/react-tracking/CHANGELOG.md +++ b/packages/react-tracking/CHANGELOG.md @@ -1,5 +1,11 @@ # @codedazur/react-notifications +## 0.4.0 + +### Minor Changes + +- [`b5cf8c8`](https://github.com/codedazur/toolkit/commit/b5cf8c87c5ea171aa1073254fb9ecfecda54a475) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - The TrackingProvider's slug prop is now optional. + ## 0.3.0 ### Minor Changes diff --git a/packages/react-tracking/package.json b/packages/react-tracking/package.json index e2fd2242..48c80c0e 100644 --- a/packages/react-tracking/package.json +++ b/packages/react-tracking/package.json @@ -1,6 +1,6 @@ { "name": "@codedazur/react-tracking", - "version": "0.3.0", + "version": "0.4.0", "main": ".dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts",