Skip to content

Commit 46ff391

Browse files
authored
Merge pull request #412 from soluble-io/changeset-release/main
Version Packages
2 parents fc88c66 + e2fc068 commit 46ff391

File tree

13 files changed

+55
-27
lines changed

13 files changed

+55
-27
lines changed

.changeset/odd-toes-drive.md

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

.changeset/tame-colts-fetch.md

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

.changeset/tricky-icons-know.md

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

packages/cache-e2e-tests/CHANGELOG.md

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

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- [#411](https://github.com/soluble-io/cache-interop/pull/411) [`2994584`](https://github.com/soluble-io/cache-interop/commit/299458449facf3dce7f46829a66c7cee167e8f05) Thanks [@belgattitude](https://github.com/belgattitude)! - cache-ioredis upgraded to ioredis v5
8+
9+
- See https://github.com/luin/ioredis/wiki/Upgrading-from-v4-to-v5
10+
- https://github.com/luin/ioredis/releases/tag/v5.0.0
11+
312
## 0.9.0
413

514
### Minor Changes

packages/cache-e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@soluble/cache-e2e-tests",
33
"private": true,
44
"description": "E2E tests for cache-interop",
5-
"version": "0.9.0",
5+
"version": "0.10.0",
66
"license": "MIT",
77
"homepage": "https://github.com/soluble-io/cache-interop",
88
"repository": {

packages/cache-interop/CHANGELOG.md

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

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- [#413](https://github.com/soluble-io/cache-interop/pull/413) [`c296d63`](https://github.com/soluble-io/cache-interop/commit/c296d638976ba388dc5204e7aac2f33805c5b512) Thanks [@belgattitude](https://github.com/belgattitude)! - Don't compress builds to ease patching
8+
39
## 0.9.0
410

511
### Minor 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.9.0",
4+
"version": "0.9.1",
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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @soluble/cache-ioredis
22

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- [#411](https://github.com/soluble-io/cache-interop/pull/411) [`8516b6e`](https://github.com/soluble-io/cache-interop/commit/8516b6e760164771a14a3f44535d8563b1699009) Thanks [@belgattitude](https://github.com/belgattitude)! - IORedis is now a dependency, no need to install peers
8+
9+
* [#411](https://github.com/soluble-io/cache-interop/pull/411) [`2994584`](https://github.com/soluble-io/cache-interop/commit/299458449facf3dce7f46829a66c7cee167e8f05) Thanks [@belgattitude](https://github.com/belgattitude)! - cache-ioredis upgraded to ioredis v5
10+
11+
- See https://github.com/luin/ioredis/wiki/Upgrading-from-v4-to-v5
12+
- https://github.com/luin/ioredis/releases/tag/v5.0.0
13+
14+
### Patch Changes
15+
16+
- [#413](https://github.com/soluble-io/cache-interop/pull/413) [`c296d63`](https://github.com/soluble-io/cache-interop/commit/c296d638976ba388dc5204e7aac2f33805c5b512) Thanks [@belgattitude](https://github.com/belgattitude)! - Don't compress builds to ease patching
17+
18+
- Updated dependencies [[`c296d63`](https://github.com/soluble-io/cache-interop/commit/c296d638976ba388dc5204e7aac2f33805c5b512)]:
19+
- @soluble/cache-interop@0.9.1
20+
- @soluble/dsn-parser@1.4.1
21+
322
## 0.9.0
423

524
### Minor 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.9.0",
4+
"version": "0.10.0",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @soluble/cache-node-redis
22

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- [#413](https://github.com/soluble-io/cache-interop/pull/413) [`c296d63`](https://github.com/soluble-io/cache-interop/commit/c296d638976ba388dc5204e7aac2f33805c5b512) Thanks [@belgattitude](https://github.com/belgattitude)! - Don't compress builds to ease patching
8+
9+
- Updated dependencies [[`c296d63`](https://github.com/soluble-io/cache-interop/commit/c296d638976ba388dc5204e7aac2f33805c5b512)]:
10+
- @soluble/cache-interop@0.9.1
11+
- @soluble/dsn-parser@1.4.1
12+
313
## 0.9.0
414

515
### Minor Changes

0 commit comments

Comments
 (0)