Skip to content

Commit

Permalink
chore: version packages (#120)
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 Feb 24, 2025
1 parent e9d378f commit 83d8afd
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .changeset/short-news-worry.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @use-funnel/browser

## 0.0.13

### Patch Changes

- [#119](https://github.com/toss/use-funnel/pull/119) [`e9d378f`](https://github.com/toss/use-funnel/commit/e9d378f2ab440f818772cd59b7dea909d4791c9c) Thanks [@minuukang](https://github.com/minuukang)! - Fix cleanup effect is prevent normal navigate

## 0.0.12

### 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.12",
"version": "0.0.13",
"description": "",
"type": "module",
"main": "./src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @use-funnel/next

## 0.0.12

### Patch Changes

- [#119](https://github.com/toss/use-funnel/pull/119) [`e9d378f`](https://github.com/toss/use-funnel/commit/e9d378f2ab440f818772cd59b7dea909d4791c9c) Thanks [@minuukang](https://github.com/minuukang)! - Fix cleanup effect is prevent normal navigate

## 0.0.11

### 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.11",
"version": "0.0.12",
"description": "",
"type": "module",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-navigation-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @use-funnel/react-navigation-native

## 0.0.12

### Patch Changes

- [#119](https://github.com/toss/use-funnel/pull/119) [`e9d378f`](https://github.com/toss/use-funnel/commit/e9d378f2ab440f818772cd59b7dea909d4791c9c) Thanks [@minuukang](https://github.com/minuukang)! - Fix cleanup effect is prevent normal navigate

## 0.0.11

### 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.11",
"version": "0.0.12",
"description": "",
"type": "module",
"main": "./src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-router-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @use-funnel/react-router-dom

## 0.0.11

### Patch Changes

- [#119](https://github.com/toss/use-funnel/pull/119) [`e9d378f`](https://github.com/toss/use-funnel/commit/e9d378f2ab440f818772cd59b7dea909d4791c9c) Thanks [@minuukang](https://github.com/minuukang)! - Fix cleanup effect is prevent normal navigate

## 0.0.10

### 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.10",
"version": "0.0.11",
"description": "",
"type": "module",
"main": "./src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @use-funnel/react-router-dom

## 0.0.2

### Patch Changes

- [#119](https://github.com/toss/use-funnel/pull/119) [`e9d378f`](https://github.com/toss/use-funnel/commit/e9d378f2ab440f818772cd59b7dea909d4791c9c) Thanks [@minuukang](https://github.com/minuukang)! - Fix cleanup effect is prevent normal navigate

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@use-funnel/react-router",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"type": "module",
"main": "./src/index.ts",
Expand Down

0 comments on commit 83d8afd

Please sign in to comment.