Skip to content

Commit

Permalink
Version Packages (#56)
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] committed Jun 16, 2023
1 parent 79d13e9 commit 0c55fa5
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/small-tables-know.md

This file was deleted.

7 changes: 7 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example

## 0.1.7

### Patch Changes

- Updated dependencies [79d13e9]
- @happykit/flags@3.3.0

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.1.6",
"version": "0.1.7",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
8 changes: 8 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @happykit/flags

## 3.3.0

### Minor Changes

- 79d13e9: allow disabling visitor key cookie

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`.

## 3.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@happykit/flags",
"version": "3.2.0",
"version": "3.3.0",
"description": "Feature Flags for Next.js",
"author": "Dominik Ferber <dominik.ferber+npm@gmail.com> (http://dferber.de/)",
"license": "MIT",
Expand Down

1 comment on commit 0c55fa5

@vercel
Copy link

@vercel vercel bot commented on 0c55fa5 Jun 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

flags – ./

flags.happykit.dev
flags-happykit.vercel.app
flags-git-master-happykit.vercel.app

Please sign in to comment.