Skip to content

Commit

Permalink
chore: version packages (#89)
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 18, 2024
1 parent d327a69 commit 0bfc737
Show file tree
Hide file tree
Showing 15 changed files with 66 additions and 16 deletions.
9 changes: 0 additions & 9 deletions .changeset/perfect-gifts-sin.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/nextjs-app-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# nextjs-app-router

## 0.1.2

### Patch Changes

- Updated dependencies [[`d327a69`](https://github.com/toss/use-funnel/commit/d327a6959687309591859a80b05524a8ca714a80)]:
- @use-funnel/core@0.0.8
- @use-funnel/browser@0.0.9

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-app-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-app-router",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev -p 3100",
Expand Down
9 changes: 9 additions & 0 deletions examples/nextjs-pages-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# nextjs-pages-router

## 0.1.1

### Patch Changes

- Updated dependencies [[`d327a69`](https://github.com/toss/use-funnel/commit/d327a6959687309591859a80b05524a8ca714a80)]:
- @use-funnel/core@0.0.8
- @use-funnel/next@0.0.9
2 changes: 1 addition & 1 deletion examples/nextjs-pages-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-pages-router",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev -p 3101",
Expand Down
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.9

### Patch Changes

- [#88](https://github.com/toss/use-funnel/pull/88) [`d327a69`](https://github.com/toss/use-funnel/commit/d327a6959687309591859a80b05524a8ca714a80) Thanks [@minuukang](https://github.com/minuukang)! - Fix overlay step render before step when is event step

- Updated dependencies [[`d327a69`](https://github.com/toss/use-funnel/commit/d327a6959687309591859a80b05524a8ca714a80)]:
- @use-funnel/core@0.0.8

## 0.0.8

### 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.8",
"version": "0.0.9",
"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.8

### Patch Changes

- [#88](https://github.com/toss/use-funnel/pull/88) [`d327a69`](https://github.com/toss/use-funnel/commit/d327a6959687309591859a80b05524a8ca714a80) Thanks [@minuukang](https://github.com/minuukang)! - Fix overlay step render before step when is event step

## 0.0.7

### 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.7",
"version": "0.0.8",
"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.9

### Patch Changes

- [#88](https://github.com/toss/use-funnel/pull/88) [`d327a69`](https://github.com/toss/use-funnel/commit/d327a6959687309591859a80b05524a8ca714a80) Thanks [@minuukang](https://github.com/minuukang)! - Fix overlay step render before step when is event step

- Updated dependencies [[`d327a69`](https://github.com/toss/use-funnel/commit/d327a6959687309591859a80b05524a8ca714a80)]:
- @use-funnel/core@0.0.8

## 0.0.8

### 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.8",
"version": "0.0.9",
"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.9

### Patch Changes

- [#88](https://github.com/toss/use-funnel/pull/88) [`d327a69`](https://github.com/toss/use-funnel/commit/d327a6959687309591859a80b05524a8ca714a80) Thanks [@minuukang](https://github.com/minuukang)! - Fix overlay step render before step when is event step

- Updated dependencies [[`d327a69`](https://github.com/toss/use-funnel/commit/d327a6959687309591859a80b05524a8ca714a80)]:
- @use-funnel/core@0.0.8

## 0.0.8

### 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.8",
"version": "0.0.9",
"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.8

### Patch Changes

- [#88](https://github.com/toss/use-funnel/pull/88) [`d327a69`](https://github.com/toss/use-funnel/commit/d327a6959687309591859a80b05524a8ca714a80) Thanks [@minuukang](https://github.com/minuukang)! - Fix overlay step render before step when is event step

- Updated dependencies [[`d327a69`](https://github.com/toss/use-funnel/commit/d327a6959687309591859a80b05524a8ca714a80)]:
- @use-funnel/core@0.0.8

## 0.0.7

### 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.7",
"version": "0.0.8",
"description": "",
"type": "module",
"main": "./src/index.ts",
Expand Down

0 comments on commit 0bfc737

Please # to comment.