Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 22, 2021
1 parent 971ef7c commit 7b8f773
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-kiwis-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-seals-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-bottles-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-cooks-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-foxes-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-hornets-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-beds-compete.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @envelop/core

## 0.2.0

### Minor Changes

- d4c8f90: Allow plugins to manage and load other plugins
- d4c8f90: Improve execution times by simplifying some parts of `envelop` code
- d4c8f90: Remove `extends` and replaces with `useEnvelop` plugin

### Patch Changes

- d4c8f90: useTiming: improve plugin creation based on config
- d4c8f90: Introduce TS strict mode

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/core",
"version": "0.1.4",
"version": "0.2.0",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/extended-validation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# @envelop/extended-validation

## 0.1.0

### Minor Changes

- 43010e1: also support oneOf via extensions fields

## 0.0.1

### Patch Changes

- ced704e: NEW PLUGIN!
2 changes: 1 addition & 1 deletion packages/plugins/extended-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/extended-validation",
"version": "0.0.1",
"version": "0.1.0",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/graphql-jit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @envelop/graphql-jit

## 0.1.1

### Patch Changes

- e7f43f4: Fix issues with executor and caching

## 0.1.0

### Minor 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": "0.1.0",
"version": "0.1.1",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down

0 comments on commit 7b8f773

Please sign in to comment.