Skip to content

Commit 13bb9ff

Browse files
chore(release): update monorepo packages versions (#2143)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 87137e7 commit 13bb9ff

File tree

5 files changed

+21
-9
lines changed

5 files changed

+21
-9
lines changed

.changeset/curvy-buses-appear.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

benchmark/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @envelop/benchmark
22

3+
## 3.2.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
[[`4c11530`](https://github.com/n1ru4l/envelop/commit/4c115302d16fa6bf095f4397594d3b73ba3c532b)]:
9+
- @envelop/prometheus@9.2.0
10+
311
## 3.1.0
412

513
### Patch Changes

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/benchmark",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"private": true,
55
"scripts": {
66
"loadtest:run": "k6 -e GRAPHQL_HOSTNAME=0.0.0.0 run ./k6.js",

packages/plugins/prometheus/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @envelop/prometheus
22

3+
## 9.2.0
4+
5+
### Minor Changes
6+
7+
- [#2142](https://github.com/n1ru4l/envelop/pull/2142)
8+
[`4c11530`](https://github.com/n1ru4l/envelop/commit/4c115302d16fa6bf095f4397594d3b73ba3c532b)
9+
Thanks [@ardatan](https://github.com/ardatan)! - - Ability to hide operationName and operationType
10+
in the labels
11+
- Count schema changes
12+
- Catch errors during the context creation
13+
314
## 9.1.0
415

516
### Patch Changes

packages/plugins/prometheus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/prometheus",
3-
"version": "9.1.0",
3+
"version": "9.2.0",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)