Skip to content

Commit 493b09c

Browse files
RELEASING: Releasing 6 package(s)
Releases: @soluble/[email protected] @soluble/[email protected] @soluble/[email protected] @soluble/[email protected] @examples/[email protected] @examples/[email protected] [skip ci]
1 parent 531c97a commit 493b09c

File tree

12 files changed

+58
-6
lines changed

12 files changed

+58
-6
lines changed

examples/nextjs-cjs/CHANGELOG.md

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

3+
## 0.1.1-canary.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`40e9749`](https://github.com/soluble-io/cache-interop/commit/40e9749542bd81ac2c064384342e769e38e2d7ca)]:
8+
- @soluble/cache-interop@0.11.1-canary.1
9+
- @soluble/cache-ioredis@0.12.1-canary.2
10+
- @soluble/cache-redis@0.11.1-canary.2
11+
- @soluble/dsn-parser@1.6.0-canary.2
12+
313
## 0.1.1-canary.1
414

515
### 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.1-canary.1",
3+
"version": "0.1.1-canary.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

examples/nextjs-esm/CHANGELOG.md

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

3+
## 0.1.1-canary.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`40e9749`](https://github.com/soluble-io/cache-interop/commit/40e9749542bd81ac2c064384342e769e38e2d7ca)]:
8+
- @soluble/cache-interop@0.11.1-canary.1
9+
- @soluble/cache-ioredis@0.12.1-canary.2
10+
- @soluble/cache-redis@0.11.1-canary.2
11+
- @soluble/dsn-parser@1.6.0-canary.2
12+
313
## 0.1.1-canary.1
414

515
### 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.1-canary.1",
3+
"version": "0.1.1-canary.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

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.11.1-canary.1
4+
5+
### Patch Changes
6+
7+
- [#665](https://github.com/soluble-io/cache-interop/pull/665) [`40e9749`](https://github.com/soluble-io/cache-interop/commit/40e9749542bd81ac2c064384342e769e38e2d7ca) Thanks [@belgattitude](https://github.com/belgattitude)! - Fix dual publishing (commonjs, esm) with some tools
8+
39
## 0.11.1-canary.0
410

511
### 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.11.1-canary.0",
4+
"version": "0.11.1-canary.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @soluble/cache-ioredis
22

3+
## 0.12.1-canary.2
4+
5+
### Patch Changes
6+
7+
- [#665](https://github.com/soluble-io/cache-interop/pull/665) [`40e9749`](https://github.com/soluble-io/cache-interop/commit/40e9749542bd81ac2c064384342e769e38e2d7ca) Thanks [@belgattitude](https://github.com/belgattitude)! - Fix dual publishing (commonjs, esm) with some tools
8+
9+
- Updated dependencies [[`40e9749`](https://github.com/soluble-io/cache-interop/commit/40e9749542bd81ac2c064384342e769e38e2d7ca)]:
10+
- @soluble/cache-interop@0.11.1-canary.1
11+
- @soluble/dsn-parser@1.6.0-canary.2
12+
313
## 0.12.1-canary.1
414

515
### 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.12.1-canary.1",
4+
"version": "0.12.1-canary.2",
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-redis
22

3+
## 0.11.1-canary.2
4+
5+
### Patch Changes
6+
7+
- [#665](https://github.com/soluble-io/cache-interop/pull/665) [`40e9749`](https://github.com/soluble-io/cache-interop/commit/40e9749542bd81ac2c064384342e769e38e2d7ca) Thanks [@belgattitude](https://github.com/belgattitude)! - Fix dual publishing (commonjs, esm) with some tools
8+
9+
- Updated dependencies [[`40e9749`](https://github.com/soluble-io/cache-interop/commit/40e9749542bd81ac2c064384342e769e38e2d7ca)]:
10+
- @soluble/cache-interop@0.11.1-canary.1
11+
- @soluble/dsn-parser@1.6.0-canary.2
12+
313
## 0.11.1-canary.1
414

515
### 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.11.1-canary.1",
4+
"version": "0.11.1-canary.2",
55
"license": "MIT",
66
"homepage": "https://github.com/soluble-io/cache-interop/tree/main/packages/cache-redis",
77
"repository": {

0 commit comments

Comments
 (0)