Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#161)
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 May 3, 2021
1 parent a93245e commit 12b7159
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/poor-eagles-drop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/purple-bugs-build.md

This file was deleted.

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

## 0.1.4

### Patch Changes

- ced704e: Allow plugins to stop execution and return errors
- Updated dependencies [ced704e]
- @envelop/types@0.1.4

## 0.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/core",
"version": "0.1.3",
"version": "0.1.4",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down Expand Up @@ -29,7 +29,7 @@
"prepack": "bob prepack"
},
"dependencies": {
"@envelop/types": "0.1.3"
"@envelop/types": "0.1.4"
},
"devDependencies": {
"@graphql-tools/utils": "7.8.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/extended-validation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# @envelop/extended-validation

## 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.0",
"version": "0.0.1",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"sideEffects": false,
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @envelop/types

## 0.1.4

### Patch Changes

- ced704e: Allow plugins to stop execution and return errors

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@envelop/types",
"version": "0.1.3",
"version": "0.1.4",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 12b7159

Please sign in to comment.