Skip to content

Commit 84fd16b

Browse files
authored
Merge pull request #156 from wp-graphql/changeset-release/main
release: 📦 Release Plugin
2 parents 89c68a9 + 8482ad7 commit 84fd16b

File tree

5 files changed

+15
-18
lines changed

5 files changed

+15
-18
lines changed

.changeset/shiny-steaks-sing.md

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

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.1.1
4+
5+
### Patch Changes
6+
7+
- c450e5a: - Reorganized plugin directories/files.
8+
39
## 2.1.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wpgraphql-ide",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"private": true,
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: jasonbahl, joefusco
33
Tags: headless, decoupled, graphql, devtools
44
Requires at least: 5.7
55
Tested up to: 6.5
6-
Stable tag: 2.1.0
6+
Stable tag: 2.1.1
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -22,6 +22,12 @@ GraphQL IDE for WPGraphQL
2222

2323
== Changelog ==
2424

25+
= 2.1.1 =
26+
27+
### Patch Changes
28+
29+
- c450e5a: - Reorganized plugin directories/files.
30+
2531
= 2.1.0 =
2632

2733
### Minor Changes
@@ -56,14 +62,4 @@ GraphQL IDE for WPGraphQL
5662

5763
![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)
5864

59-
= 1.1.9 =
60-
61-
### Patch Changes
62-
63-
- 194821c: - fix: The IDE no longer waits on `DOMContentLoaded` in order to help client side performance with heavier pages.
64-
- add: New PHP filters for updating the drawer label:
65-
- `wpgraphqlide_drawer_button_label`
66-
- `wpgraphqlide_drawer_button_loading_label`
67-
- f5130d9: docs: Remove link to community Slack on "Help Page" in favor of link community Discord (recently migrated)
68-
6965
[View the full changelog](https://github.com/wp-graphql/wpgraphql-ide/blob/main/CHANGELOG.md)

wpgraphql-ide.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* GitHub Plugin URI: https://github.com/wp-graphql/wpgraphql-ide
88
* License: GPLv3 or later
99
* Text Domain: wpgraphql-ide
10-
* Version: 2.1.0
10+
* Version: 2.1.1
1111
* Requires PHP: 7.4
1212
* Tested up to: 6.5
1313
*

0 commit comments

Comments
 (0)