Skip to content

Commit

Permalink
Merge pull request #885 from soluble-io/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
belgattitude committed May 20, 2023
2 parents 7785b05 + ee245c9 commit 144973f
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 19 deletions.
7 changes: 0 additions & 7 deletions .changeset/fresh-shirts-sniff.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sixty-brooms-approve.md

This file was deleted.

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

## 0.1.12

### Patch Changes

- Updated dependencies [[`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55), [`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55)]:
- @soluble/cache-interop@0.12.7
- @soluble/cache-ioredis@0.13.10
- @soluble/cache-redis@0.12.10

## 0.1.11

### 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.11",
"version": "0.1.12",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
9 changes: 9 additions & 0 deletions examples/nextjs-esm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @examples/nextjs-esm

## 0.1.12

### Patch Changes

- Updated dependencies [[`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55), [`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55)]:
- @soluble/cache-interop@0.12.7
- @soluble/cache-ioredis@0.13.10
- @soluble/cache-redis@0.12.10

## 0.1.11

### 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.11",
"version": "0.1.12",
"private": true,
"type": "module",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cache-interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @soluble/cache-interop

## 0.12.7

### Patch Changes

- [#883](https://github.com/soluble-io/cache-interop/pull/883) [`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55) Thanks [@belgattitude](https://github.com/belgattitude)! - Fix export types publication

- [#883](https://github.com/soluble-io/cache-interop/pull/883) [`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55) Thanks [@belgattitude](https://github.com/belgattitude)! - Add publint check to prevent publication issues

## 0.12.6

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

## 0.13.10

### Patch Changes

- [#883](https://github.com/soluble-io/cache-interop/pull/883) [`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55) Thanks [@belgattitude](https://github.com/belgattitude)! - Fix export types publication

- [#883](https://github.com/soluble-io/cache-interop/pull/883) [`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55) Thanks [@belgattitude](https://github.com/belgattitude)! - Add publint check to prevent publication issues

- Updated dependencies [[`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55), [`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55)]:
- @soluble/cache-interop@0.12.7

## 0.13.9

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

## 0.12.10

### Patch Changes

- [#883](https://github.com/soluble-io/cache-interop/pull/883) [`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55) Thanks [@belgattitude](https://github.com/belgattitude)! - Fix export types publication

- [#883](https://github.com/soluble-io/cache-interop/pull/883) [`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55) Thanks [@belgattitude](https://github.com/belgattitude)! - Add publint check to prevent publication issues

- Updated dependencies [[`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55), [`00a9cc3`](https://github.com/soluble-io/cache-interop/commit/00a9cc3ad0ef0b580cad2cd2b1fc86831c665b55)]:
- @soluble/cache-interop@0.12.7

## 0.12.9

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

0 comments on commit 144973f

Please sign in to comment.