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 Sep 10, 2021
1 parent 5155e52 commit 9ff2b94
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/small-ghosts-bake.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/postgres-geodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# postgres-geodb-example

## 0.5.123

### Patch Changes

- Updated dependencies [922dd23bd]
- @graphql-mesh/transform-prefix@0.7.0

## 0.5.122

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/postgres-geodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postgres-geodb-example",
"version": "0.5.122",
"version": "0.5.123",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@graphql-mesh/cli": "0.38.1",
"@graphql-mesh/transform-prefix": "0.6.59",
"@graphql-mesh/transform-prefix": "0.7.0",
"@graphql-mesh/graphql": "0.18.10",
"@graphql-mesh/postgraphile": "0.14.0",
"@graphql-mesh/cache-file": "0.6.11",
Expand Down
7 changes: 7 additions & 0 deletions packages/container/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-mesh/container

## 0.0.93

### Patch Changes

- Updated dependencies [922dd23bd]
- @graphql-mesh/transform-prefix@0.7.0

## 0.0.92

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/container/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphql-mesh/container",
"license": "MIT",
"version": "0.0.92",
"version": "0.0.93",
"scripts": {
"start": "graphql-mesh dev"
},
Expand All @@ -18,7 +18,7 @@
"@graphql-mesh/soap": "0.7.21",
"@graphql-mesh/postgraphile": "0.14.0",
"@graphql-mesh/transform-mock": "0.10.11",
"@graphql-mesh/transform-prefix": "0.6.59",
"@graphql-mesh/transform-prefix": "0.7.0",
"@graphql-mesh/transform-encapsulate": "0.1.58",
"@graphql-mesh/transform-cache": "0.9.12",
"@graphql-mesh/transform-filter-schema": "0.11.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/transforms/prefix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-mesh/transform-prefix

## 0.7.0

### Minor Changes

- 922dd23bd: Implement 'bare' mode on Prefix transform

## 0.6.59

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/transforms/prefix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-mesh/transform-prefix",
"version": "0.6.59",
"version": "0.7.0",
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 9ff2b94

Please sign in to comment.