diff --git a/.changeset/cold-candles-buy.md b/.changeset/cold-candles-buy.md deleted file mode 100644 index b46f10b..0000000 --- a/.changeset/cold-candles-buy.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@use-funnel/react-navigation-native': patch -'@use-funnel/react-router-dom': patch -'@use-funnel/browser': patch -'@use-funnel/core': patch -'@use-funnel/next': patch ---- - -fix(\*): Cleanup funnel state when unmounted diff --git a/packages/browser/CHANGELOG.md b/packages/browser/CHANGELOG.md index 02314e5..f9a7e68 100644 --- a/packages/browser/CHANGELOG.md +++ b/packages/browser/CHANGELOG.md @@ -1,5 +1,14 @@ # @use-funnel/browser +## 0.0.11 + +### Patch Changes + +- [#99](https://github.com/toss/use-funnel/pull/99) [`6cb845b`](https://github.com/toss/use-funnel/commit/6cb845b654362ac62efb8204ce02eb5e34259885) Thanks [@minuukang](https://github.com/minuukang)! - fix(\*): Cleanup funnel state when unmounted + +- Updated dependencies [[`6cb845b`](https://github.com/toss/use-funnel/commit/6cb845b654362ac62efb8204ce02eb5e34259885)]: + - @use-funnel/core@0.0.9 + ## 0.0.10 ### Patch Changes diff --git a/packages/browser/package.json b/packages/browser/package.json index b15cec7..9f0629c 100644 --- a/packages/browser/package.json +++ b/packages/browser/package.json @@ -1,6 +1,6 @@ { "name": "@use-funnel/browser", - "version": "0.0.10", + "version": "0.0.11", "description": "", "type": "module", "main": "./src/index.ts", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 0d5d36c..8019770 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @use-funnel/core +## 0.0.9 + +### Patch Changes + +- [#99](https://github.com/toss/use-funnel/pull/99) [`6cb845b`](https://github.com/toss/use-funnel/commit/6cb845b654362ac62efb8204ce02eb5e34259885) Thanks [@minuukang](https://github.com/minuukang)! - fix(\*): Cleanup funnel state when unmounted + ## 0.0.8 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 593097c..90e7e2e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@use-funnel/core", - "version": "0.0.8", + "version": "0.0.9", "description": "", "type": "module", "main": "./dist/index.js", diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md index 8291c5c..bef06c3 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,14 @@ # @use-funnel/next +## 0.0.10 + +### Patch Changes + +- [#99](https://github.com/toss/use-funnel/pull/99) [`6cb845b`](https://github.com/toss/use-funnel/commit/6cb845b654362ac62efb8204ce02eb5e34259885) Thanks [@minuukang](https://github.com/minuukang)! - fix(\*): Cleanup funnel state when unmounted + +- Updated dependencies [[`6cb845b`](https://github.com/toss/use-funnel/commit/6cb845b654362ac62efb8204ce02eb5e34259885)]: + - @use-funnel/core@0.0.9 + ## 0.0.9 ### Patch Changes diff --git a/packages/next/package.json b/packages/next/package.json index 5eef9bf..1cebae6 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@use-funnel/next", - "version": "0.0.9", + "version": "0.0.10", "description": "", "type": "module", "main": "./dist/index.js", diff --git a/packages/react-navigation-native/CHANGELOG.md b/packages/react-navigation-native/CHANGELOG.md index a95e3e8..1f8ce9d 100644 --- a/packages/react-navigation-native/CHANGELOG.md +++ b/packages/react-navigation-native/CHANGELOG.md @@ -1,5 +1,14 @@ # @use-funnel/react-navigation-native +## 0.0.10 + +### Patch Changes + +- [#99](https://github.com/toss/use-funnel/pull/99) [`6cb845b`](https://github.com/toss/use-funnel/commit/6cb845b654362ac62efb8204ce02eb5e34259885) Thanks [@minuukang](https://github.com/minuukang)! - fix(\*): Cleanup funnel state when unmounted + +- Updated dependencies [[`6cb845b`](https://github.com/toss/use-funnel/commit/6cb845b654362ac62efb8204ce02eb5e34259885)]: + - @use-funnel/core@0.0.9 + ## 0.0.9 ### Patch Changes diff --git a/packages/react-navigation-native/package.json b/packages/react-navigation-native/package.json index 5e83bd9..2c37bd5 100644 --- a/packages/react-navigation-native/package.json +++ b/packages/react-navigation-native/package.json @@ -1,6 +1,6 @@ { "name": "@use-funnel/react-navigation-native", - "version": "0.0.9", + "version": "0.0.10", "description": "", "type": "module", "main": "./src/index.ts", diff --git a/packages/react-router-dom/CHANGELOG.md b/packages/react-router-dom/CHANGELOG.md index eacae92..dac83d1 100644 --- a/packages/react-router-dom/CHANGELOG.md +++ b/packages/react-router-dom/CHANGELOG.md @@ -1,5 +1,14 @@ # @use-funnel/react-router-dom +## 0.0.9 + +### Patch Changes + +- [#99](https://github.com/toss/use-funnel/pull/99) [`6cb845b`](https://github.com/toss/use-funnel/commit/6cb845b654362ac62efb8204ce02eb5e34259885) Thanks [@minuukang](https://github.com/minuukang)! - fix(\*): Cleanup funnel state when unmounted + +- Updated dependencies [[`6cb845b`](https://github.com/toss/use-funnel/commit/6cb845b654362ac62efb8204ce02eb5e34259885)]: + - @use-funnel/core@0.0.9 + ## 0.0.8 ### Patch Changes diff --git a/packages/react-router-dom/package.json b/packages/react-router-dom/package.json index d39cf86..773574b 100644 --- a/packages/react-router-dom/package.json +++ b/packages/react-router-dom/package.json @@ -1,6 +1,6 @@ { "name": "@use-funnel/react-router-dom", - "version": "0.0.8", + "version": "0.0.9", "description": "", "type": "module", "main": "./src/index.ts",