Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#1984)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
theguild-bot and github-actions[bot] authored Oct 11, 2023
1 parent a07b295 commit 1de7f25
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 28 deletions.
13 changes: 0 additions & 13 deletions .changeset/@envelop_graphql-jit-1992-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-lies-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-moons-mate.md

This file was deleted.

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

## 2.0.0

### Patch Changes

- Updated dependencies
[[`a07b2955`](https://github.com/n1ru4l/envelop/commit/a07b2955e37f261f96f30ca1cfb1f6d07179fb9b),
[`a07b2955`](https://github.com/n1ru4l/envelop/commit/a07b2955e37f261f96f30ca1cfb1f6d07179fb9b)]:
- @envelop/graphql-jit@7.0.0

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/benchmark",
"version": "1.0.5",
"version": "2.0.0",
"private": true,
"scripts": {
"loadtest:run": "k6 -e GRAPHQL_HOSTNAME=0.0.0.0 run ./k6.js",
Expand Down
23 changes: 23 additions & 0 deletions packages/plugins/graphql-jit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @envelop/graphql-jit

## 7.0.0

### Major Changes

- [#1992](https://github.com/n1ru4l/envelop/pull/1992)
[`a07b2955`](https://github.com/n1ru4l/envelop/commit/a07b2955e37f261f96f30ca1cfb1f6d07179fb9b)
Thanks [@ardatan](https://github.com/ardatan)! - Do not create LRU cache by default, use a cache
only if provided

### Patch Changes

- [#1992](https://github.com/n1ru4l/envelop/pull/1992)
[`a07b2955`](https://github.com/n1ru4l/envelop/commit/a07b2955e37f261f96f30ca1cfb1f6d07179fb9b)
Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:

- Updated dependency [`graphql-jit@0.8.2` ↗︎](https://www.npmjs.com/package/graphql-jit/v/0.8.2)
(from `^0.8.0`, in `dependencies`)
- Added dependency
[`value-or-promise@^1.0.12` ↗︎](https://www.npmjs.com/package/value-or-promise/v/1.0.12) (to
`dependencies`)
- Removed dependency [`lru-cache@^10.0.0` ↗︎](https://www.npmjs.com/package/lru-cache/v/10.0.0)
(from `dependencies`)

## 6.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/graphql-jit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/graphql-jit",
"version": "6.0.5",
"version": "7.0.0",
"type": "module",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/response-cache-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @envelop/response-cache-redis

## 3.4.0

### Patch Changes

- Updated dependencies
[[`eccdcad6`](https://github.com/n1ru4l/envelop/commit/eccdcad63df682506f6e17b68694d596212fca42)]:
- @envelop/response-cache@5.4.0

## 3.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/response-cache-redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/response-cache-redis",
"version": "3.3.2",
"version": "3.4.0",
"type": "module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,7 +48,7 @@
"typings": "dist/typings/index.d.ts",
"peerDependencies": {},
"dependencies": {
"@envelop/response-cache": "^5.3.2",
"@envelop/response-cache": "^5.4.0",
"ioredis": "^4.27.9",
"tslib": "^2.5.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/response-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @envelop/response-cache

## 5.4.0

### Minor Changes

- [#1961](https://github.com/n1ru4l/envelop/pull/1961)
[`eccdcad6`](https://github.com/n1ru4l/envelop/commit/eccdcad63df682506f6e17b68694d596212fca42)
Thanks [@marhaupe](https://github.com/marhaupe)! - Fix cache invalidations when result contains
empty values

## 5.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/response-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/response-cache",
"version": "5.3.2",
"version": "5.4.0",
"type": "module",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1de7f25

Please sign in to comment.