Skip to content

Commit 354f6ba

Browse files
ci(changesets): version packages (#1735)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2f15d32 commit 354f6ba

36 files changed

Lines changed: 256 additions & 123 deletions

File tree

.changeset/hungry-bugs-rescue.md

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

.changeset/popular-avocados-juggle.md

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

.changeset/stale-yaks-sit.md

Lines changed: 0 additions & 6 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+
## 12.5.6
4+
5+
### Patch Changes
6+
7+
- [#1733](https://github.com/tdeekens/flopflip/pull/1733) [`340bd768`](https://github.com/tdeekens/flopflip/commit/340bd76837bd248c46b3d56ff46ea1c4c408e3cf) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies
8+
9+
- Updated dependencies [[`340bd768`](https://github.com/tdeekens/flopflip/commit/340bd76837bd248c46b3d56ff46ea1c4c408e3cf), [`2f15d324`](https://github.com/tdeekens/flopflip/commit/2f15d324d7c96e03ead380e15d14a7102d2359c9)]:
10+
- @flopflip/types@12.5.6
11+
312
## 12.5.5
413

514
### Patch Changes

packages/adapter-utilities/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flopflip/adapter-utilities",
3-
"version": "12.5.5",
3+
"version": "12.5.6",
44
"description": "Adapter utilities for flipflop",
55
"main": "dist/flopflip-adapter-utilities.cjs.js",
66
"module": "dist/flopflip-adapter-utilities.esm.js",
@@ -29,7 +29,7 @@
2929
],
3030
"dependencies": {
3131
"@babel/runtime": "7.20.13",
32-
"@flopflip/types": "12.5.5",
32+
"@flopflip/types": "12.5.6",
3333
"globalthis": "1.0.3",
3434
"lodash": "4.17.21"
3535
},

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+
## 12.5.6
4+
5+
### Patch Changes
6+
7+
- [#1734](https://github.com/tdeekens/flopflip/pull/1734) [`163548bf`](https://github.com/tdeekens/flopflip/commit/163548bfbfbae6f7206e79879bc0414ae82b9275) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency eslint-plugin-simple-import-sort to v10
8+
9+
- [#1733](https://github.com/tdeekens/flopflip/pull/1733) [`340bd768`](https://github.com/tdeekens/flopflip/commit/340bd76837bd248c46b3d56ff46ea1c4c408e3cf) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies
10+
11+
- Updated dependencies [[`340bd768`](https://github.com/tdeekens/flopflip/commit/340bd76837bd248c46b3d56ff46ea1c4c408e3cf), [`2f15d324`](https://github.com/tdeekens/flopflip/commit/2f15d324d7c96e03ead380e15d14a7102d2359c9)]:
12+
- @flopflip/adapter-utilities@12.5.6
13+
- @flopflip/types@12.5.6
14+
315
## 12.5.5
416

517
### Patch Changes

packages/combine-adapters/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flopflip/combine-adapters",
3-
"version": "12.5.5",
3+
"version": "12.5.6",
44
"description": "An adapter which combines other adapters for flipflop",
55
"main": "dist/flopflip-combine-adapters.cjs.js",
66
"module": "dist/flopflip-combine-adapters.esm.js",
@@ -30,14 +30,14 @@
3030
],
3131
"dependencies": {
3232
"@babel/runtime": "7.20.13",
33-
"@flopflip/adapter-utilities": "12.5.5",
34-
"@flopflip/types": "12.5.5",
33+
"@flopflip/adapter-utilities": "12.5.6",
34+
"@flopflip/types": "12.5.6",
3535
"mitt": "3.0.0",
3636
"tiny-warning": "1.0.3"
3737
},
3838
"devDependencies": {
39-
"@flopflip/localstorage-adapter": "12.5.5",
40-
"@flopflip/memory-adapter": "12.5.5",
39+
"@flopflip/localstorage-adapter": "12.5.6",
40+
"@flopflip/memory-adapter": "12.5.6",
4141
"globalthis": "1.0.3"
4242
}
4343
}

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+
## 12.5.6
4+
5+
### Patch Changes
6+
7+
- [#1733](https://github.com/tdeekens/flopflip/pull/1733) [`340bd768`](https://github.com/tdeekens/flopflip/commit/340bd76837bd248c46b3d56ff46ea1c4c408e3cf) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies
8+
9+
- Updated dependencies [[`340bd768`](https://github.com/tdeekens/flopflip/commit/340bd76837bd248c46b3d56ff46ea1c4c408e3cf), [`2f15d324`](https://github.com/tdeekens/flopflip/commit/2f15d324d7c96e03ead380e15d14a7102d2359c9)]:
10+
- @flopflip/types@12.5.6
11+
312
## 12.5.5
413

514
### Patch Changes

packages/cypress-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flopflip/cypress-plugin",
3-
"version": "12.5.5",
3+
"version": "12.5.6",
44
"description": "A plugin for Cypress change feature toggles in Cypress runs",
55
"main": "dist/flopflip-cypress-plugin.cjs.js",
66
"module": "dist/flopflip-cypress-plugin.esm.js",
@@ -33,7 +33,7 @@
3333
"cypress": "4.x || 5.x || 6.x || 7.x || 8.x || 9.x || 10.x || 11.x || 12.x"
3434
},
3535
"dependencies": {
36-
"@flopflip/types": "12.5.5"
36+
"@flopflip/types": "12.5.6"
3737
},
3838
"keywords": [
3939
"react",

packages/graphql-adapter/CHANGELOG.md

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

3+
## 12.5.6
4+
5+
### Patch Changes
6+
7+
- [#1734](https://github.com/tdeekens/flopflip/pull/1734) [`163548bf`](https://github.com/tdeekens/flopflip/commit/163548bfbfbae6f7206e79879bc0414ae82b9275) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency eslint-plugin-simple-import-sort to v10
8+
9+
- [#1733](https://github.com/tdeekens/flopflip/pull/1733) [`340bd768`](https://github.com/tdeekens/flopflip/commit/340bd76837bd248c46b3d56ff46ea1c4c408e3cf) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies
10+
11+
- Updated dependencies [[`340bd768`](https://github.com/tdeekens/flopflip/commit/340bd76837bd248c46b3d56ff46ea1c4c408e3cf), [`2f15d324`](https://github.com/tdeekens/flopflip/commit/2f15d324d7c96e03ead380e15d14a7102d2359c9)]:
12+
- @flopflip/adapter-utilities@12.5.6
13+
- @flopflip/types@12.5.6
14+
- @flopflip/localstorage-cache@12.5.6
15+
- @flopflip/sessionstorage-cache@12.5.6
16+
317
## 12.5.5
418

519
### Patch Changes

0 commit comments

Comments
 (0)