Skip to content

Commit 5a34f63

Browse files
authored
Merge pull request #933 from soluble-io/changeset-release/main
Version Packages
2 parents 15c940d + 0bb3cbd commit 5a34f63

File tree

17 files changed

+91
-40
lines changed

17 files changed

+91
-40
lines changed

.changeset/beige-actors-hang.md

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

.changeset/gold-clouds-end.md

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

.changeset/nasty-tables-accept.md

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

examples/nextjs-cjs/CHANGELOG.md

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

3+
## 0.1.13
4+
5+
### Patch Changes
6+
7+
- [#932](https://github.com/soluble-io/cache-interop/pull/932) [`7983793`](https://github.com/soluble-io/cache-interop/commit/798379316dd073bbaa047aadbba1515047ec5a5e) Thanks [@belgattitude](https://github.com/belgattitude)! - To latest dependencies
8+
9+
- [#934](https://github.com/soluble-io/cache-interop/pull/934) [`ed234ea`](https://github.com/soluble-io/cache-interop/commit/ed234eab01e3059abf861a2edeb5c324be33ec2a) Thanks [@belgattitude](https://github.com/belgattitude)! - Add syncpack to ensure consistence in package.json(s)
10+
11+
- Updated dependencies [[`7848937`](https://github.com/soluble-io/cache-interop/commit/7848937b4351f66136b9652506217773d8db0916), [`7983793`](https://github.com/soluble-io/cache-interop/commit/798379316dd073bbaa047aadbba1515047ec5a5e), [`ed234ea`](https://github.com/soluble-io/cache-interop/commit/ed234eab01e3059abf861a2edeb5c324be33ec2a)]:
12+
- @soluble/dsn-parser@1.9.2
13+
- @soluble/cache-interop@0.12.8
14+
- @soluble/cache-ioredis@0.13.11
15+
- @soluble/cache-redis@0.12.11
16+
317
## 0.1.12
418

519
### 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.12",
3+
"version": "0.1.13",
44
"private": true,
55
"scripts": {
66
"build": "cross-env TSCONFIG=./tsconfig.no-paths.json next build",

examples/nextjs-esm/CHANGELOG.md

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

3+
## 0.1.13
4+
5+
### Patch Changes
6+
7+
- [#932](https://github.com/soluble-io/cache-interop/pull/932) [`7983793`](https://github.com/soluble-io/cache-interop/commit/798379316dd073bbaa047aadbba1515047ec5a5e) Thanks [@belgattitude](https://github.com/belgattitude)! - To latest dependencies
8+
9+
- [#934](https://github.com/soluble-io/cache-interop/pull/934) [`ed234ea`](https://github.com/soluble-io/cache-interop/commit/ed234eab01e3059abf861a2edeb5c324be33ec2a) Thanks [@belgattitude](https://github.com/belgattitude)! - Add syncpack to ensure consistence in package.json(s)
10+
11+
- Updated dependencies [[`7848937`](https://github.com/soluble-io/cache-interop/commit/7848937b4351f66136b9652506217773d8db0916), [`7983793`](https://github.com/soluble-io/cache-interop/commit/798379316dd073bbaa047aadbba1515047ec5a5e), [`ed234ea`](https://github.com/soluble-io/cache-interop/commit/ed234eab01e3059abf861a2edeb5c324be33ec2a)]:
12+
- @soluble/dsn-parser@1.9.2
13+
- @soluble/cache-interop@0.12.8
14+
- @soluble/cache-ioredis@0.13.11
15+
- @soluble/cache-redis@0.12.11
16+
317
## 0.1.12
418

519
### 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.12",
3+
"version": "0.1.13",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/cache-e2e-tests/CHANGELOG.md

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

3+
## 0.11.7
4+
5+
### Patch Changes
6+
7+
- [#932](https://github.com/soluble-io/cache-interop/pull/932) [`7983793`](https://github.com/soluble-io/cache-interop/commit/798379316dd073bbaa047aadbba1515047ec5a5e) Thanks [@belgattitude](https://github.com/belgattitude)! - To latest dependencies
8+
9+
- [#934](https://github.com/soluble-io/cache-interop/pull/934) [`ed234ea`](https://github.com/soluble-io/cache-interop/commit/ed234eab01e3059abf861a2edeb5c324be33ec2a) Thanks [@belgattitude](https://github.com/belgattitude)! - Add syncpack to ensure consistence in package.json(s)
10+
311
## 0.11.6
412

513
### Patch Changes

packages/cache-e2e-tests/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-e2e-tests",
33
"description": "E2E tests for cache-interop",
4-
"version": "0.11.6",
4+
"version": "0.11.7",
55
"private": true,
66
"license": "MIT",
77
"author": {

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.8
4+
5+
### Patch Changes
6+
7+
- [#932](https://github.com/soluble-io/cache-interop/pull/932) [`7983793`](https://github.com/soluble-io/cache-interop/commit/798379316dd073bbaa047aadbba1515047ec5a5e) Thanks [@belgattitude](https://github.com/belgattitude)! - To latest dependencies
8+
9+
- [#934](https://github.com/soluble-io/cache-interop/pull/934) [`ed234ea`](https://github.com/soluble-io/cache-interop/commit/ed234eab01e3059abf861a2edeb5c324be33ec2a) Thanks [@belgattitude](https://github.com/belgattitude)! - Add syncpack to ensure consistence in package.json(s)
10+
311
## 0.12.7
412

513
### Patch Changes

0 commit comments

Comments
 (0)