Skip to content

Commit 3706ed3

Browse files
ci(changesets): version packages (#1908)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 56f387f commit 3706ed3

File tree

38 files changed

+257
-105
lines changed

38 files changed

+257
-105
lines changed

.changeset/angry-donuts-greet.md

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

.changeset/modern-fireants-reflect.md

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

.changeset/tender-rocks-roll.md

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

.changeset/thin-geckos-help.md

Lines changed: 0 additions & 21 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+
## 14.0.2
4+
5+
### Patch Changes
6+
7+
- [#1907](https://github.com/tdeekens/flopflip/pull/1907) [`700a2b2`](https://github.com/tdeekens/flopflip/commit/700a2b2c5921e0760ec2f4e43294718129109eed) Thanks [@renovate](https://github.com/apps/renovate)! - Update react and react-dom while removing usage of defaultProps.
8+
9+
- Updated dependencies [[`700a2b2`](https://github.com/tdeekens/flopflip/commit/700a2b2c5921e0760ec2f4e43294718129109eed)]:
10+
- @flopflip/types@14.0.2
11+
312
## 14.0.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": "14.0.1",
3+
"version": "14.0.2",
44
"description": "Adapter utilities for flipflop",
55
"main": "dist/flopflip-adapter-utilities.cjs.js",
66
"module": "dist/flopflip-adapter-utilities.esm.js",

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+
## 14.0.2
4+
5+
### Patch Changes
6+
7+
- [#1922](https://github.com/tdeekens/flopflip/pull/1922) [`56f387f`](https://github.com/tdeekens/flopflip/commit/56f387f510f62d169eb103321c889545f71a4c66) Thanks [@tdeekens](https://github.com/tdeekens)! - Refactor cache keys to be bound to adapter context.
8+
9+
- [#1907](https://github.com/tdeekens/flopflip/pull/1907) [`700a2b2`](https://github.com/tdeekens/flopflip/commit/700a2b2c5921e0760ec2f4e43294718129109eed) Thanks [@renovate](https://github.com/apps/renovate)! - Update react and react-dom while removing usage of defaultProps.
10+
11+
- Updated dependencies [[`700a2b2`](https://github.com/tdeekens/flopflip/commit/700a2b2c5921e0760ec2f4e43294718129109eed)]:
12+
- @flopflip/sessionstorage-cache@14.0.2
13+
- @flopflip/localstorage-cache@14.0.2
14+
- @flopflip/types@14.0.2
15+
316
## 14.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": "14.0.1",
3+
"version": "14.0.2",
44
"description": "Caching for flipflop adapters",
55
"main": "dist/flopflip-cache.cjs.js",
66
"module": "dist/flopflip-cache.esm.js",

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+
## 14.0.2
4+
5+
### Patch Changes
6+
7+
- [#1909](https://github.com/tdeekens/flopflip/pull/1909) [`fd07633`](https://github.com/tdeekens/flopflip/commit/fd07633b5231fe11036b3b1ddba86e8b6e9cdab8) Thanks [@tdeekens](https://github.com/tdeekens)! - refactor: all types for be prefixed with T
8+
9+
- [#1907](https://github.com/tdeekens/flopflip/pull/1907) [`700a2b2`](https://github.com/tdeekens/flopflip/commit/700a2b2c5921e0760ec2f4e43294718129109eed) Thanks [@renovate](https://github.com/apps/renovate)! - Update react and react-dom while removing usage of defaultProps.
10+
11+
- Updated dependencies [[`700a2b2`](https://github.com/tdeekens/flopflip/commit/700a2b2c5921e0760ec2f4e43294718129109eed)]:
12+
- @flopflip/adapter-utilities@14.0.2
13+
- @flopflip/types@14.0.2
14+
315
## 14.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": "14.0.1",
3+
"version": "14.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",

0 commit comments

Comments
 (0)