Skip to content

Commit 11c8e09

Browse files
ci(changesets): version packages (#2038)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ac606fa commit 11c8e09

File tree

37 files changed

+197
-40
lines changed

37 files changed

+197
-40
lines changed

.changeset/little-monkeys-lead.md

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

packages/adapter-utilities/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @flopflip/adapter-utilities
22

3+
## 15.1.1
4+
5+
### Patch Changes
6+
7+
- [`ac606fa`](https://github.com/tdeekens/flopflip/commit/ac606fa23ec2e9325cdb575b57e1b342453c00ae) Thanks [@tdeekens](https://github.com/tdeekens)! - Fix downgrade debounce-fn to not be ESM
8+
9+
- Updated dependencies [[`ac606fa`](https://github.com/tdeekens/flopflip/commit/ac606fa23ec2e9325cdb575b57e1b342453c00ae)]:
10+
- @flopflip/types@15.1.1
11+
312
## 15.1.0
413

514
### Minor Changes

packages/adapter-utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flopflip/adapter-utilities",
3-
"version": "15.1.0",
3+
"version": "15.1.1",
44
"description": "Adapter utilities for flipflop",
55
"sideEffects": false,
66
"type": "module",

packages/cache/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @flopflip/cache
22

3+
## 15.1.1
4+
5+
### Patch Changes
6+
7+
- [`ac606fa`](https://github.com/tdeekens/flopflip/commit/ac606fa23ec2e9325cdb575b57e1b342453c00ae) Thanks [@tdeekens](https://github.com/tdeekens)! - Fix downgrade debounce-fn to not be ESM
8+
9+
- Updated dependencies [[`ac606fa`](https://github.com/tdeekens/flopflip/commit/ac606fa23ec2e9325cdb575b57e1b342453c00ae)]:
10+
- @flopflip/localstorage-cache@15.1.1
11+
- @flopflip/sessionstorage-cache@15.1.1
12+
- @flopflip/types@15.1.1
13+
314
## 15.1.0
415

516
### Minor Changes

packages/cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flopflip/cache",
3-
"version": "15.1.0",
3+
"version": "15.1.1",
44
"description": "Caching for flipflop adapters",
55
"sideEffects": false,
66
"type": "module",

packages/combine-adapters/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @flopflip/combine-adapters
22

3+
## 15.1.1
4+
5+
### Patch Changes
6+
7+
- [`ac606fa`](https://github.com/tdeekens/flopflip/commit/ac606fa23ec2e9325cdb575b57e1b342453c00ae) Thanks [@tdeekens](https://github.com/tdeekens)! - Fix downgrade debounce-fn to not be ESM
8+
9+
- Updated dependencies [[`ac606fa`](https://github.com/tdeekens/flopflip/commit/ac606fa23ec2e9325cdb575b57e1b342453c00ae)]:
10+
- @flopflip/adapter-utilities@15.1.1
11+
- @flopflip/types@15.1.1
12+
313
## 15.1.0
414

515
### Minor Changes

packages/combine-adapters/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flopflip/combine-adapters",
3-
"version": "15.1.0",
3+
"version": "15.1.1",
44
"description": "An adapter which combines other adapters for flipflop",
55
"sideEffects": false,
66
"type": "module",

packages/cypress-plugin/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @flopflip/cypress-plugin
22

3+
## 15.1.1
4+
5+
### Patch Changes
6+
7+
- [`ac606fa`](https://github.com/tdeekens/flopflip/commit/ac606fa23ec2e9325cdb575b57e1b342453c00ae) Thanks [@tdeekens](https://github.com/tdeekens)! - Fix downgrade debounce-fn to not be ESM
8+
9+
- Updated dependencies [[`ac606fa`](https://github.com/tdeekens/flopflip/commit/ac606fa23ec2e9325cdb575b57e1b342453c00ae)]:
10+
- @flopflip/types@15.1.1
11+
312
## 15.1.0
413

514
### Minor Changes

packages/cypress-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flopflip/cypress-plugin",
3-
"version": "15.1.0",
3+
"version": "15.1.1",
44
"description": "A plugin for Cypress change feature toggles in Cypress runs",
55
"sideEffects": false,
66
"type": "module",

packages/graphql-adapter/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @flopflip/graphql-adapter
22

3+
## 15.1.1
4+
5+
### Patch Changes
6+
7+
- [`ac606fa`](https://github.com/tdeekens/flopflip/commit/ac606fa23ec2e9325cdb575b57e1b342453c00ae) Thanks [@tdeekens](https://github.com/tdeekens)! - Fix downgrade debounce-fn to not be ESM
8+
9+
- Updated dependencies [[`ac606fa`](https://github.com/tdeekens/flopflip/commit/ac606fa23ec2e9325cdb575b57e1b342453c00ae)]:
10+
- @flopflip/adapter-utilities@15.1.1
11+
- @flopflip/cache@15.1.1
12+
- @flopflip/localstorage-cache@15.1.1
13+
- @flopflip/sessionstorage-cache@15.1.1
14+
- @flopflip/types@15.1.1
15+
316
## 15.1.0
417

518
### Minor Changes

0 commit comments

Comments
 (0)