Skip to content

Commit

Permalink
chore: version packages (#81)
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 Nov 20, 2024
1 parent 5a7cbbf commit ca5bdfc
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/perfect-carrots-study.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
@@ -0,0 +1,8 @@
# nextjs-app-router

## 0.1.1

### Patch Changes

- Updated dependencies [[`5a7cbbf`](https://github.com/toss/use-funnel/commit/5a7cbbff6c06eb66bf26e7a6ccbe2acc664f4f37)]:
- @use-funnel/browser@0.0.8
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.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev -p 3100",
Expand Down
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.8

### Patch Changes

- [#80](https://github.com/toss/use-funnel/pull/80) [`5a7cbbf`](https://github.com/toss/use-funnel/commit/5a7cbbff6c06eb66bf26e7a6ccbe2acc664f4f37) Thanks [@minuukang](https://github.com/minuukang)! - Fix browser at ssr, react-navigation-native overlay at first step

## 0.0.7

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

### Patch Changes

- [#80](https://github.com/toss/use-funnel/pull/80) [`5a7cbbf`](https://github.com/toss/use-funnel/commit/5a7cbbff6c06eb66bf26e7a6ccbe2acc664f4f37) Thanks [@minuukang](https://github.com/minuukang)! - Fix browser at ssr, react-navigation-native overlay at first step

## 0.0.7

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

0 comments on commit ca5bdfc

Please sign in to comment.