Skip to content

Commit

Permalink
Merge pull request #661 from soluble-io/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages (canary)
  • Loading branch information
belgattitude authored Aug 13, 2022
2 parents f54ddf8 + 64cf430 commit 5ee1567
Show file tree
Hide file tree
Showing 17 changed files with 87 additions and 9 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@
"@soluble/dsn-parser": "1.5.0",
"@soluble/eslint-config-bases": "1.1.0"
},
"changesets": []
"changesets": [
"mean-kings-admire",
"tidy-waves-stare",
"twenty-bugs-notice"
]
}
13 changes: 13 additions & 0 deletions examples/nextjs-cjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @examples/nextjs-cjs

## 0.1.1-canary.0

### Patch Changes

- [#660](https://github.com/soluble-io/cache-interop/pull/660) [`6783b32`](https://github.com/soluble-io/cache-interop/commit/6783b3217e4caebfe0117ff9190bb3f54c014859) Thanks [@belgattitude](https://github.com/belgattitude)! - Initial example apps in esm and cjs

- Updated dependencies [[`6783b32`](https://github.com/soluble-io/cache-interop/commit/6783b3217e4caebfe0117ff9190bb3f54c014859)]:
- @soluble/cache-interop@0.11.1-canary.0
- @soluble/cache-ioredis@0.12.1-canary.0
- @soluble/cache-redis@0.11.1-canary.0
- @soluble/dsn-parser@1.5.1-canary.0
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.0",
"version": "0.1.1-canary.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
13 changes: 13 additions & 0 deletions examples/nextjs-esm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @examples/nextjs-esm

## 0.1.1-canary.0

### Patch Changes

- [#660](https://github.com/soluble-io/cache-interop/pull/660) [`6783b32`](https://github.com/soluble-io/cache-interop/commit/6783b3217e4caebfe0117ff9190bb3f54c014859) Thanks [@belgattitude](https://github.com/belgattitude)! - Initial example apps in esm and cjs

- Updated dependencies [[`6783b32`](https://github.com/soluble-io/cache-interop/commit/6783b3217e4caebfe0117ff9190bb3f54c014859)]:
- @soluble/cache-interop@0.11.1-canary.0
- @soluble/cache-ioredis@0.12.1-canary.0
- @soluble/cache-redis@0.11.1-canary.0
- @soluble/dsn-parser@1.5.1-canary.0
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.0",
"version": "0.1.1-canary.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/cache-e2e-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @soluble/cache-e2e-tests

## 0.11.1-canary.0

### Patch Changes

- [#660](https://github.com/soluble-io/cache-interop/pull/660) [`6783b32`](https://github.com/soluble-io/cache-interop/commit/6783b3217e4caebfe0117ff9190bb3f54c014859) Thanks [@belgattitude](https://github.com/belgattitude)! - Improve linter

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cache-e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@soluble/cache-e2e-tests",
"private": true,
"description": "E2E tests for cache-interop",
"version": "0.11.0",
"version": "0.11.1-canary.0",
"license": "MIT",
"homepage": "https://github.com/soluble-io/cache-interop",
"repository": {
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.11.1-canary.0

### Patch Changes

- [#660](https://github.com/soluble-io/cache-interop/pull/660) [`6783b32`](https://github.com/soluble-io/cache-interop/commit/6783b3217e4caebfe0117ff9190bb3f54c014859) Thanks [@belgattitude](https://github.com/belgattitude)! - Improve linter

## 0.11.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.11.0",
"version": "0.11.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.12.1-canary.0

### Patch Changes

- [#660](https://github.com/soluble-io/cache-interop/pull/660) [`6783b32`](https://github.com/soluble-io/cache-interop/commit/6783b3217e4caebfe0117ff9190bb3f54c014859) Thanks [@belgattitude](https://github.com/belgattitude)! - Improve linter

- Updated dependencies [[`6783b32`](https://github.com/soluble-io/cache-interop/commit/6783b3217e4caebfe0117ff9190bb3f54c014859)]:
- @soluble/cache-interop@0.11.1-canary.0
- @soluble/dsn-parser@1.5.1-canary.0

## 0.12.0

### Minor 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.12.0",
"version": "0.12.1-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-redis

## 0.11.1-canary.0

### Patch Changes

- [#660](https://github.com/soluble-io/cache-interop/pull/660) [`6783b32`](https://github.com/soluble-io/cache-interop/commit/6783b3217e4caebfe0117ff9190bb3f54c014859) Thanks [@belgattitude](https://github.com/belgattitude)! - Improve linter

- Updated dependencies [[`6783b32`](https://github.com/soluble-io/cache-interop/commit/6783b3217e4caebfe0117ff9190bb3f54c014859)]:
- @soluble/cache-interop@0.11.1-canary.0
- @soluble/dsn-parser@1.5.1-canary.0

## 0.11.0

### Minor 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.11.0",
"version": "0.11.1-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.5.1-canary.0

### Patch Changes

- [#660](https://github.com/soluble-io/cache-interop/pull/660) [`6783b32`](https://github.com/soluble-io/cache-interop/commit/6783b3217e4caebfe0117ff9190bb3f54c014859) Thanks [@belgattitude](https://github.com/belgattitude)! - Improve linter

## 1.5.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.5.0",
"version": "1.5.1-canary.0",
"license": "MIT",
"homepage": "https://github.com/soluble-io/cache-interop/tree/main/packages/dsn-parser",
"repository": {
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint-config-bases/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# eslint-config-bases

## 1.2.0-canary.0

### Minor Changes

- [#660](https://github.com/soluble-io/cache-interop/pull/660) [`6783b32`](https://github.com/soluble-io/cache-interop/commit/6783b3217e4caebfe0117ff9190bb3f54c014859) Thanks [@belgattitude](https://github.com/belgattitude)! - Rename under organization soluble

### Patch Changes

- [#660](https://github.com/soluble-io/cache-interop/pull/660) [`6783b32`](https://github.com/soluble-io/cache-interop/commit/6783b3217e4caebfe0117ff9190bb3f54c014859) Thanks [@belgattitude](https://github.com/belgattitude)! - Improve linter

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-bases/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soluble/eslint-config-bases",
"version": "1.1.0",
"version": "1.2.0-canary.0",
"license": "MIT",
"private": true,
"homepage": "https://github.com/soluble-io/cache-interop",
Expand Down

0 comments on commit 5ee1567

Please sign in to comment.