diff --git a/.changeset/healthy-spoons-fetch.md b/.changeset/healthy-spoons-fetch.md deleted file mode 100644 index 046f7844..00000000 --- a/.changeset/healthy-spoons-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codedazur/react-tracking": patch ---- - -Added the "use client" directive to several modules. diff --git a/packages/react-tracking/CHANGELOG.md b/packages/react-tracking/CHANGELOG.md index 66ed1950..06a44777 100644 --- a/packages/react-tracking/CHANGELOG.md +++ b/packages/react-tracking/CHANGELOG.md @@ -1,5 +1,11 @@ # @codedazur/react-notifications +## 0.5.2 + +### Patch Changes + +- [`e741a22`](https://github.com/codedazur/toolkit/commit/e741a229283b813e5036cb0072ad1fd010ab5109) Thanks [@thijsdaniels](https://github.com/thijsdaniels)! - Added the "use client" directive to several modules. + ## 0.5.1 ### Patch Changes diff --git a/packages/react-tracking/package.json b/packages/react-tracking/package.json index 045a5ee6..8ae699d1 100644 --- a/packages/react-tracking/package.json +++ b/packages/react-tracking/package.json @@ -1,6 +1,6 @@ { "name": "@codedazur/react-tracking", - "version": "0.5.1", + "version": "0.5.2", "main": ".dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts",