Skip to content

Commit

Permalink
chore(release): 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb committed Jun 7, 2024
1 parent b2c3b90 commit 86b65ba
Show file tree
Hide file tree
Showing 23 changed files with 103 additions and 25 deletions.
8 changes: 8 additions & 0 deletions examples/create-react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
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.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@5.0.0) (2024-06-07)

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





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

**Note:** Version bump only for package create-react-app
Expand Down
8 changes: 4 additions & 4 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.

4 changes: 2 additions & 2 deletions examples/create-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "create-react-app",
"version": "4.0.1",
"version": "5.0.0",
"private": true,
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"graphql-hooks": "^7.0.0",
"graphql-hooks": "^8.0.0",
"graphql-hooks-memcache": "^3.2.0",
"json-graphql-server": "^3.0.1",
"prop-types": "^15.7.2",
Expand Down
8 changes: 8 additions & 0 deletions examples/fastify-ssr/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [6.0.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@6.0.0) (2024-06-07)

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





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

**Note:** Version bump only for package fastify-ssr
Expand Down
4 changes: 2 additions & 2 deletions examples/fastify-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastify-ssr",
"version": "5.0.1",
"version": "6.0.0",
"private": true,
"description": "",
"type": "module",
Expand All @@ -27,7 +27,7 @@
"@fastify/static": "^7.0.4",
"babel-plugin-dynamic-import-node": "^2.2.0",
"fastify": "^4.2.0",
"graphql-hooks": "^7.0.0",
"graphql-hooks": "^8.0.0",
"graphql-hooks-memcache": "^3.2.0",
"graphql-hooks-ssr": "^3.0.1",
"isomorphic-unfetch": "^4.0.2",
Expand Down
8 changes: 8 additions & 0 deletions examples/full-ws-transport/CHANGELOG.md
Original file line number Diff line number Diff line change
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.0](https://github.com/nearform/graphql-hooks/compare/graphql-hooks-full-ws-transport-example@[email protected]) (2024-06-07)

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





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

**Note:** Version bump only for package graphql-hooks-full-ws-transport-example
Expand Down
4 changes: 2 additions & 2 deletions examples/full-ws-transport/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "graphql-hooks-full-ws-transport-example",
"version": "2.0.1",
"version": "3.0.0",
"private": true,
"dependencies": {
"fastify": "^4.2.0",
"graphql-hooks": "^7.0.0",
"graphql-hooks": "^8.0.0",
"graphql-ws": "^5.5.5",
"mercurius": "^14.0.0",
"react": "^18.0.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/persisted-queries/client/CHANGELOG.md
Original file line number Diff line number Diff line change
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.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@4.0.0) (2024-06-07)

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





# [3.0.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@3.0.0) (2024-01-19)

**Note:** Version bump only for package persisted-queries-client
Expand Down
4 changes: 2 additions & 2 deletions examples/persisted-queries/client/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "persisted-queries-client",
"version": "3.0.0",
"version": "4.0.0",
"private": true,
"dependencies": {
"@types/jest": "^29.0.3",
"@types/node": "^20.3.1",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"graphql-hooks": "^7.0.0",
"graphql-hooks": "^8.0.0",
"graphql-hooks-memcache": "^3.2.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/persisted-queries/server/CHANGELOG.md
Original file line number Diff line number Diff line change
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.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@3.0.0) (2024-06-07)

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





## [2.0.5](https://github.com/nearform/graphql-hooks/compare/[email protected]@2.0.5) (2024-04-11)

**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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "persisted-queries-server",
"version": "2.0.5",
"version": "3.0.0",
"description": "",
"main": "index.ts",
"private": true,
Expand Down
8 changes: 8 additions & 0 deletions examples/subscription/CHANGELOG.md
Original file line number Diff line number Diff line change
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.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@5.0.0) (2024-06-07)

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





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

**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.

4 changes: 2 additions & 2 deletions examples/subscription/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subscription",
"version": "4.0.1",
"version": "5.0.0",
"private": true,
"type": "module",
"engines": {
Expand All @@ -20,7 +20,7 @@
"babel-plugin-dynamic-import-node": "^2.2.0",
"fastify": "^4.2.0",
"graphql": "^16.6.0",
"graphql-hooks": "^7.0.0",
"graphql-hooks": "^8.0.0",
"graphql-hooks-memcache": "^3.2.0",
"lowdb": "^7.0.1",
"mercurius": "^14.0.0",
Expand Down
11 changes: 11 additions & 0 deletions examples/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@5.0.0) (2024-06-07)


### Bug Fixes

* removed dependency on graphQL ([#1184](https://github.com/nearform/graphql-hooks/issues/1184)) ([8ae0b1c](https://github.com/nearform/graphql-hooks/commit/8ae0b1c594191b01dc051649c9e4780aee749025))





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

**Note:** Version bump only for package typescript-example
Expand Down
6 changes: 3 additions & 3 deletions examples/typescript/package-lock.json

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

4 changes: 2 additions & 2 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "typescript-example",
"version": "4.0.1",
"version": "5.0.0",
"private": true,
"dependencies": {
"@types/jest": "^29.0.3",
"@types/node": "^20.3.1",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"graphql-hooks": "^7.0.0",
"graphql-hooks": "^8.0.0",
"graphql-hooks-memcache": "^3.2.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-plugin-extract-gql/CHANGELOG.md
Original file line number Diff line number Diff line change
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.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@4.0.0) (2024-06-07)

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





## [3.0.5](https://github.com/nearform/graphql-hooks/compare/[email protected]@3.0.5) (2024-04-11)

**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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-extract-gql",
"version": "3.0.5",
"version": "4.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.0.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@8.0.0) (2024-06-07)


### Bug Fixes

* removed dependency on graphQL ([#1184](https://github.com/nearform/graphql-hooks/issues/1184)) ([8ae0b1c](https://github.com/nearform/graphql-hooks/commit/8ae0b1c594191b01dc051649c9e4780aee749025))





# [7.0.0](https://github.com/nearform/graphql-hooks/compare/[email protected]@7.0.0) (2024-01-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-hooks",
"version": "7.0.0",
"version": "8.0.0",
"description": "Graphql Hooks",
"main": "lib/graphql-hooks.js",
"module": "es/graphql-hooks.js",
Expand Down

0 comments on commit 86b65ba

Please sign in to comment.