Skip to content

Commit 1d905c7

Browse files
ci(changesets): version packages (#1897)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 66a404d commit 1d905c7

File tree

37 files changed

+219
-61
lines changed

37 files changed

+219
-61
lines changed

.changeset/lazy-berries-design.md

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

.changeset/lemon-kangaroos-return.md

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

.changeset/twenty-cherries-call.md

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

packages/adapter-utilities/CHANGELOG.md

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

3+
## 14.0.1
4+
5+
### Patch Changes
6+
7+
- [#1899](https://github.com/tdeekens/flopflip/pull/1899) [`66a404d`](https://github.com/tdeekens/flopflip/commit/66a404daec61c1b048de4ea44ab5f0bf600b931b) Thanks [@renovate](https://github.com/apps/renovate)! - chore: update all dependencies
8+
9+
- [#1896](https://github.com/tdeekens/flopflip/pull/1896) [`66df5a0`](https://github.com/tdeekens/flopflip/commit/66df5a08a4882279d6479cb7293627fe970b52e0) Thanks [@renovate](https://github.com/apps/renovate)! - Update to pnpm v9
10+
11+
- Updated dependencies [[`66a404d`](https://github.com/tdeekens/flopflip/commit/66a404daec61c1b048de4ea44ab5f0bf600b931b), [`66df5a0`](https://github.com/tdeekens/flopflip/commit/66df5a08a4882279d6479cb7293627fe970b52e0)]:
12+
- @flopflip/types@14.0.1
13+
314
## 14.0.0
415

516
### 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.0",
3+
"version": "14.0.1",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @flopflip/cache
22

3+
## 14.0.1
4+
5+
### Patch Changes
6+
7+
- [#1896](https://github.com/tdeekens/flopflip/pull/1896) [`66df5a0`](https://github.com/tdeekens/flopflip/commit/66df5a08a4882279d6479cb7293627fe970b52e0) Thanks [@renovate](https://github.com/apps/renovate)! - Update to pnpm v9
8+
9+
- Updated dependencies [[`66a404d`](https://github.com/tdeekens/flopflip/commit/66a404daec61c1b048de4ea44ab5f0bf600b931b), [`66df5a0`](https://github.com/tdeekens/flopflip/commit/66df5a08a4882279d6479cb7293627fe970b52e0)]:
10+
- @flopflip/types@14.0.1
11+
- @flopflip/sessionstorage-cache@14.0.1
12+
- @flopflip/localstorage-cache@14.0.1
13+
314
## 14.0.0
415

516
### Major 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.0",
3+
"version": "14.0.1",
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.1
4+
5+
### Patch Changes
6+
7+
- [#1899](https://github.com/tdeekens/flopflip/pull/1899) [`66a404d`](https://github.com/tdeekens/flopflip/commit/66a404daec61c1b048de4ea44ab5f0bf600b931b) Thanks [@renovate](https://github.com/apps/renovate)! - chore: update all dependencies
8+
9+
- [#1896](https://github.com/tdeekens/flopflip/pull/1896) [`66df5a0`](https://github.com/tdeekens/flopflip/commit/66df5a08a4882279d6479cb7293627fe970b52e0) Thanks [@renovate](https://github.com/apps/renovate)! - Update to pnpm v9
10+
11+
- Updated dependencies [[`66a404d`](https://github.com/tdeekens/flopflip/commit/66a404daec61c1b048de4ea44ab5f0bf600b931b), [`66df5a0`](https://github.com/tdeekens/flopflip/commit/66df5a08a4882279d6479cb7293627fe970b52e0)]:
12+
- @flopflip/adapter-utilities@14.0.1
13+
- @flopflip/types@14.0.1
14+
315
## 14.0.0
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.0",
3+
"version": "14.0.1",
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",

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+
## 14.0.1
4+
5+
### Patch Changes
6+
7+
- [#1896](https://github.com/tdeekens/flopflip/pull/1896) [`66df5a0`](https://github.com/tdeekens/flopflip/commit/66df5a08a4882279d6479cb7293627fe970b52e0) Thanks [@renovate](https://github.com/apps/renovate)! - Update to pnpm v9
8+
9+
- Updated dependencies [[`66a404d`](https://github.com/tdeekens/flopflip/commit/66a404daec61c1b048de4ea44ab5f0bf600b931b), [`66df5a0`](https://github.com/tdeekens/flopflip/commit/66df5a08a4882279d6479cb7293627fe970b52e0)]:
10+
- @flopflip/types@14.0.1
11+
312
## 14.0.0
413

514
### Patch Changes

0 commit comments

Comments
 (0)