Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit 0c55fa5

Browse files
Version Packages (#56)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 79d13e9 commit 0c55fa5

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.changeset/small-tables-know.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

example/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# example
22

3+
## 0.1.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [79d13e9]
8+
- @happykit/flags@3.3.0
9+
310
## 0.1.6
411

512
### Patch Changes

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

package/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @happykit/flags
22

3+
## 3.3.0
4+
5+
### Minor Changes
6+
7+
- 79d13e9: allow disabling visitor key cookie
8+
9+
You can now configure or disable the visitor key cookie `@happykit/flags` sets by default. You can pass a `serializeVisitorKeyCookie` function to the options when calling `createUseFlags` and `createGetFlags`.
10+
311
## 3.2.0
412

513
### Minor Changes

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@happykit/flags",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "Feature Flags for Next.js",
55
"author": "Dominik Ferber <dominik.ferber+npm@gmail.com> (http://dferber.de/)",
66
"license": "MIT",

0 commit comments

Comments
 (0)