Skip to content

Commit 1089ab4

Browse files
Merge pull request #115 from JonasKruckenberg/release
Publish New Versions
2 parents 9551574 + f2ff879 commit 1089ab4

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

.changes/update-async-graphql.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## \[2.1.0]
4+
5+
- Bump `async-graphql` to v5.
6+
- [9551574](https://www.github.com/your-org/tauri-plugin-graphql/commit/95515743ca143d68743ae9817865fe31dffd7fd9) Create update-async-graphql.md on 2023-01-10
7+
38
## \[2.0.1]
49

510
- Drop tauri >1.0.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin-graphql"
3-
version = "2.0.1"
3+
version = "2.1.0"
44
authors = [ "Jonas Kruckenberg" ]
55
description = "A plugin for Tauri that enables type-safe IPC through GraphQL."
66
edition = "2021"

packages/urql/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[2.0.3]
4+
5+
- Bump `async-graphql` to v5.
6+
- Bumped due to a bump in tauri-plugin-graphql.
7+
- [9551574](https://www.github.com/your-org/tauri-plugin-graphql/commit/95515743ca143d68743ae9817865fe31dffd7fd9) Create update-async-graphql.md on 2023-01-10
8+
39
## \[2.0.2]
410

511
- Drop tauri >1.0.0

packages/urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tauri-plugin-graphql-urql",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "A plugin for Tauri that enables type-safe IPC through GraphQL.",
55
"author": "Jonas Kruckenberg",
66
"license": "MIT",

0 commit comments

Comments
 (0)