Skip to content

Commit e46d605

Browse files
ci(changesets): version packages (#1678)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 12a30d0 commit e46d605

34 files changed

Lines changed: 244 additions & 109 deletions

File tree

.changeset/chilly-spies-prove.md

Lines changed: 0 additions & 20 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+
## 1.0.32
4+
5+
### Patch Changes
6+
7+
- [#1677](https://github.com/tdeekens/flopflip/pull/1677) [`12a30d04`](https://github.com/tdeekens/flopflip/commit/12a30d04b64296171ac5de7fac964d98cf86452a) Thanks [@tdeekens](https://github.com/tdeekens)! - Update dependencies
8+
9+
- Updated dependencies [[`12a30d04`](https://github.com/tdeekens/flopflip/commit/12a30d04b64296171ac5de7fac964d98cf86452a)]:
10+
- @flopflip/types@4.1.27
11+
312
## 1.0.31
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": "1.0.31",
3+
"version": "1.0.32",
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.19.0",
32-
"@flopflip/types": "4.1.26",
32+
"@flopflip/types": "4.1.27",
3333
"globalthis": "1.0.3",
3434
"lodash": "4.17.21"
3535
},

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+
## 0.0.36
4+
5+
### Patch Changes
6+
7+
- [#1677](https://github.com/tdeekens/flopflip/pull/1677) [`12a30d04`](https://github.com/tdeekens/flopflip/commit/12a30d04b64296171ac5de7fac964d98cf86452a) Thanks [@tdeekens](https://github.com/tdeekens)! - Update dependencies
8+
9+
- Updated dependencies [[`12a30d04`](https://github.com/tdeekens/flopflip/commit/12a30d04b64296171ac5de7fac964d98cf86452a)]:
10+
- @flopflip/adapter-utilities@1.0.32
11+
- @flopflip/types@4.1.27
12+
313
## 0.0.35
414

515
### 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": "0.0.35",
3+
"version": "0.0.36",
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.19.0",
33-
"@flopflip/adapter-utilities": "1.0.31",
34-
"@flopflip/types": "4.1.26",
33+
"@flopflip/adapter-utilities": "1.0.32",
34+
"@flopflip/types": "4.1.27",
3535
"mitt": "3.0.0",
3636
"tiny-warning": "1.0.3"
3737
},
3838
"devDependencies": {
39-
"@flopflip/localstorage-adapter": "4.0.28",
40-
"@flopflip/memory-adapter": "3.0.32",
39+
"@flopflip/localstorage-adapter": "4.0.29",
40+
"@flopflip/memory-adapter": "3.0.33",
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+
## 2.1.4
4+
5+
### Patch Changes
6+
7+
- [#1677](https://github.com/tdeekens/flopflip/pull/1677) [`12a30d04`](https://github.com/tdeekens/flopflip/commit/12a30d04b64296171ac5de7fac964d98cf86452a) Thanks [@tdeekens](https://github.com/tdeekens)! - Update dependencies
8+
9+
- Updated dependencies [[`12a30d04`](https://github.com/tdeekens/flopflip/commit/12a30d04b64296171ac5de7fac964d98cf86452a)]:
10+
- @flopflip/types@4.1.27
11+
312
## 2.1.3
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": "2.1.3",
3+
"version": "2.1.4",
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"
3434
},
3535
"dependencies": {
36-
"@flopflip/types": "4.1.26"
36+
"@flopflip/types": "4.1.27"
3737
},
3838
"keywords": [
3939
"react",

packages/graphql-adapter/CHANGELOG.md

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

3+
## 3.0.29
4+
5+
### Patch Changes
6+
7+
- [#1677](https://github.com/tdeekens/flopflip/pull/1677) [`12a30d04`](https://github.com/tdeekens/flopflip/commit/12a30d04b64296171ac5de7fac964d98cf86452a) Thanks [@tdeekens](https://github.com/tdeekens)! - Update dependencies
8+
9+
- Updated dependencies [[`12a30d04`](https://github.com/tdeekens/flopflip/commit/12a30d04b64296171ac5de7fac964d98cf86452a)]:
10+
- @flopflip/adapter-utilities@1.0.32
11+
- @flopflip/localstorage-cache@1.0.31
12+
- @flopflip/sessionstorage-cache@1.0.31
13+
- @flopflip/types@4.1.27
14+
315
## 3.0.28
416

517
### Patch Changes

packages/graphql-adapter/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flopflip/graphql-adapter",
3-
"version": "3.0.28",
3+
"version": "3.0.29",
44
"description": "An GraphQL adapter for flipflop",
55
"main": "dist/flopflip-graphql-adapter.cjs.js",
66
"module": "dist/flopflip-graphql-adapter.esm.js",
@@ -30,10 +30,10 @@
3030
],
3131
"dependencies": {
3232
"@babel/runtime": "7.19.0",
33-
"@flopflip/adapter-utilities": "1.0.31",
34-
"@flopflip/localstorage-cache": "1.0.30",
35-
"@flopflip/sessionstorage-cache": "1.0.30",
36-
"@flopflip/types": "4.1.26",
33+
"@flopflip/adapter-utilities": "1.0.32",
34+
"@flopflip/localstorage-cache": "1.0.31",
35+
"@flopflip/sessionstorage-cache": "1.0.31",
36+
"@flopflip/types": "4.1.27",
3737
"lodash": "4.17.21",
3838
"mitt": "3.0.0",
3939
"tiny-warning": "1.0.3"

packages/http-adapter/CHANGELOG.md

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

3+
## 0.0.26
4+
5+
### Patch Changes
6+
7+
- [#1677](https://github.com/tdeekens/flopflip/pull/1677) [`12a30d04`](https://github.com/tdeekens/flopflip/commit/12a30d04b64296171ac5de7fac964d98cf86452a) Thanks [@tdeekens](https://github.com/tdeekens)! - Update dependencies
8+
9+
- Updated dependencies [[`12a30d04`](https://github.com/tdeekens/flopflip/commit/12a30d04b64296171ac5de7fac964d98cf86452a)]:
10+
- @flopflip/adapter-utilities@1.0.32
11+
- @flopflip/localstorage-cache@1.0.31
12+
- @flopflip/sessionstorage-cache@1.0.31
13+
- @flopflip/types@4.1.27
14+
315
## 0.0.25
416

517
### Patch Changes

0 commit comments

Comments
 (0)