Skip to content

Commit

Permalink
Merge pull request #831 from soluble-io/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
belgattitude authored Apr 6, 2023
2 parents a4d0244 + 070c5cb commit 003fbc5
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-tigers-greet.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.8

### Patch Changes

- Updated dependencies [[`1a4882a`](https://github.com/soluble-io/cache-interop/commit/1a4882a83165fd05aeeebf98355ffc3f399a0cd1)]:
- @soluble/dsn-parser@1.7.6
- @soluble/cache-ioredis@0.13.6
- @soluble/cache-redis@0.12.6

## 0.1.7

### 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.7",
"version": "0.1.8",
"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.8

### Patch Changes

- Updated dependencies [[`1a4882a`](https://github.com/soluble-io/cache-interop/commit/1a4882a83165fd05aeeebf98355ffc3f399a0cd1)]:
- @soluble/dsn-parser@1.7.6
- @soluble/cache-ioredis@0.13.6
- @soluble/cache-redis@0.12.6

## 0.1.7

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

## 0.13.6

### Patch Changes

- Updated dependencies [[`1a4882a`](https://github.com/soluble-io/cache-interop/commit/1a4882a83165fd05aeeebf98355ffc3f399a0cd1)]:
- @soluble/dsn-parser@1.7.6

## 0.13.5

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

## 0.12.6

### Patch Changes

- Updated dependencies [[`1a4882a`](https://github.com/soluble-io/cache-interop/commit/1a4882a83165fd05aeeebf98355ffc3f399a0cd1)]:
- @soluble/dsn-parser@1.7.6

## 0.12.5

### 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.5",
"version": "0.12.6",
"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.7.6

### Patch Changes

- [#830](https://github.com/soluble-io/cache-interop/pull/830) [`1a4882a`](https://github.com/soluble-io/cache-interop/commit/1a4882a83165fd05aeeebf98355ffc3f399a0cd1) Thanks [@belgattitude](https://github.com/belgattitude)! - Improve esm usage with older bundlers (webpack 4...)

## 1.7.5

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

0 comments on commit 003fbc5

Please sign in to comment.