Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#961)
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] committed Jan 4, 2024
1 parent ebcd77a commit 0e68bb3
Show file tree
Hide file tree
Showing 66 changed files with 360 additions and 109 deletions.
36 changes: 0 additions & 36 deletions .changeset/late-deers-train.md

This file was deleted.

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

## 0.6.2

### Patch Changes

- 933522a: Update package.json with export types field
- Updated dependencies [933522a]
- @graphql-ez/utils@0.2.1

## 0.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/client",
"version": "0.6.1",
"version": "0.6.2",
"homepage": "https://www.graphql-ez.com",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/cloudflare/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-ez/cloudflare

## 0.3.1

### Patch Changes

- 933522a: Update package.json with export types field
- Updated dependencies [933522a]
- graphql-ez@0.16.1
- @graphql-ez/utils@0.2.1

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/cloudflare",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://www.graphql-ez.com",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/core/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# graphql-ez

## 0.16.1

### Patch Changes

- 933522a: Update package.json with export types field
- Updated dependencies [933522a]
- @graphql-ez/utils@0.2.1
- @pablosz/graphql-helix@2.0.4

## 0.16.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-ez",
"version": "0.16.0",
"version": "0.16.1",
"homepage": "https://www.graphql-ez.com",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-ez/utils

## 0.2.1

### Patch Changes

- 933522a: Update package.json with export types field

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/utils",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "https://www.graphql-ez.com",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/express/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-ez/express

## 0.10.1

### Patch Changes

- 933522a: Update package.json with export types field
- Updated dependencies [933522a]
- graphql-ez@0.16.1
- @graphql-ez/utils@0.2.1

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/express/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/express",
"version": "0.10.0",
"version": "0.10.1",
"homepage": "https://www.graphql-ez.com",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/express/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-ez/express-testing

## 0.3.1

### Patch Changes

- 933522a: Update package.json with export types field
- Updated dependencies [933522a]
- @graphql-ez/client@0.6.2
- graphql-ez@0.16.1
- @graphql-ez/utils@0.2.1
- @graphql-ez/express@0.10.1

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/express/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/express-testing",
"version": "0.3.0",
"version": "0.3.1",
"repository": {
"type": "git",
"url": "https://github.com/PabloSzx/graphql-ez",
Expand Down
9 changes: 9 additions & 0 deletions packages/fastify/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-ez/fastify

## 0.12.1

### Patch Changes

- 933522a: Update package.json with export types field
- Updated dependencies [933522a]
- graphql-ez@0.16.1
- @graphql-ez/utils@0.2.1

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/fastify",
"version": "0.12.0",
"version": "0.12.1",
"homepage": "https://www.graphql-ez.com",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/fastify/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-ez/fastify-testing

## 0.4.1

### Patch Changes

- 933522a: Update package.json with export types field
- Updated dependencies [933522a]
- @graphql-ez/client@0.6.2
- graphql-ez@0.16.1
- @graphql-ez/utils@0.2.1
- @graphql-ez/fastify@0.12.1

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/fastify-testing",
"version": "0.4.0",
"version": "0.4.1",
"repository": {
"type": "git",
"url": "https://github.com/PabloSzx/graphql-ez",
Expand Down
8 changes: 8 additions & 0 deletions packages/hapi/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-ez/hapi

## 0.10.1

### Patch Changes

- 933522a: Update package.json with export types field
- Updated dependencies [933522a]
- graphql-ez@0.16.1

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hapi/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/hapi",
"version": "0.10.0",
"version": "0.10.1",
"homepage": "https://www.graphql-ez.com",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/hapi/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-ez/hapi-testing

## 0.4.1

### Patch Changes

- 933522a: Update package.json with export types field
- Updated dependencies [933522a]
- @graphql-ez/client@0.6.2
- graphql-ez@0.16.1
- @graphql-ez/utils@0.2.1
- @graphql-ez/hapi@0.10.1

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hapi/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/hapi-testing",
"version": "0.4.0",
"version": "0.4.1",
"repository": {
"type": "git",
"url": "https://github.com/PabloSzx/graphql-ez",
Expand Down
6 changes: 6 additions & 0 deletions packages/helix/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pablosz/graphql-helix

## 2.0.4

### Patch Changes

- 933522a: Update package.json with export types field

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/helix/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pablosz/graphql-helix",
"version": "2.0.3",
"version": "2.0.4",
"description": "A highly evolved GraphQL HTTP Server 🧬",
"license": "MIT",
"author": "Daniel Rearden <danielrearden@gmail.com>",
Expand Down
8 changes: 8 additions & 0 deletions packages/helix/graphiql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pablosz/graphql-helix-graphiql

## 4.2.3

### Patch Changes

- 933522a: Update package.json with export types field
- Updated dependencies [933522a]
- @graphql-ez/utils@0.2.1

## 4.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/helix/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pablosz/graphql-helix-graphiql",
"version": "4.2.2",
"version": "4.2.3",
"description": "A highly evolved GraphQL HTTP Server 🧬",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/http/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-ez/http

## 0.11.1

### Patch Changes

- 933522a: Update package.json with export types field
- Updated dependencies [933522a]
- graphql-ez@0.16.1
- @graphql-ez/utils@0.2.1

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/http/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/http",
"version": "0.11.0",
"version": "0.11.1",
"homepage": "https://www.graphql-ez.com",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/http/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-ez/http-testing

## 0.3.1

### Patch Changes

- 933522a: Update package.json with export types field
- Updated dependencies [933522a]
- @graphql-ez/client@0.6.2
- graphql-ez@0.16.1
- @graphql-ez/utils@0.2.1
- @graphql-ez/http@0.11.1

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/http/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/http-testing",
"version": "0.3.0",
"version": "0.3.1",
"repository": {
"type": "git",
"url": "https://github.com/PabloSzx/graphql-ez",
Expand Down
8 changes: 8 additions & 0 deletions packages/koa/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-ez/koa

## 0.9.1

### Patch Changes

- 933522a: Update package.json with export types field
- Updated dependencies [933522a]
- graphql-ez@0.16.1

## 0.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/koa/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-ez/koa",
"version": "0.9.0",
"version": "0.9.1",
"homepage": "https://www.graphql-ez.com",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/koa/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-ez/koa-testing

## 0.3.1

### Patch Changes

- 933522a: Update package.json with export types field
- Updated dependencies [933522a]
- @graphql-ez/client@0.6.2
- graphql-ez@0.16.1
- @graphql-ez/utils@0.2.1
- @graphql-ez/koa@0.9.1

## 0.3.0

### Minor Changes
Expand Down

1 comment on commit 0e68bb3

@vercel
Copy link

@vercel vercel bot commented on 0e68bb3 Jan 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.