Skip to content

Commit

Permalink
Merge branch 'main' into alberto/eng-465-introspection-should-work-ju…
Browse files Browse the repository at this point in the history
…st-by-using
  • Loading branch information
jensneuse committed Oct 7, 2022
2 parents 5c2243e + 70ccfbd commit 5079604
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 9 deletions.
4 changes: 4 additions & 0 deletions packages/golang-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.11](https://github.com/wundergraph/wundergraph/compare/@wundergraph/golang-client@0.2.10...@wundergraph/golang-client@0.2.11) (2022-10-07)

**Note:** Version bump only for package @wundergraph/golang-client

## [0.2.10](https://github.com/wundergraph/wundergraph/compare/@wundergraph/golang-client@0.2.9...@wundergraph/golang-client@0.2.10) (2022-10-07)

**Note:** Version bump only for package @wundergraph/golang-client
Expand Down
4 changes: 2 additions & 2 deletions packages/golang-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wundergraph/golang-client",
"version": "0.2.10",
"version": "0.2.11",
"license": "Apache-2.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.32",
"@types/object-hash": "^1.3.4",
"@wundergraph/sdk": "workspace:^0.114.4",
"@wundergraph/sdk": "workspace:^0.114.5",
"typescript": "^4.7.2"
},
"peerDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.11](https://github.com/wundergraph/wundergraph/compare/@wundergraph/nextjs@0.3.10...@wundergraph/nextjs@0.3.11) (2022-10-07)

**Note:** Version bump only for package @wundergraph/nextjs

## [0.3.10](https://github.com/wundergraph/wundergraph/compare/@wundergraph/nextjs@0.3.9...@wundergraph/nextjs@0.3.10) (2022-10-07)

**Note:** Version bump only for package @wundergraph/nextjs
Expand Down
4 changes: 2 additions & 2 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wundergraph/nextjs",
"version": "0.3.10",
"version": "0.3.11",
"license": "Apache-2.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@types/node": "^17.0.32",
"@types/object-hash": "^1.3.4",
"@types/react": "^18.0.15",
"@wundergraph/sdk": "workspace:^0.114.4",
"@wundergraph/sdk": "workspace:^0.114.5",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"typescript": "^4.8.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.114.5](https://github.com/wundergraph/wundergraph/compare/@wundergraph/sdk@0.114.4...@wundergraph/sdk@0.114.5) (2022-10-07)

### Bug Fixes

* automatically rename subscription object fields for oas ([#246](https://github.com/wundergraph/wundergraph/issues/246)) ([aaf018e](https://github.com/wundergraph/wundergraph/commit/aaf018e038758dcf5f79c9ee42641a9c562d5a70)) (@jensneuse)

## [0.114.4](https://github.com/wundergraph/wundergraph/compare/@wundergraph/sdk@0.114.3...@wundergraph/sdk@0.114.4) (2022-10-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wundergraph/sdk",
"version": "0.114.4",
"version": "0.114.5",
"license": "Apache-2.0",
"exports": {
".": {
Expand Down
4 changes: 4 additions & 0 deletions packages/swr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.8](https://github.com/wundergraph/wundergraph/compare/@wundergraph/swr@0.3.7...@wundergraph/swr@0.3.8) (2022-10-07)

**Note:** Version bump only for package @wundergraph/swr

## [0.3.7](https://github.com/wundergraph/wundergraph/compare/@wundergraph/swr@0.3.6...@wundergraph/swr@0.3.7) (2022-10-07)

**Note:** Version bump only for package @wundergraph/swr
Expand Down
2 changes: 1 addition & 1 deletion packages/swr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wundergraph/swr",
"version": "0.3.7",
"version": "0.3.8",
"license": "Apache-2.0",
"description": "WunderGraph SWR Integration",
"main": "./dist/index.js",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 5079604

Please sign in to comment.