Skip to content

Commit 04e69f6

Browse files
ci(changesets): version packages (#2037)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5e47dbb commit 04e69f6

File tree

37 files changed

+229
-40
lines changed

37 files changed

+229
-40
lines changed

.changeset/hungry-cobras-lose.md

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

packages/adapter-utilities/CHANGELOG.md

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

3+
## 15.1.0
4+
5+
### Minor Changes
6+
7+
- [`5e47dbb`](https://github.com/tdeekens/flopflip/commit/5e47dbbe428d003b4162fd194c7b8c5404555f45) Thanks [@tdeekens](https://github.com/tdeekens)! - Combined release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`5e47dbb`](https://github.com/tdeekens/flopflip/commit/5e47dbbe428d003b4162fd194c7b8c5404555f45)]:
12+
- @flopflip/types@15.1.0
13+
314
## 15.0.1
415

516
### Patch 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.0.1",
3+
"version": "15.1.0",
44
"description": "Adapter utilities for flipflop",
55
"sideEffects": false,
66
"type": "module",

packages/cache/CHANGELOG.md

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

3+
## 15.1.0
4+
5+
### Minor Changes
6+
7+
- [`5e47dbb`](https://github.com/tdeekens/flopflip/commit/5e47dbbe428d003b4162fd194c7b8c5404555f45) Thanks [@tdeekens](https://github.com/tdeekens)! - Combined release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`5e47dbb`](https://github.com/tdeekens/flopflip/commit/5e47dbbe428d003b4162fd194c7b8c5404555f45)]:
12+
- @flopflip/localstorage-cache@15.1.0
13+
- @flopflip/sessionstorage-cache@15.1.0
14+
- @flopflip/types@15.1.0
15+
316
## 15.0.1
417

518
### Patch 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.0.1",
3+
"version": "15.1.0",
44
"description": "Caching for flipflop adapters",
55
"sideEffects": false,
66
"type": "module",

packages/combine-adapters/CHANGELOG.md

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

3+
## 15.1.0
4+
5+
### Minor Changes
6+
7+
- [`5e47dbb`](https://github.com/tdeekens/flopflip/commit/5e47dbbe428d003b4162fd194c7b8c5404555f45) Thanks [@tdeekens](https://github.com/tdeekens)! - Combined release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`5e47dbb`](https://github.com/tdeekens/flopflip/commit/5e47dbbe428d003b4162fd194c7b8c5404555f45)]:
12+
- @flopflip/adapter-utilities@15.1.0
13+
- @flopflip/types@15.1.0
14+
315
## 15.0.1
416

517
### Patch 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.0.1",
3+
"version": "15.1.0",
44
"description": "An adapter which combines other adapters for flipflop",
55
"sideEffects": false,
66
"type": "module",

packages/cypress-plugin/CHANGELOG.md

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

3+
## 15.1.0
4+
5+
### Minor Changes
6+
7+
- [`5e47dbb`](https://github.com/tdeekens/flopflip/commit/5e47dbbe428d003b4162fd194c7b8c5404555f45) Thanks [@tdeekens](https://github.com/tdeekens)! - Combined release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`5e47dbb`](https://github.com/tdeekens/flopflip/commit/5e47dbbe428d003b4162fd194c7b8c5404555f45)]:
12+
- @flopflip/types@15.1.0
13+
314
## 15.0.1
415

516
### Patch 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.0.1",
3+
"version": "15.1.0",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @flopflip/graphql-adapter
22

3+
## 15.1.0
4+
5+
### Minor Changes
6+
7+
- [`5e47dbb`](https://github.com/tdeekens/flopflip/commit/5e47dbbe428d003b4162fd194c7b8c5404555f45) Thanks [@tdeekens](https://github.com/tdeekens)! - Combined release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`5e47dbb`](https://github.com/tdeekens/flopflip/commit/5e47dbbe428d003b4162fd194c7b8c5404555f45)]:
12+
- @flopflip/adapter-utilities@15.1.0
13+
- @flopflip/cache@15.1.0
14+
- @flopflip/localstorage-cache@15.1.0
15+
- @flopflip/sessionstorage-cache@15.1.0
16+
- @flopflip/types@15.1.0
17+
318
## 15.0.1
419

520
### Patch Changes

0 commit comments

Comments
 (0)