Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
"@soluble/cache-redis": "0.8.2",
"@soluble/dsn-parser": "1.3.1"
},
"changesets": []
"changesets": [
"afraid-bananas-sort"
]
}
6 changes: 6 additions & 0 deletions packages/cache-interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @soluble/cache-interop

## 0.8.1-canary.0

### Patch Changes

- [#193](https://github.com/soluble-io/cache-interop/pull/193) [`d81e0f2`](https://github.com/soluble-io/cache-interop/commit/d81e0f25418adb9f603efb7bf38b60d2d8ce409c) Thanks [@belgattitude](https://github.com/belgattitude)! - Improve release builds

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cache-interop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@soluble/cache-interop",
"description": "Async cache interop contracts",
"version": "0.8.0",
"version": "0.8.1-canary.0",
"license": "MIT",
"homepage": "https://github.com/soluble-io/cache-interop/tree/main/packages/cache-interop",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/cache-ioredis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @soluble/cache-ioredis

## 0.8.3-canary.0

### Patch Changes

- [#193](https://github.com/soluble-io/cache-interop/pull/193) [`d81e0f2`](https://github.com/soluble-io/cache-interop/commit/d81e0f25418adb9f603efb7bf38b60d2d8ce409c) Thanks [@belgattitude](https://github.com/belgattitude)! - Improve release builds

- Updated dependencies [[`d81e0f2`](https://github.com/soluble-io/cache-interop/commit/d81e0f25418adb9f603efb7bf38b60d2d8ce409c)]:
- @soluble/cache-interop@0.8.1-canary.0
- @soluble/dsn-parser@1.3.2-canary.0

## 0.8.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cache-ioredis/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@soluble/cache-ioredis",
"description": "IORedis cache interop adapter",
"version": "0.8.2",
"version": "0.8.3-canary.0",
"license": "MIT",
"homepage": "https://github.com/soluble-io/cache-interop/tree/main/packages/cache-ioredis",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/cache-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @soluble/cache-node-redis

## 0.8.3-canary.0

### Patch Changes

- [#193](https://github.com/soluble-io/cache-interop/pull/193) [`d81e0f2`](https://github.com/soluble-io/cache-interop/commit/d81e0f25418adb9f603efb7bf38b60d2d8ce409c) Thanks [@belgattitude](https://github.com/belgattitude)! - Improve release builds

- Updated dependencies [[`d81e0f2`](https://github.com/soluble-io/cache-interop/commit/d81e0f25418adb9f603efb7bf38b60d2d8ce409c)]:
- @soluble/cache-interop@0.8.1-canary.0
- @soluble/dsn-parser@1.3.2-canary.0

## 0.8.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cache-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@soluble/cache-redis",
"description": "Node redis cache interop adapter",
"version": "0.8.2",
"version": "0.8.3-canary.0",
"license": "MIT",
"homepage": "https://github.com/soluble-io/cache-interop/tree/main/packages/cache-redis",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/dsn-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @soluble/dsn-parser

## 1.3.2-canary.0

### Patch Changes

- [#193](https://github.com/soluble-io/cache-interop/pull/193) [`d81e0f2`](https://github.com/soluble-io/cache-interop/commit/d81e0f25418adb9f603efb7bf38b60d2d8ce409c) Thanks [@belgattitude](https://github.com/belgattitude)! - Improve release builds

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dsn-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@soluble/dsn-parser",
"description": "Utility parser for DSN",
"version": "1.3.1",
"version": "1.3.2-canary.0",
"license": "MIT",
"homepage": "https://github.com/soluble-io/cache-interop/tree/main/packages/dsn-parser",
"repository": {
Expand Down