Skip to content

Commit 20b7e09

Browse files
chore: version packages (#100)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1b07d64 commit 20b7e09

File tree

11 files changed

+47
-14
lines changed

11 files changed

+47
-14
lines changed

.changeset/cold-candles-buy.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/browser/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @use-funnel/browser
22

3+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`6cb845b`](https://github.com/toss/use-funnel/commit/6cb845b654362ac62efb8204ce02eb5e34259885)]:
10+
- @use-funnel/core@0.0.9
11+
312
## 0.0.10
413

514
### Patch Changes

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@use-funnel/browser",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "",
55
"type": "module",
66
"main": "./src/index.ts",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @use-funnel/core
22

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.0.8
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@use-funnel/core",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "",
55
"type": "module",
66
"main": "./dist/index.js",

packages/next/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @use-funnel/next
22

3+
## 0.0.10
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`6cb845b`](https://github.com/toss/use-funnel/commit/6cb845b654362ac62efb8204ce02eb5e34259885)]:
10+
- @use-funnel/core@0.0.9
11+
312
## 0.0.9
413

514
### Patch Changes

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@use-funnel/next",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "",
55
"type": "module",
66
"main": "./dist/index.js",

packages/react-navigation-native/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @use-funnel/react-navigation-native
22

3+
## 0.0.10
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`6cb845b`](https://github.com/toss/use-funnel/commit/6cb845b654362ac62efb8204ce02eb5e34259885)]:
10+
- @use-funnel/core@0.0.9
11+
312
## 0.0.9
413

514
### Patch Changes

packages/react-navigation-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@use-funnel/react-navigation-native",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "",
55
"type": "module",
66
"main": "./src/index.ts",

packages/react-router-dom/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @use-funnel/react-router-dom
22

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- Updated dependencies [[`6cb845b`](https://github.com/toss/use-funnel/commit/6cb845b654362ac62efb8204ce02eb5e34259885)]:
10+
- @use-funnel/core@0.0.9
11+
312
## 0.0.8
413

514
### Patch Changes

0 commit comments

Comments
 (0)