Skip to content

Commit

Permalink
chore(release): 🚀
Browse files Browse the repository at this point in the history
 - create-react-app@4.0.1
 - fastify-ssr@5.0.1
 - graphql-hooks-full-ws-transport-example@2.0.1
 - persisted-queries-server@2.0.5
 - subscription@4.0.1
 - typescript-example@4.0.1
 - babel-plugin-extract-gql@3.0.5
  • Loading branch information
simoneb committed Apr 11, 2024
1 parent 66d519c commit c57ef6b
Show file tree
Hide file tree
Showing 19 changed files with 70 additions and 14 deletions.
8 changes: 8 additions & 0 deletions examples/create-react-app/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.1](https://github.com/nearform/graphql-hooks/compare/create-react-app@4.0.0...create-react-app@4.0.1) (2024-04-11)

**Note:** Version bump only for package create-react-app





# [4.0.0](https://github.com/nearform/graphql-hooks/compare/create-react-app@3.3.0...create-react-app@4.0.0) (2024-01-19)

**Note:** Version bump only for package create-react-app
Expand Down
4 changes: 2 additions & 2 deletions examples/create-react-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/create-react-app/package.json
@@ -1,6 +1,6 @@
{
"name": "create-react-app",
"version": "4.0.0",
"version": "4.0.1",
"private": true,
"engines": {
"node": ">=12.0.0"
Expand Down
8 changes: 8 additions & 0 deletions examples/fastify-ssr/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.1](https://github.com/nearform/graphql-hooks/compare/fastify-ssr@5.0.0...fastify-ssr@5.0.1) (2024-04-11)

**Note:** Version bump only for package fastify-ssr





# [5.0.0](https://github.com/nearform/graphql-hooks/compare/fastify-ssr@4.3.0...fastify-ssr@5.0.0) (2024-01-19)

**Note:** Version bump only for package fastify-ssr
Expand Down
2 changes: 1 addition & 1 deletion examples/fastify-ssr/package.json
@@ -1,6 +1,6 @@
{
"name": "fastify-ssr",
"version": "5.0.0",
"version": "5.0.1",
"private": true,
"description": "",
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions examples/full-ws-transport/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/nearform/graphql-hooks/compare/graphql-hooks-full-ws-transport-example@2.0.0...graphql-hooks-full-ws-transport-example@2.0.1) (2024-04-11)

**Note:** Version bump only for package graphql-hooks-full-ws-transport-example





# [2.0.0](https://github.com/nearform/graphql-hooks/compare/graphql-hooks-full-ws-transport-example@1.3.0...graphql-hooks-full-ws-transport-example@2.0.0) (2024-01-19)

**Note:** Version bump only for package graphql-hooks-full-ws-transport-example
Expand Down
2 changes: 1 addition & 1 deletion examples/full-ws-transport/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-hooks-full-ws-transport-example",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"dependencies": {
"fastify": "^4.2.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/persisted-queries/server/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.5](https://github.com/nearform/graphql-hooks/compare/persisted-queries-server@2.0.4...persisted-queries-server@2.0.5) (2024-04-11)

**Note:** Version bump only for package persisted-queries-server





## [2.0.4](https://github.com/nearform/graphql-hooks/compare/persisted-queries-server@2.0.3...persisted-queries-server@2.0.4) (2023-10-02)

**Note:** Version bump only for package persisted-queries-server
Expand Down
2 changes: 1 addition & 1 deletion examples/persisted-queries/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/persisted-queries/server/package.json
@@ -1,6 +1,6 @@
{
"name": "persisted-queries-server",
"version": "2.0.4",
"version": "2.0.5",
"description": "",
"main": "index.ts",
"private": true,
Expand Down
8 changes: 8 additions & 0 deletions examples/subscription/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.1](https://github.com/nearform/graphql-hooks/compare/subscription@4.0.0...subscription@4.0.1) (2024-04-11)

**Note:** Version bump only for package subscription





# [4.0.0](https://github.com/nearform/graphql-hooks/compare/subscription@3.3.0...subscription@4.0.0) (2024-01-19)

**Note:** Version bump only for package subscription
Expand Down
2 changes: 1 addition & 1 deletion examples/subscription/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/subscription/package.json
@@ -1,6 +1,6 @@
{
"name": "subscription",
"version": "4.0.0",
"version": "4.0.1",
"private": true,
"type": "module",
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions examples/typescript/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.1](https://github.com/nearform/graphql-hooks/compare/typescript-example@4.0.0...typescript-example@4.0.1) (2024-04-11)

**Note:** Version bump only for package typescript-example





# [4.0.0](https://github.com/nearform/graphql-hooks/compare/typescript-example@3.3.0...typescript-example@4.0.0) (2024-01-19)


Expand Down
4 changes: 2 additions & 2 deletions examples/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "typescript-example",
"version": "4.0.0",
"version": "4.0.1",
"private": true,
"dependencies": {
"@types/jest": "^29.0.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-plugin-extract-gql/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.5](https://github.com/nearform/graphql-hooks/compare/babel-plugin-extract-gql@3.0.4...babel-plugin-extract-gql@3.0.5) (2024-04-11)

**Note:** Version bump only for package babel-plugin-extract-gql





## [3.0.4](https://github.com/nearform/graphql-hooks/compare/babel-plugin-extract-gql@3.0.3...babel-plugin-extract-gql@3.0.4) (2023-10-02)

**Note:** Version bump only for package babel-plugin-extract-gql
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-extract-gql/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/babel-plugin-extract-gql/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-extract-gql",
"version": "3.0.4",
"version": "3.0.5",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit c57ef6b

Please sign in to comment.