Skip to content

Commit

Permalink
RELEASING: Releasing 6 package(s)
Browse files Browse the repository at this point in the history
Releases:
  @soluble/cache-interop@0.12.6
  @soluble/cache-ioredis@0.13.9
  @soluble/cache-redis@0.12.9
  @soluble/dsn-parser@1.9.1
  @examples/nextjs-cjs@0.1.11
  @examples/nextjs-esm@0.1.11

[skip ci]
  • Loading branch information
github-actions[bot] committed Apr 29, 2023
1 parent d0b1222 commit fe205a2
Show file tree
Hide file tree
Showing 14 changed files with 60 additions and 19 deletions.
8 changes: 0 additions & 8 deletions .changeset/brave-peas-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-feet-teach.md

This file was deleted.

10 changes: 10 additions & 0 deletions examples/nextjs-cjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @examples/nextjs-cjs

## 0.1.11

### Patch Changes

- Updated dependencies [[`034673d`](https://github.com/soluble-io/cache-interop/commit/034673d99e4ea41892e0c454121e09d9882accb4), [`8ad1472`](https://github.com/soluble-io/cache-interop/commit/8ad1472246eb4ec6a301b9827a96bbc32870e8d8)]:
- @soluble/cache-interop@0.12.6
- @soluble/cache-ioredis@0.13.9
- @soluble/cache-redis@0.12.9
- @soluble/dsn-parser@1.9.1

## 0.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-cjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/nextjs-cjs",
"version": "0.1.10",
"version": "0.1.11",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
10 changes: 10 additions & 0 deletions examples/nextjs-esm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @examples/nextjs-esm

## 0.1.11

### Patch Changes

- Updated dependencies [[`034673d`](https://github.com/soluble-io/cache-interop/commit/034673d99e4ea41892e0c454121e09d9882accb4), [`8ad1472`](https://github.com/soluble-io/cache-interop/commit/8ad1472246eb4ec6a301b9827a96bbc32870e8d8)]:
- @soluble/cache-interop@0.12.6
- @soluble/cache-ioredis@0.13.9
- @soluble/cache-redis@0.12.9
- @soluble/dsn-parser@1.9.1

## 0.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-esm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/nextjs-esm",
"version": "0.1.10",
"version": "0.1.11",
"private": true,
"type": "module",
"scripts": {
Expand Down
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.12.6

### Patch Changes

- [#861](https://github.com/soluble-io/cache-interop/pull/861) [`034673d`](https://github.com/soluble-io/cache-interop/commit/034673d99e4ea41892e0c454121e09d9882accb4) Thanks [@belgattitude](https://github.com/belgattitude)! - Add node 20.x in CI

## 0.12.5

### Patch 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.12.5",
"version": "0.12.6",
"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.13.9

### Patch Changes

- [#861](https://github.com/soluble-io/cache-interop/pull/861) [`034673d`](https://github.com/soluble-io/cache-interop/commit/034673d99e4ea41892e0c454121e09d9882accb4) Thanks [@belgattitude](https://github.com/belgattitude)! - Add node 20.x in CI

- Updated dependencies [[`034673d`](https://github.com/soluble-io/cache-interop/commit/034673d99e4ea41892e0c454121e09d9882accb4), [`8ad1472`](https://github.com/soluble-io/cache-interop/commit/8ad1472246eb4ec6a301b9827a96bbc32870e8d8)]:
- @soluble/cache-interop@0.12.6
- @soluble/dsn-parser@1.9.1

## 0.13.8

### 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.13.8",
"version": "0.13.9",
"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-redis

## 0.12.9

### Patch Changes

- [#861](https://github.com/soluble-io/cache-interop/pull/861) [`034673d`](https://github.com/soluble-io/cache-interop/commit/034673d99e4ea41892e0c454121e09d9882accb4) Thanks [@belgattitude](https://github.com/belgattitude)! - Add node 20.x in CI

- Updated dependencies [[`034673d`](https://github.com/soluble-io/cache-interop/commit/034673d99e4ea41892e0c454121e09d9882accb4), [`8ad1472`](https://github.com/soluble-io/cache-interop/commit/8ad1472246eb4ec6a301b9827a96bbc32870e8d8)]:
- @soluble/cache-interop@0.12.6
- @soluble/dsn-parser@1.9.1

## 0.12.8

### 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.12.8",
"version": "0.12.9",
"license": "MIT",
"homepage": "https://github.com/soluble-io/cache-interop/tree/main/packages/cache-redis",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/dsn-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @soluble/dsn-parser

## 1.9.1

### Patch Changes

- [#861](https://github.com/soluble-io/cache-interop/pull/861) [`034673d`](https://github.com/soluble-io/cache-interop/commit/034673d99e4ea41892e0c454121e09d9882accb4) Thanks [@belgattitude](https://github.com/belgattitude)! - Add node 20.x in CI

- [#860](https://github.com/soluble-io/cache-interop/pull/860) [`8ad1472`](https://github.com/soluble-io/cache-interop/commit/8ad1472246eb4ec6a301b9827a96bbc32870e8d8) Thanks [@belgattitude](https://github.com/belgattitude)! - Fix parseDsnOrThrow usage in published readme

## 1.9.0

### Minor 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.9.0",
"version": "1.9.1",
"license": "MIT",
"homepage": "https://github.com/soluble-io/cache-interop/tree/main/packages/dsn-parser",
"repository": {
Expand Down

0 comments on commit fe205a2

Please sign in to comment.