From f0e7963de10c4942afcd431a27551b8d323b151f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 May 2024 21:41:03 +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/purple-ties-breathe.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- readme.txt | 32 +++++++------------------------ wpgraphql-ide.php | 2 +- 5 files changed, 15 insertions(+), 32 deletions(-) delete mode 100644 .changeset/purple-ties-breathe.md diff --git a/.changeset/purple-ties-breathe.md b/.changeset/purple-ties-breathe.md deleted file mode 100644 index d2a8329..0000000 --- a/.changeset/purple-ties-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"wpgraphql-ide": patch ---- - -- fix missing styles in latest release diff --git a/CHANGELOG.md b/CHANGELOG.md index c7d7b67..cf64017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.1.2 + +### Patch Changes + +- f6745e9: - fix missing styles in latest release + ## 2.1.1 ### Patch Changes diff --git a/package.json b/package.json index 45f921f..bb1d311 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wpgraphql-ide", - "version": "2.1.1", + "version": "2.1.2", "private": true, "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 9e7792b..162a334 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.1 +Stable tag: 2.1.2 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.2 = + +### Patch Changes + +- f6745e9: - fix missing styles in latest release + = 2.1.1 = ### Patch Changes @@ -38,28 +44,4 @@ GraphQL IDE for WPGraphQL ![WPGraphQL IDE Settings tab showing the admin bar link behavior and Show legacy editor settings](https://github.com/wp-graphql/wpgraphql-ide/assets/6676674/59236b4c-0019-40a8-ae9b-a1228997f30c) -= 2.0.0 = - -### Major Changes - -- 43eea79: Refactored stores, including renaming 'wpgraphql-ide' to 'wpgraphql-ide/app', and adding additional stores such as 'wpgraphql-ide/editor-toolbar. - - Added `registerDocumentEditorToolbarButton` function to public API. - - This function allows registering a new editor toolbar button with the following parameters: - - - `name` (string): The name of the button to register. - - `config` (Object): The configuration object for the button. - - `priority` (number, optional): The priority for the button, with lower numbers meaning higher priority. Default is 10. - - Example usage: - - ```js - const { registerDocumentEditorToolbarButton } = window.WPGraphQLIDE; - - registerDocumentEditorToolbarButton("toggle-auth", toggleAuthButton, 1); - ``` - - ![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) - [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 4f46483..4b1942d 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.1 + * Version: 2.1.2 * Requires PHP: 7.4 * Tested up to: 6.5 *