Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/optional-initial-context.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.0.3

### Patch Changes

- Updated dependencies [[`8efd2d4`](https://github.com/toss/use-funnel/commit/8efd2d4d2ee67a9e4ecc8bc7d094fa7fac86ca84)]:
- @use-funnel/core@0.1.0
- @use-funnel/browser@0.0.17

## 0.0.2

### 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,7 +1,7 @@
{
"name": "nextjs-app-router",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"scripts": {
"dev": "next dev -p 3100",
"build": "next build",
Expand Down
8 changes: 8 additions & 0 deletions examples/nextjs-pages-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# nextjs-pages-router

## 0.0.6

### Patch Changes

- Updated dependencies [[`8efd2d4`](https://github.com/toss/use-funnel/commit/8efd2d4d2ee67a9e4ecc8bc7d094fa7fac86ca84)]:
- @use-funnel/core@0.1.0
- @use-funnel/next@0.0.23

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-pages-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nextjs-pages-router",
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"scripts": {
"dev": "next dev -p 3101",
"build": "next build",
Expand Down
7 changes: 7 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @use-funnel/browser

## 0.0.17

### Patch Changes

- Updated dependencies [[`8efd2d4`](https://github.com/toss/use-funnel/commit/8efd2d4d2ee67a9e4ecc8bc7d094fa7fac86ca84)]:
- @use-funnel/core@0.1.0

## 0.0.16

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

## 0.1.0

### Minor Changes

- [#181](https://github.com/toss/use-funnel/pull/181) [`8efd2d4`](https://github.com/toss/use-funnel/commit/8efd2d4d2ee67a9e4ecc8bc7d094fa7fac86ca84) Thanks [@Junnis0123](https://github.com/Junnis0123)! - feat(core): make `initial.context` optional when all context properties are optional

- `createFunnelSteps()` now defaults `TContext` to `{}` when no type argument is provided
- `useFunnel({ initial: { step: 'A' } })` is now valid when the context type has only optional properties (e.g. `{ foo?: string }` or `{}`)

## 0.0.13

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

## 0.0.23

### Patch Changes

- Updated dependencies [[`8efd2d4`](https://github.com/toss/use-funnel/commit/8efd2d4d2ee67a9e4ecc8bc7d094fa7fac86ca84)]:
- @use-funnel/core@0.1.0

## 0.0.22

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

## 0.0.18

### Patch Changes

- Updated dependencies [[`8efd2d4`](https://github.com/toss/use-funnel/commit/8efd2d4d2ee67a9e4ecc8bc7d094fa7fac86ca84)]:
- @use-funnel/core@0.1.0

## 0.0.17

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

## 0.0.16

### Patch Changes

- Updated dependencies [[`8efd2d4`](https://github.com/toss/use-funnel/commit/8efd2d4d2ee67a9e4ecc8bc7d094fa7fac86ca84)]:
- @use-funnel/core@0.1.0

## 0.0.15

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

## 0.0.7

### Patch Changes

- Updated dependencies [[`8efd2d4`](https://github.com/toss/use-funnel/commit/8efd2d4d2ee67a9e4ecc8bc7d094fa7fac86ca84)]:
- @use-funnel/core@0.1.0

## 0.0.6

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