Skip to content

Commit 24d50f5

Browse files
ci(changesets): version packages (#2039)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 469e9fe commit 24d50f5

File tree

37 files changed

+197
-40
lines changed

37 files changed

+197
-40
lines changed

.changeset/crazy-kiwis-bathe.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.2
4+
5+
### Patch Changes
6+
7+
- [`469e9fe`](https://github.com/tdeekens/flopflip/commit/469e9fed68cfd6f791e2ca208c905981160834af) Thanks [@tdeekens](https://github.com/tdeekens)! - Fix lodash imports to be fully qualified
8+
9+
- Updated dependencies [[`469e9fe`](https://github.com/tdeekens/flopflip/commit/469e9fed68cfd6f791e2ca208c905981160834af)]:
10+
- @flopflip/types@15.1.2
11+
312
## 15.1.1
413

514
### 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.1.1",
3+
"version": "15.1.2",
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.2
4+
5+
### Patch Changes
6+
7+
- [`469e9fe`](https://github.com/tdeekens/flopflip/commit/469e9fed68cfd6f791e2ca208c905981160834af) Thanks [@tdeekens](https://github.com/tdeekens)! - Fix lodash imports to be fully qualified
8+
9+
- Updated dependencies [[`469e9fe`](https://github.com/tdeekens/flopflip/commit/469e9fed68cfd6f791e2ca208c905981160834af)]:
10+
- @flopflip/localstorage-cache@15.1.2
11+
- @flopflip/sessionstorage-cache@15.1.2
12+
- @flopflip/types@15.1.2
13+
314
## 15.1.1
415

516
### 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.1.1",
3+
"version": "15.1.2",
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.2
4+
5+
### Patch Changes
6+
7+
- [`469e9fe`](https://github.com/tdeekens/flopflip/commit/469e9fed68cfd6f791e2ca208c905981160834af) Thanks [@tdeekens](https://github.com/tdeekens)! - Fix lodash imports to be fully qualified
8+
9+
- Updated dependencies [[`469e9fe`](https://github.com/tdeekens/flopflip/commit/469e9fed68cfd6f791e2ca208c905981160834af)]:
10+
- @flopflip/adapter-utilities@15.1.2
11+
- @flopflip/types@15.1.2
12+
313
## 15.1.1
414

515
### 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.1.1",
3+
"version": "15.1.2",
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.2
4+
5+
### Patch Changes
6+
7+
- [`469e9fe`](https://github.com/tdeekens/flopflip/commit/469e9fed68cfd6f791e2ca208c905981160834af) Thanks [@tdeekens](https://github.com/tdeekens)! - Fix lodash imports to be fully qualified
8+
9+
- Updated dependencies [[`469e9fe`](https://github.com/tdeekens/flopflip/commit/469e9fed68cfd6f791e2ca208c905981160834af)]:
10+
- @flopflip/types@15.1.2
11+
312
## 15.1.1
413

514
### 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.1.1",
3+
"version": "15.1.2",
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.2
4+
5+
### Patch Changes
6+
7+
- [`469e9fe`](https://github.com/tdeekens/flopflip/commit/469e9fed68cfd6f791e2ca208c905981160834af) Thanks [@tdeekens](https://github.com/tdeekens)! - Fix lodash imports to be fully qualified
8+
9+
- Updated dependencies [[`469e9fe`](https://github.com/tdeekens/flopflip/commit/469e9fed68cfd6f791e2ca208c905981160834af)]:
10+
- @flopflip/adapter-utilities@15.1.2
11+
- @flopflip/cache@15.1.2
12+
- @flopflip/localstorage-cache@15.1.2
13+
- @flopflip/sessionstorage-cache@15.1.2
14+
- @flopflip/types@15.1.2
15+
316
## 15.1.1
417

518
### Patch Changes

0 commit comments

Comments
 (0)