Skip to content

Commit

Permalink
Merge pull request #84 from JonasKruckenberg/release
Browse files Browse the repository at this point in the history
Publish New Versions
  • Loading branch information
JonasKruckenberg authored Sep 22, 2022
2 parents 5ab3630 + 53bce22 commit a451b3b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changes/adjust-dependency-version.md

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## \[2.0.1]

- Drop tauri >1.0.0
- [1d5a578](https://www.github.com/your-org/tauri-plugin-graphql/commit/1d5a578cb4595ee04b9705d448a5fd44f6c61659) Create adjust-dependency-version.md on 2022-09-22

## \[2.0.0]

- Added optional support for the GraphiQL IDE, to explore the Schema during Development. This is gated behind the `graphiql` feature flag.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-graphql"
version = "2.0.0"
version = "2.0.1"
authors = [ "Jonas Kruckenberg" ]
description = "A plugin for Tauri that enables type-safe IPC through GraphQL."
edition = "2021"
Expand Down
6 changes: 6 additions & 0 deletions packages/urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[2.0.2]

- Drop tauri >1.0.0
- Bumped due to a bump in tauri-plugin-graphql.
- [1d5a578](https://www.github.com/your-org/tauri-plugin-graphql/commit/1d5a578cb4595ee04b9705d448a5fd44f6c61659) Create adjust-dependency-version.md on 2022-09-22

## \[2.0.1]

- Added optional support for the GraphiQL IDE, to explore the Schema during Development. This is gated behind the `graphiql` feature flag.
Expand Down
2 changes: 1 addition & 1 deletion packages/urql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tauri-plugin-graphql-urql",
"version": "2.0.1",
"version": "2.0.2",
"description": "A plugin for Tauri that enables type-safe IPC through GraphQL.",
"author": "Jonas Kruckenberg",
"license": "MIT",
Expand Down

0 comments on commit a451b3b

Please sign in to comment.