Skip to content

Commit

Permalink
chore(release): Publish [skip ci]
Browse files Browse the repository at this point in the history
 - @wundergraph/golang-client@0.8.19
 - @wundergraph/nextjs@0.15.9
 - @wundergraph/react-query@0.9.33
 - @wundergraph/react-relay@0.4.33
 - @wundergraph/rust-client@0.4.0
 - @wundergraph/sdk@0.184.2
 - @wundergraph/solid-query@0.5.33
 - @wundergraph/svelte-query@0.3.33
 - @wundergraph/swr@0.19.3
 - @wundergraph/vue-query@0.2.33
  • Loading branch information
github-actions[bot] committed May 15, 2024
1 parent 6c02939 commit 834659b
Show file tree
Hide file tree
Showing 21 changed files with 59 additions and 17 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.8.19](https://github.com/wundergraph/wundergraph/compare/@wundergraph/golang-client@0.8.18...@wundergraph/golang-client@0.8.19) (2024-05-15)

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

## [0.8.18](https://github.com/wundergraph/wundergraph/compare/@wundergraph/golang-client@0.8.17...@wundergraph/golang-client@0.8.18) (2024-04-19)

**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.8.18",
"version": "0.8.19",
"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.184.1",
"@wundergraph/sdk": "workspace:^0.184.2",
"typescript": "^5.1.6"
},
"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.15.9](https://github.com/wundergraph/wundergraph/compare/@wundergraph/nextjs@0.15.8...@wundergraph/nextjs@0.15.9) (2024-05-15)

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

## [0.15.8](https://github.com/wundergraph/wundergraph/compare/@wundergraph/nextjs@0.15.7...@wundergraph/nextjs@0.15.8) (2024-04-19)

**Note:** Version bump only for package @wundergraph/nextjs
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wundergraph/nextjs",
"version": "0.15.8",
"version": "0.15.9",
"license": "Apache-2.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-query/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.9.33](https://github.com/wundergraph/wundergraph/compare/@wundergraph/react-query@0.9.32...@wundergraph/react-query@0.9.33) (2024-05-15)

**Note:** Version bump only for package @wundergraph/react-query

## [0.9.32](https://github.com/wundergraph/wundergraph/compare/@wundergraph/react-query@0.9.31...@wundergraph/react-query@0.9.32) (2024-04-19)

**Note:** Version bump only for package @wundergraph/react-query
Expand Down
2 changes: 1 addition & 1 deletion packages/react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wundergraph/react-query",
"version": "0.9.32",
"version": "0.9.33",
"license": "Apache-2.0",
"description": "WunderGraph React Query Integration",
"main": "./dist/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-relay/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.4.33](https://github.com/wundergraph/wundergraph/compare/@wundergraph/react-relay@0.4.32...@wundergraph/react-relay@0.4.33) (2024-05-15)

**Note:** Version bump only for package @wundergraph/react-relay

## [0.4.32](https://github.com/wundergraph/wundergraph/compare/@wundergraph/react-relay@0.4.31...@wundergraph/react-relay@0.4.32) (2024-04-19)

**Note:** Version bump only for package @wundergraph/react-relay
Expand Down
2 changes: 1 addition & 1 deletion packages/react-relay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wundergraph/react-relay",
"version": "0.4.32",
"version": "0.4.33",
"license": "Apache-2.0",
"description": "WunderGraph Relay Integration",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/rust-client/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.4.0](https://github.com/wundergraph/wundergraph/compare/@wundergraph/rust-client@0.3.3...@wundergraph/rust-client@0.4.0) (2024-05-15)

### Features

* add Clone trait to Rust Client ([#1387](https://github.com/wundergraph/wundergraph/issues/1387)) ([2ff5f3b](https://github.com/wundergraph/wundergraph/commit/2ff5f3b0675e6c089b520d230493452e4d211fb7)) (@Aenimus)

## [0.3.3](https://github.com/wundergraph/wundergraph/compare/@wundergraph/rust-client@0.3.2...@wundergraph/rust-client@0.3.3) (2024-04-19)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/rust-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wundergraph/rust-client",
"version": "0.3.3",
"version": "0.4.0",
"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.184.1",
"@wundergraph/sdk": "workspace:^0.184.2",
"typescript": "^5.1.6"
},
"peerDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/sdk/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.184.2](https://github.com/wundergraph/wundergraph/compare/@wundergraph/sdk@0.184.1...@wundergraph/sdk@0.184.2) (2024-05-15)

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

## [0.184.1](https://github.com/wundergraph/wundergraph/compare/@wundergraph/sdk@0.184.0...@wundergraph/sdk@0.184.1) (2024-04-19)

**Note:** Version bump only for package @wundergraph/sdk
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.184.1",
"version": "0.184.2",
"license": "Apache-2.0",
"exports": {
".": {
Expand Down
4 changes: 4 additions & 0 deletions packages/solid-query/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.5.33](https://github.com/wundergraph/wundergraph/compare/@wundergraph/solid-query@0.5.32...@wundergraph/solid-query@0.5.33) (2024-05-15)

**Note:** Version bump only for package @wundergraph/solid-query

## [0.5.32](https://github.com/wundergraph/wundergraph/compare/@wundergraph/solid-query@0.5.31...@wundergraph/solid-query@0.5.32) (2024-04-19)

**Note:** Version bump only for package @wundergraph/solid-query
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wundergraph/solid-query",
"version": "0.5.32",
"version": "0.5.33",
"license": "Apache-2.0",
"description": "WunderGraph Solid Query Integration",
"main": "./dist/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/svelte-query/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.33](https://github.com/wundergraph/wundergraph/compare/@wundergraph/svelte-query@0.3.32...@wundergraph/svelte-query@0.3.33) (2024-05-15)

**Note:** Version bump only for package @wundergraph/svelte-query

## [0.3.32](https://github.com/wundergraph/wundergraph/compare/@wundergraph/svelte-query@0.3.31...@wundergraph/svelte-query@0.3.32) (2024-04-19)

**Note:** Version bump only for package @wundergraph/svelte-query
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wundergraph/svelte-query",
"version": "0.3.32",
"version": "0.3.33",
"license": "Apache-2.0",
"description": "WunderGraph Svelte Query Integration",
"module": "./dist/index.js",
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.19.3](https://github.com/wundergraph/wundergraph/compare/@wundergraph/swr@0.19.2...@wundergraph/swr@0.19.3) (2024-05-15)

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

## [0.19.2](https://github.com/wundergraph/wundergraph/compare/@wundergraph/swr@0.19.1...@wundergraph/swr@0.19.2) (2024-04-19)

**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.19.2",
"version": "0.19.3",
"license": "Apache-2.0",
"description": "WunderGraph SWR Integration",
"main": "./dist/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/vue-query/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.33](https://github.com/wundergraph/wundergraph/compare/@wundergraph/vue-query@0.2.32...@wundergraph/vue-query@0.2.33) (2024-05-15)

**Note:** Version bump only for package @wundergraph/vue-query

## [0.2.32](https://github.com/wundergraph/wundergraph/compare/@wundergraph/vue-query@0.2.31...@wundergraph/vue-query@0.2.32) (2024-04-19)

**Note:** Version bump only for package @wundergraph/vue-query
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wundergraph/vue-query",
"version": "0.2.32",
"version": "0.2.33",
"license": "Apache-2.0",
"description": "WunderGraph Vue Query Integration",
"main": "./dist/index.js",
Expand Down
10 changes: 5 additions & 5 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 834659b

Please sign in to comment.