Skip to content

Commit

Permalink
Merge pull request #182 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 Jun 25, 2024
2 parents e31cfa3 + c7e25a0 commit 6544745
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-hats-love.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.4

### Patch Changes

- 8f6f131: Update license to GPL-3

## 2.1.3

### Patch 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.3",
"version": "2.1.4",
"private": true,
"repository": {
"type": "git",
Expand Down
14 changes: 7 additions & 7 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.3
Stable tag: 2.1.4
Requires PHP: 7.4
License: GPL-3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand All @@ -22,6 +22,12 @@ GraphQL IDE for WPGraphQL

== Changelog ==

= 2.1.4 =

### Patch Changes

- 8f6f131: Update license to GPL-3

= 2.1.3 =

### Patch Changes
Expand All @@ -36,10 +42,4 @@ GraphQL IDE for WPGraphQL

- f6745e9: - fix missing styles in latest release

= 2.1.1 =

### Patch Changes

- c450e5a: - Reorganized plugin directories/files.

[View the full changelog](https://github.com/wp-graphql/wpgraphql-ide/blob/main/CHANGELOG.md)
4 changes: 2 additions & 2 deletions wpgraphql-ide.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* License: GPL-3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain: wpgraphql-ide
* Version: 2.1.3
* Version: 2.1.4
* Requires PHP: 7.4
* Tested up to: 6.5
* Requires Plugins: wp-graphql
Expand All @@ -22,7 +22,7 @@
exit;
}

define( 'WPGRAPHQL_IDE_VERSION', '2.1.3' );
define( 'WPGRAPHQL_IDE_VERSION', '2.1.4' );
define( 'WPGRAPHQL_IDE_ROOT_ELEMENT_ID', 'wpgraphql-ide-root' );
define( 'WPGRAPHQL_IDE_PLUGIN_DIR_PATH', plugin_dir_path( __FILE__ ) );
define( 'WPGRAPHQL_IDE_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Expand Down

0 comments on commit 6544745

Please sign in to comment.