Skip to content

Commit f5e52d2

Browse files
ci(changesets): version packages (#1751)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 777ca64 commit f5e52d2

35 files changed

Lines changed: 213 additions & 95 deletions

File tree

.changeset/hot-vans-lay.md

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"dependencies": {
4040
"@babel/cli": "7.21.5",
4141
"@babel/core": "7.21.5",
42+
"@babel/eslint-parser": "7.21.3",
4243
"@babel/plugin-external-helpers": "7.18.6",
4344
"@babel/plugin-proposal-class-properties": "7.18.6",
4445
"@babel/plugin-proposal-export-default-from": "7.18.10",
@@ -68,7 +69,6 @@
6869
"@types/node": "18.16.3",
6970
"@typescript-eslint/eslint-plugin": "5.59.1",
7071
"@typescript-eslint/parser": "5.59.1",
71-
"@babel/eslint-parser": "7.21.3",
7272
"babel-jest": "29.5.0",
7373
"babel-plugin-lodash": "3.3.4",
7474
"babel-plugin-transform-dynamic-import": "2.1.0",

packages/adapter-utilities/CHANGELOG.md

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

3+
## 13.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @flopflip/types@13.0.2
9+
310
## 13.0.1
411

512
### 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": "13.0.1",
3+
"version": "13.0.2",
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.21.5",
32-
"@flopflip/types": "13.0.1",
32+
"@flopflip/types": "13.0.2",
3333
"globalthis": "1.0.3",
3434
"lodash": "4.17.21"
3535
},

packages/combine-adapters/CHANGELOG.md

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

3+
## 13.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @flopflip/adapter-utilities@13.0.2
9+
- @flopflip/types@13.0.2
10+
311
## 13.0.1
412

513
### 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": "13.0.1",
3+
"version": "13.0.2",
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.21.5",
33-
"@flopflip/adapter-utilities": "13.0.1",
34-
"@flopflip/types": "13.0.1",
33+
"@flopflip/adapter-utilities": "13.0.2",
34+
"@flopflip/types": "13.0.2",
3535
"mitt": "3.0.0",
3636
"tiny-warning": "1.0.3"
3737
},
3838
"devDependencies": {
39-
"@flopflip/localstorage-adapter": "13.0.1",
40-
"@flopflip/memory-adapter": "13.0.1",
39+
"@flopflip/localstorage-adapter": "13.0.2",
40+
"@flopflip/memory-adapter": "13.0.2",
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+
## 13.0.2
4+
5+
### Patch Changes
6+
7+
- [#1750](https://github.com/tdeekens/flopflip/pull/1750) [`9f5bccf6`](https://github.com/tdeekens/flopflip/commit/9f5bccf6776e383c3346424e293e9b4865111e32) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update all dependencies
8+
9+
- Updated dependencies []:
10+
- @flopflip/types@13.0.2
11+
312
## 13.0.1
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": "13.0.1",
3+
"version": "13.0.2",
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": "13.0.1"
36+
"@flopflip/types": "13.0.2"
3737
},
3838
"keywords": [
3939
"react",

packages/graphql-adapter/CHANGELOG.md

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

3+
## 13.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @flopflip/adapter-utilities@13.0.2
9+
- @flopflip/localstorage-cache@13.0.2
10+
- @flopflip/sessionstorage-cache@13.0.2
11+
- @flopflip/types@13.0.2
12+
313
## 13.0.1
414

515
### 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": "13.0.1",
3+
"version": "13.0.2",
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.21.5",
33-
"@flopflip/adapter-utilities": "13.0.1",
34-
"@flopflip/localstorage-cache": "13.0.1",
35-
"@flopflip/sessionstorage-cache": "13.0.1",
36-
"@flopflip/types": "13.0.1",
33+
"@flopflip/adapter-utilities": "13.0.2",
34+
"@flopflip/localstorage-cache": "13.0.2",
35+
"@flopflip/sessionstorage-cache": "13.0.2",
36+
"@flopflip/types": "13.0.2",
3737
"lodash": "4.17.21",
3838
"mitt": "3.0.0",
3939
"tiny-warning": "1.0.3"

0 commit comments

Comments
 (0)