Skip to content

Commit

Permalink
Merge pull request #87 from wp-graphql/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
josephfusco committed Apr 3, 2024
2 parents 961d21f + c7323e6 commit 9979328
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/nasty-eels-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-experts-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-moles-sniff.md

This file was deleted.

13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.1.0

### Minor Changes

- 75ec916: Add help page as a built-in plugin

### Patch Changes

- c76d592: test
- e616aab: Added changesets to assist with releases

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
Expand All @@ -21,4 +32,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- GraphiQL 3.*
- GraphiQL 3.\*
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": "1.0.1",
"version": "1.1.0",
"private": true,
"scripts": {
"check-engines": "wp-scripts check-engines",
Expand Down
33 changes: 31 additions & 2 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: 3.1.2
Stable tag: 1.1.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -20,5 +20,34 @@ GraphQL IDE for WPGraphQL

== Screenshots ==

== Changelog ==
# Changelog

= 1.1.0 =

### Minor Changes

- 75ec916: Add help page as a built-in plugin

### Patch Changes

- c76d592: test
- e616aab: Added changesets to assist with releases

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

= [Unreleased] =

= [1.0.1] - 2024-01-22 =

### Fixed

- Fixed inability to select text inside of editor

### Added

- Focusable dismiss button to close the drawer

[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/josephfusco/wpgraphql-ide
* License: GPLv3 or later
* Text Domain: wpgraphql-ide
* Version: 1.0.1
* Version: 1.1.0
* Requires PHP: 7.4
* Tested up to: 6.4.3
*
Expand Down

0 comments on commit 9979328

Please sign in to comment.