Skip to content

Commit

Permalink
Upcoming Release Changes (#1734)
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
github-actions[bot] and github-actions[bot] authored Apr 21, 2023
1 parent 8ddd919 commit fae7fbb
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 22 deletions.
7 changes: 0 additions & 7 deletions .changeset/@envelop_response-cache-1735-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-adults-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-swans-serve.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/plugins/opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @envelop/opentelemetry

## 4.1.0

### Minor Changes

- [#1754](https://github.com/n1ru4l/envelop/pull/1754) [`8ddd919a`](https://github.com/n1ru4l/envelop/commit/8ddd919a5e395350f3e5d8e9919ae334e353ed22) Thanks [@darren-west](https://github.com/darren-west)! - chore: upgrade opentelemetry

## 4.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/opentelemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/opentelemetry",
"version": "4.0.6",
"version": "4.1.0",
"author": "Dotan Simha <[email protected]>",
"license": "MIT",
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/response-cache-redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @envelop/response-cache-redis

## 2.0.8

### Patch Changes

- Updated dependencies [[`972c087f`](https://github.com/n1ru4l/envelop/commit/972c087fb3a47076588121cc6079278276654377)]:
- @envelop/response-cache@4.0.8

## 2.0.7

### 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": "2.0.7",
"version": "2.0.8",
"author": "David Thyresson <[email protected]>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -52,7 +52,7 @@
"typescript": "4.8.4"
},
"dependencies": {
"@envelop/response-cache": "^4.0.7",
"@envelop/response-cache": "^4.0.8",
"ioredis": "^4.27.9",
"tslib": "^2.5.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/response-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @envelop/response-cache

## 4.0.8

### Patch Changes

- [#1735](https://github.com/n1ru4l/envelop/pull/1735) [`972c087f`](https://github.com/n1ru4l/envelop/commit/972c087fb3a47076588121cc6079278276654377) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency [`@whatwg-node/fetch@^0.8.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.8.0) (from `^0.6.5`, in `dependencies`)

## 4.0.7

### 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": "4.0.7",
"version": "4.0.8",
"author": "Kamil Kisiela <[email protected]>",
"license": "MIT",
"sideEffects": false,
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/validation-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @envelop/validation-cache

## 5.1.3

### Patch Changes

- [#1733](https://github.com/n1ru4l/envelop/pull/1733) [`572561f1`](https://github.com/n1ru4l/envelop/commit/572561f1039111b849abe5140b272dafed3dc467) Thanks [@eugene1g](https://github.com/eugene1g)! - fix: validation cache for ESM environments

## 5.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/validation-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/validation-cache",
"version": "5.1.2",
"version": "5.1.3",
"author": "Dotan Simha <[email protected]>",
"license": "MIT",
"sideEffects": false,
Expand Down

0 comments on commit fae7fbb

Please sign in to comment.