Skip to content

Commit

Permalink
Merge pull request #156 from wp-graphql/changeset-release/main
Browse files Browse the repository at this point in the history
release: 📦 Release Plugin
  • Loading branch information
josephfusco authored May 28, 2024
2 parents 89c68a9 + 8482ad7 commit 84fd16b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/shiny-steaks-sing.md

This file was deleted.

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

## 2.1.1

### Patch Changes

- c450e5a: - Reorganized plugin directories/files.

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wpgraphql-ide",
"version": "2.1.0",
"version": "2.1.1",
"private": true,
"repository": {
"type": "git",
Expand Down
18 changes: 7 additions & 11 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -22,6 +22,12 @@ GraphQL IDE for WPGraphQL

== Changelog ==

= 2.1.1 =

### Patch Changes

- c450e5a: - Reorganized plugin directories/files.

= 2.1.0 =

### Minor Changes
Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion wpgraphql-ide.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 84fd16b

Please sign in to comment.