Skip to content

Commit 144973f

Browse files
authored
Merge pull request #885 from soluble-io/changeset-release/main
Version Packages
2 parents 7785b05 + ee245c9 commit 144973f

File tree

12 files changed

+53
-19
lines changed

12 files changed

+53
-19
lines changed

.changeset/fresh-shirts-sniff.md

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

.changeset/sixty-brooms-approve.md

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

examples/nextjs-cjs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @examples/nextjs-cjs
22

3+
## 0.1.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55), [`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55)]:
8+
- @soluble/cache-interop@0.12.7
9+
- @soluble/cache-ioredis@0.13.10
10+
- @soluble/cache-redis@0.12.10
11+
312
## 0.1.11
413

514
### Patch Changes

examples/nextjs-cjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@examples/nextjs-cjs",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/nextjs-esm/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @examples/nextjs-esm
22

3+
## 0.1.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55), [`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55)]:
8+
- @soluble/cache-interop@0.12.7
9+
- @soluble/cache-ioredis@0.13.10
10+
- @soluble/cache-redis@0.12.10
11+
312
## 0.1.11
413

514
### Patch Changes

examples/nextjs-esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@examples/nextjs-esm",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/cache-interop/CHANGELOG.md

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

3+
## 0.12.7
4+
5+
### Patch Changes
6+
7+
- [#883](https://github.com/soluble-io/cache-interop/pull/883) [`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55) Thanks [@belgattitude](https://github.com/belgattitude)! - Fix export types publication
8+
9+
- [#883](https://github.com/soluble-io/cache-interop/pull/883) [`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55) Thanks [@belgattitude](https://github.com/belgattitude)! - Add publint check to prevent publication issues
10+
311
## 0.12.6
412

513
### Patch Changes

packages/cache-interop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@soluble/cache-interop",
33
"description": "Async cache interop contracts",
4-
"version": "0.12.6",
4+
"version": "0.12.7",
55
"license": "MIT",
66
"homepage": "https://github.com/soluble-io/cache-interop/tree/main/packages/cache-interop",
77
"repository": {

packages/cache-ioredis/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @soluble/cache-ioredis
22

3+
## 0.13.10
4+
5+
### Patch Changes
6+
7+
- [#883](https://github.com/soluble-io/cache-interop/pull/883) [`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55) Thanks [@belgattitude](https://github.com/belgattitude)! - Fix export types publication
8+
9+
- [#883](https://github.com/soluble-io/cache-interop/pull/883) [`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55) Thanks [@belgattitude](https://github.com/belgattitude)! - Add publint check to prevent publication issues
10+
11+
- Updated dependencies [[`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55), [`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55)]:
12+
- @soluble/cache-interop@0.12.7
13+
314
## 0.13.9
415

516
### Patch Changes

packages/cache-ioredis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@soluble/cache-ioredis",
33
"description": "IORedis cache interop adapter",
4-
"version": "0.13.9",
4+
"version": "0.13.10",
55
"license": "MIT",
66
"homepage": "https://github.com/soluble-io/cache-interop/tree/main/packages/cache-ioredis",
77
"repository": {

packages/cache-redis/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @soluble/cache-redis
22

3+
## 0.12.10
4+
5+
### Patch Changes
6+
7+
- [#883](https://github.com/soluble-io/cache-interop/pull/883) [`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55) Thanks [@belgattitude](https://github.com/belgattitude)! - Fix export types publication
8+
9+
- [#883](https://github.com/soluble-io/cache-interop/pull/883) [`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55) Thanks [@belgattitude](https://github.com/belgattitude)! - Add publint check to prevent publication issues
10+
11+
- Updated dependencies [[`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55), [`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55)]:
12+
- @soluble/cache-interop@0.12.7
13+
314
## 0.12.9
415

516
### Patch Changes

packages/cache-redis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@soluble/cache-redis",
33
"description": "Node redis cache interop adapter",
4-
"version": "0.12.9",
4+
"version": "0.12.10",
55
"license": "MIT",
66
"homepage": "https://github.com/soluble-io/cache-interop/tree/main/packages/cache-redis",
77
"repository": {

0 commit comments

Comments
 (0)