Skip to content

Commit

Permalink
chore: version packages (#100)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 29, 2024
1 parent 1b07d64 commit 20b7e09
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .changeset/cold-candles-buy.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@use-funnel/browser",
"version": "0.0.10",
"version": "0.0.11",
"description": "",
"type": "module",
"main": "./src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@use-funnel/core",
"version": "0.0.8",
"version": "0.0.9",
"description": "",
"type": "module",
"main": "./dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@use-funnel/next",
"version": "0.0.9",
"version": "0.0.10",
"description": "",
"type": "module",
"main": "./dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-navigation-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react-navigation-native/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-router-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-dom/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 20b7e09

Please sign in to comment.