Skip to content

Commit

Permalink
chore(release): 🚀
Browse files Browse the repository at this point in the history
 - create-react-app@3.3.0
 - fastify-ssr@4.3.0
 - graphql-hooks-full-ws-transport-example@1.3.0
 - persisted-queries-client@2.3.0
 - subscription@3.3.0
 - typescript-example@3.3.0
 - graphql-hooks@6.4.0
 - graphql-hooks-memcache@3.2.0
  • Loading branch information
simoneb committed Jan 19, 2024
1 parent 83f3df8 commit fe18ee9
Show file tree
Hide file tree
Showing 19 changed files with 93 additions and 29 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.

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

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





## [3.2.5](https://github.com/nearform/graphql-hooks/compare/create-react-app@3.2.4...create-react-app@3.2.5) (2023-10-02)

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

6 changes: 3 additions & 3 deletions examples/create-react-app/package.json
@@ -1,13 +1,13 @@
{
"name": "create-react-app",
"version": "3.2.6",
"version": "3.3.0",
"private": true,
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"graphql-hooks": "^6.3.1",
"graphql-hooks-memcache": "^3.1.3",
"graphql-hooks": "^6.4.0",
"graphql-hooks-memcache": "^3.2.0",
"json-graphql-server": "^2.3.1",
"prop-types": "^15.7.2",
"react": "^18.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.

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

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





## [4.2.5](https://github.com/nearform/graphql-hooks/compare/fastify-ssr@4.2.4...fastify-ssr@4.2.5) (2023-10-02)

**Note:** Version bump only for package fastify-ssr
Expand Down
6 changes: 3 additions & 3 deletions examples/fastify-ssr/package.json
@@ -1,6 +1,6 @@
{
"name": "fastify-ssr",
"version": "4.2.6",
"version": "4.3.0",
"private": true,
"description": "",
"type": "module",
Expand All @@ -27,8 +27,8 @@
"@fastify/static": "^6.5.0",
"babel-plugin-dynamic-import-node": "^2.2.0",
"fastify": "^4.2.0",
"graphql-hooks": "^6.3.1",
"graphql-hooks-memcache": "^3.1.3",
"graphql-hooks": "^6.4.0",
"graphql-hooks-memcache": "^3.2.0",
"graphql-hooks-ssr": "^3.0.1",
"isomorphic-unfetch": "^4.0.2",
"mercurius": "^13.1.0",
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.

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

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





## [1.2.5](https://github.com/nearform/graphql-hooks/compare/graphql-hooks-full-ws-transport-example@1.2.4...graphql-hooks-full-ws-transport-example@1.2.5) (2023-10-02)

**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
@@ -1,10 +1,10 @@
{
"name": "graphql-hooks-full-ws-transport-example",
"version": "1.2.6",
"version": "1.3.0",
"private": true,
"dependencies": {
"fastify": "^4.2.0",
"graphql-hooks": "^6.3.1",
"graphql-hooks": "^6.4.0",
"graphql-ws": "^5.5.5",
"mercurius": "^13.1.0",
"react": "^18.0.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/persisted-queries/client/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.3.0](https://github.com/nearform/graphql-hooks/compare/persisted-queries-client@2.2.5...persisted-queries-client@2.3.0) (2024-01-19)

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





## [2.2.5](https://github.com/nearform/graphql-hooks/compare/persisted-queries-client@2.2.4...persisted-queries-client@2.2.5) (2023-10-02)

**Note:** Version bump only for package persisted-queries-client
Expand Down
6 changes: 3 additions & 3 deletions examples/persisted-queries/client/package.json
@@ -1,14 +1,14 @@
{
"name": "persisted-queries-client",
"version": "2.2.6",
"version": "2.3.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": "^6.3.1",
"graphql-hooks-memcache": "^3.1.3",
"graphql-hooks": "^6.4.0",
"graphql-hooks-memcache": "^3.2.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-scripts": "^5.0.0",
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.

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

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





## [3.2.5](https://github.com/nearform/graphql-hooks/compare/subscription@3.2.4...subscription@3.2.5) (2023-10-02)

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

6 changes: 3 additions & 3 deletions examples/subscription/package.json
@@ -1,6 +1,6 @@
{
"name": "subscription",
"version": "3.2.6",
"version": "3.3.0",
"private": true,
"type": "module",
"engines": {
Expand All @@ -20,8 +20,8 @@
"babel-plugin-dynamic-import-node": "^2.2.0",
"fastify": "^4.2.0",
"graphql": "^16.6.0",
"graphql-hooks": "^6.3.1",
"graphql-hooks-memcache": "^3.1.3",
"graphql-hooks": "^6.4.0",
"graphql-hooks-memcache": "^3.2.0",
"lowdb": "^6.0.1",
"mercurius": "^13.1.0",
"mqemitter-redis": "^5.0.0",
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.

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

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





## [3.2.5](https://github.com/nearform/graphql-hooks/compare/typescript-example@3.2.4...typescript-example@3.2.5) (2023-10-02)

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

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

6 changes: 3 additions & 3 deletions examples/typescript/package.json
@@ -1,14 +1,14 @@
{
"name": "typescript-example",
"version": "3.2.6",
"version": "3.3.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": "^6.3.1",
"graphql-hooks-memcache": "^3.1.3",
"graphql-hooks": "^6.4.0",
"graphql-hooks-memcache": "^3.2.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-scripts": "^5.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/graphql-hooks-memcache/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.2.0](https://github.com/nearform/graphql-hooks/compare/graphql-hooks-memcache@3.1.3...graphql-hooks-memcache@3.2.0) (2024-01-19)

**Note:** Version bump only for package graphql-hooks-memcache





## [3.1.3](https://github.com/nearform/graphql-hooks/compare/graphql-hooks-memcache@3.1.2...graphql-hooks-memcache@3.1.3) (2023-07-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-hooks-memcache/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-hooks-memcache",
"version": "3.1.3",
"version": "3.2.0",
"description": "In memory cache for graphql-hooks",
"main": "lib/graphql-hooks-memcache.js",
"module": "es/graphql-hooks-memcache.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/graphql-hooks/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.

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

**Note:** Version bump only for package graphql-hooks





## [6.3.1](https://github.com/nearform/graphql-hooks/compare/graphql-hooks@6.3.0...graphql-hooks@6.3.1) (2023-10-02)


Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-hooks/package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-hooks",
"version": "6.3.2",
"version": "6.4.0",
"description": "Graphql Hooks",
"main": "lib/graphql-hooks.js",
"module": "es/graphql-hooks.js",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@types/extract-files": "^8.1.1",
"cross-env": "^7.0.3",
"formdata-node": "^4.3.2",
"graphql-hooks-memcache": "^3.1.3",
"graphql-hooks-memcache": "^3.2.0",
"graphql-hooks-ssr": "^3.0.1",
"graphql-ws": "^5.5.5",
"jest-fetch-mock": "^3.0.0",
Expand Down

0 comments on commit fe18ee9

Please sign in to comment.