From 8482ad7760c97516d154d194bf9ea3d8063ac526 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 May 2024 17:54:40 +0000 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=93=A6=20Release=20Plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/shiny-steaks-sing.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- readme.txt | 18 +++++++----------- wpgraphql-ide.php | 2 +- 5 files changed, 15 insertions(+), 18 deletions(-) delete mode 100644 .changeset/shiny-steaks-sing.md diff --git a/.changeset/shiny-steaks-sing.md b/.changeset/shiny-steaks-sing.md deleted file mode 100644 index 9204dda..0000000 --- a/.changeset/shiny-steaks-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wpgraphql-ide": patch ---- - -- Reorganized plugin directories/files. diff --git a/CHANGELOG.md b/CHANGELOG.md index ef56045..c7d7b67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.1.1 + +### Patch Changes + +- c450e5a: - Reorganized plugin directories/files. + ## 2.1.0 ### Minor Changes diff --git a/package.json b/package.json index 8231570..6feb6b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wpgraphql-ide", - "version": "2.1.0", + "version": "2.1.1", "private": true, "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 6798fca..9e7792b 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: jasonbahl, joefusco Tags: headless, decoupled, graphql, devtools Requires at least: 5.7 Tested up to: 6.5 -Stable tag: 2.1.0 +Stable tag: 2.1.1 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -22,6 +22,12 @@ GraphQL IDE for WPGraphQL == Changelog == += 2.1.1 = + +### Patch Changes + +- c450e5a: - Reorganized plugin directories/files. + = 2.1.0 = ### Minor Changes @@ -56,14 +62,4 @@ GraphQL IDE for WPGraphQL ![Screenshot of the GraphiQL IDE highlighting the Toolbar buttons within the Document Editor region.](https://github.com/wp-graphql/wpgraphql-ide/assets/1260765/2395c3c8-1915-4a24-b64e-35ebe16e674f) -= 1.1.9 = - -### Patch Changes - -- 194821c: - fix: The IDE no longer waits on `DOMContentLoaded` in order to help client side performance with heavier pages. - - add: New PHP filters for updating the drawer label: - - `wpgraphqlide_drawer_button_label` - - `wpgraphqlide_drawer_button_loading_label` -- f5130d9: docs: Remove link to community Slack on "Help Page" in favor of link community Discord (recently migrated) - [View the full changelog](https://github.com/wp-graphql/wpgraphql-ide/blob/main/CHANGELOG.md) \ No newline at end of file diff --git a/wpgraphql-ide.php b/wpgraphql-ide.php index 10efbf3..4f46483 100644 --- a/wpgraphql-ide.php +++ b/wpgraphql-ide.php @@ -7,7 +7,7 @@ * GitHub Plugin URI: https://github.com/wp-graphql/wpgraphql-ide * License: GPLv3 or later * Text Domain: wpgraphql-ide - * Version: 2.1.0 + * Version: 2.1.1 * Requires PHP: 7.4 * Tested up to: 6.5 *