Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .changeset/tidy-moments-kneel.md

This file was deleted.

26 changes: 26 additions & 0 deletions plugins/composer-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,32 @@
}
},
"wpengine/wpgraphql-debug-extensions": {
"0.0.3": {
"name": "wpengine/wpgraphql-debug-extensions",
"version": "0.0.3",
"type": "wordpress-plugin",
"description": "Debug extensions for WPGraphQL",
"homepage": "https://github.com/wpengine/hwptoolkit",
"license": "GPL-2.0",
"authors": [
{
"name": "WP Engine Headless OSS Development Team",
"email": "[email protected]",
"homepage": "https://wpengine.com/"
}
],
"support": {
"issues": "https://github.com/wpengine/hwptoolkit/issues",
"email": "[email protected]"
},
"dist": {
"url": "https://github.com/wpengine/hwptoolkit/releases/download/%40wpengine%2Fwpgraphql-debug-extensions-wordpress-plugin-0.0.3/wpgraphql-debug-extensions.zip",
"type": "zip"
},
"require": {
"composer/installers": "~1.0 || ~2.0"
}
},
"0.0.2": {
"name": "wpengine/wpgraphql-debug-extensions",
"version": "0.0.2",
Expand Down
14 changes: 14 additions & 0 deletions plugins/hwp-previews/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# HWP Previews

## 0.0.12

### Patch Changes

- [#416](https://github.com/wpengine/hwptoolkit/pull/416) [`641fa27`](https://github.com/wpengine/hwptoolkit/commit/641fa27d11a62fe2433a96299776732435a1eacd) Thanks [@ahuseyn](https://github.com/ahuseyn)! - Fixed security vulnerability by updating @wordpress/scripts from 30.18.0 to 30.24.0.
Other packages bumped:

- @changesets/cli
- @playwright/test
- @wordpress/e2e-test-utils-playwright
- @wordpress/env
- @wordpress/jest-console
- @wordpress/scripts

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/hwp-previews/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpengine/hwp-previews-wordpress-plugin",
"version": "0.0.11",
"version": "0.0.12",
"private": true,
"description": "Headless Previews solution for WordPress: fully configurable preview URLs via the settings page.",
"scripts": {
Expand Down
14 changes: 14 additions & 0 deletions plugins/wpgraphql-debug-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @wpengine/wpgraphql-debug-extensions-plugin

## 0.0.3

### Patch Changes

- [#416](https://github.com/wpengine/hwptoolkit/pull/416) [`641fa27`](https://github.com/wpengine/hwptoolkit/commit/641fa27d11a62fe2433a96299776732435a1eacd) Thanks [@ahuseyn](https://github.com/ahuseyn)! - Fixed security vulnerability by updating @wordpress/scripts from 30.18.0 to 30.24.0.
Other packages bumped:

- @changesets/cli
- @playwright/test
- @wordpress/e2e-test-utils-playwright
- @wordpress/env
- @wordpress/jest-console
- @wordpress/scripts

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/wpgraphql-debug-extensions/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Debug extensions for WPGraphQL",
"type": "library",
"license": "GPL-2.0",
"version": "0.0.2",
"version": "0.0.3",
"authors": [
{
"name": "WP Engine Headless OSS Development Team",
Expand Down
2 changes: 1 addition & 1 deletion plugins/wpgraphql-debug-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpengine/wpgraphql-debug-extensions-wordpress-plugin",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"description": "Debug Extensions for WordPress",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/wpgraphql-debug-extensions/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Requires at least: 6.0
Tested up to: 6.8.1
Requires PHP: 7.4
Requires WPGraphQL: 1.8.0
Stable tag: 0.0.2
Stable tag: 0.0.3
License: GPL-3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author: WPEngine OSS Team
* Author URI: https://github.com/wpengine
* Update URI: https://github.com/wpengine/hwptoolkit
* Version: 0.0.2
* Version: 0.0.3
* Text Domain: wpgraphql-debug-extensions
* Domain Path: /languages
* Requires at least: 6.0
Expand Down Expand Up @@ -59,7 +59,7 @@
function wpgraphql_debug_extensions_constants(): void {
// Plugin version.
if ( ! defined( 'WPGRAPHQL_DEBUG_EXTENSIONS_VERSION' ) ) {
define( 'WPGRAPHQL_DEBUG_EXTENSIONS_VERSION', '0.0.2' );
define( 'WPGRAPHQL_DEBUG_EXTENSIONS_VERSION', '0.0.3' );
}

// Plugin Folder Path.
Expand Down
14 changes: 14 additions & 0 deletions plugins/wpgraphql-logging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# WPGraphQL Logging

## 0.0.9

### Patch Changes

- [#416](https://github.com/wpengine/hwptoolkit/pull/416) [`641fa27`](https://github.com/wpengine/hwptoolkit/commit/641fa27d11a62fe2433a96299776732435a1eacd) Thanks [@ahuseyn](https://github.com/ahuseyn)! - Fixed security vulnerability by updating @wordpress/scripts from 30.18.0 to 30.24.0.
Other packages bumped:

- @changesets/cli
- @playwright/test
- @wordpress/e2e-test-utils-playwright
- @wordpress/env
- @wordpress/jest-console
- @wordpress/scripts

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/wpgraphql-logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpengine/wpgraphql-logging-wordpress-plugin",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"description": "A POC plugin for logging WPGraphQL queries.",
"scripts": {
Expand Down
14 changes: 14 additions & 0 deletions plugins/wpgraphql-webhooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @wpengine/wpgraphql-webhooks-wordpress-plugin

## 0.0.7

### Patch Changes

- [#416](https://github.com/wpengine/hwptoolkit/pull/416) [`641fa27`](https://github.com/wpengine/hwptoolkit/commit/641fa27d11a62fe2433a96299776732435a1eacd) Thanks [@ahuseyn](https://github.com/ahuseyn)! - Fixed security vulnerability by updating @wordpress/scripts from 30.18.0 to 30.24.0.
Other packages bumped:

- @changesets/cli
- @playwright/test
- @wordpress/e2e-test-utils-playwright
- @wordpress/env
- @wordpress/jest-console
- @wordpress/scripts

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/wpgraphql-webhooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wpengine/wpgraphql-webhooks-wordpress-plugin",
"version": "0.0.6",
"version": "0.0.7",
"private": true,
"description": "Webhooks solution for WordPress",
"scripts": {
Expand Down