Skip to content

Commit 40844d0

Browse files
chore(release): update monorepo packages versions (#82)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3b92779 commit 40844d0

File tree

9 files changed

+25
-20
lines changed

9 files changed

+25
-20
lines changed

.changeset/perfect-toes-visit.md

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

.changeset/silent-wasps-remain.md

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

.changeset/swift-turkeys-reflect.md

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

packages/core/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 925a1ea: Extend `onSchemaChange` and allow to override schema. Make sure to avoid infinite loops.
8+
- 3b92779: Fix missing exports for built-in plugins
9+
- Updated dependencies [925a1ea]
10+
- @envelop/types@0.1.1
11+
312
## 0.1.0
413

514
### Minor Changes

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/core",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"author": "Dotan Simha <dotansimha@gmail.com>",
55
"license": "MIT",
66
"sideEffects": false,
@@ -29,7 +29,7 @@
2929
"prepack": "bob prepack"
3030
},
3131
"dependencies": {
32-
"@envelop/types": "0.1.0"
32+
"@envelop/types": "0.1.1"
3333
},
3434
"devDependencies": {
3535
"@graphql-tools/utils": "7.7.1",
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# @envelop/graphql-middleware
2+
3+
## 0.0.1
4+
### Patch Changes
5+
6+
- 925a1ea: Initial release

packages/plugins/graphql-middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/graphql-middleware",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"author": "Dotan Simha <dotansimha@gmail.com>",
55
"license": "MIT",
66
"sideEffects": false,

packages/types/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 925a1ea: Extend `onSchemaChange` and allow to override schema. Make sure to avoid infinite loops.
8+
39
## 0.1.0
410

511
### Minor Changes

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/types",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"author": "Dotan Simha <dotansimha@gmail.com>",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)