Skip to content

Commit c5840dc

Browse files
Upcoming Release Changes (#79)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 349b16a commit c5840dc

25 files changed

+92
-29
lines changed

.changeset/sour-teachers-greet.md

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

packages/core/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 2fba0b4: Initial version bump
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [2fba0b4]
12+
- @envelop/types@0.1.0
13+
314
## 0.0.2
415

516
### Patch 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.0.2",
3+
"version": "0.1.0",
44
"author": "Dotan Simha <dotansimha@gmail.com>",
55
"license": "MIT",
66
"sideEffects": false,
@@ -15,7 +15,7 @@
1515
"prepack": "bob prepack"
1616
},
1717
"dependencies": {
18-
"@envelop/types": "0.0.2"
18+
"@envelop/types": "0.1.0"
1919
},
2020
"devDependencies": {
2121
"@graphql-tools/utils": "7.7.1",

packages/plugins/apollo-tracing/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 2fba0b4: Initial version bump
8+
39
## 0.0.2
410

511
### Patch Changes

packages/plugins/apollo-tracing/package.json

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

packages/plugins/auth0/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 2fba0b4: Initial version bump
8+
39
## 0.0.2
410

511
### Patch Changes

packages/plugins/auth0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/auth0",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"author": "Dotan Simha <dotansimha@gmail.com>",
55
"license": "MIT",
66
"sideEffects": false,
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# @envelop/dataloader
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 2fba0b4: Initial version bump
8+
39
## 0.0.2
10+
411
### Patch Changes
512

613
- b1333b0: Initial packages release

packages/plugins/dataloader/package.json

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

packages/plugins/depth-limit/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 2fba0b4: Initial version bump
8+
39
## 0.0.2
410

511
### Patch Changes

packages/plugins/depth-limit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/depth-limit",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"author": "Dotan Simha <dotansimha@gmail.com>",
55
"license": "MIT",
66
"sideEffects": false,
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# @envelop/graphql-jit
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 2fba0b4: Initial version bump
8+
39
## 0.0.2
10+
411
### Patch Changes
512

613
- b1333b0: Initial packages release

packages/plugins/graphql-jit/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-jit",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"author": "Dotan Simha <dotansimha@gmail.com>",
55
"license": "MIT",
66
"sideEffects": false,

packages/plugins/graphql-modules/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 2fba0b4: Initial version bump
8+
39
## 0.0.2
410

511
### Patch Changes

packages/plugins/graphql-modules/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-modules",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"author": "Dotan Simha <dotansimha@gmail.com>",
55
"license": "MIT",
66
"sideEffects": false,

packages/plugins/opentelemetry/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 2fba0b4: Initial version bump
8+
39
## 0.0.2
410

511
### Patch Changes

packages/plugins/opentelemetry/package.json

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

packages/plugins/parser-cache/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 2fba0b4: Initial version bump
8+
39
## 0.0.2
410

511
### Patch Changes

packages/plugins/parser-cache/package.json

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

packages/plugins/sentry/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 2fba0b4: Initial version bump
8+
39
## 0.0.2
410

511
### Patch Changes

packages/plugins/sentry/package.json

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

packages/plugins/validation-cache/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 2fba0b4: Initial version bump
8+
39
## 0.0.2
410

511
### Patch Changes

packages/plugins/validation-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@envelop/validation-cache",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
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.0
4+
5+
### Minor Changes
6+
7+
- 2fba0b4: Initial version bump
8+
39
## 0.0.2
410

511
### Patch 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.0.2",
3+
"version": "0.1.0",
44
"author": "Dotan Simha <dotansimha@gmail.com>",
55
"license": "MIT",
66
"sideEffects": false,

0 commit comments

Comments
 (0)