Skip to content

Commit c8b008e

Browse files
committed
Merge branch 'main' into chore-wpgraphql-logging-data-management
2 parents 02815bc + 59081db commit c8b008e

File tree

21 files changed

+1306
-1016
lines changed

21 files changed

+1306
-1016
lines changed

.changeset/gorgeous-planes-prove.md

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"description": "",
3232
"devDependencies": {
3333
"@changesets/changelog-github": "^0.5.1",
34-
"@changesets/cli": "^2.29.5",
35-
"@playwright/test": "^1.52.0",
36-
"@wordpress/e2e-test-utils-playwright": "^1.25.0",
37-
"@wordpress/env": "^10.26.0",
38-
"@wordpress/jest-console": "^8.25.0",
39-
"@wordpress/scripts": "30.18.0",
34+
"@changesets/cli": "^2.29.7",
35+
"@playwright/test": "^1.55.0",
36+
"@wordpress/e2e-test-utils-playwright": "^1.31.0",
37+
"@wordpress/env": "^10.31.0",
38+
"@wordpress/jest-console": "^8.31.0",
39+
"@wordpress/scripts": "30.24.0",
4040
"rimraf": "^5.0.5"
4141
},
4242
"packageManager": "[email protected]+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b"

plugins/composer-packages.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
{
22
"packages": {
33
"wpengine/hwp-previews": {
4+
"0.0.12": {
5+
"name": "wpengine/hwp-previews",
6+
"version": "0.0.12",
7+
"type": "wordpress-plugin",
8+
"description": "A WordPress plugin for headless previews.",
9+
"homepage": "https://github.com/wpengine/hwptoolkit",
10+
"license": "GPL-2.0",
11+
"authors": [
12+
{
13+
"name": "WP Engine Headless OSS Development Team",
14+
"email": "[email protected]",
15+
"homepage": "https://wpengine.com/"
16+
}
17+
],
18+
"support": {
19+
"issues": "https://github.com/wpengine/hwptoolkit/issues",
20+
"email": "[email protected]"
21+
},
22+
"dist": {
23+
"url": "https://github.com/wpengine/hwptoolkit/releases/download/%40wpengine%2Fhwp-previews-wordpress-plugin-0.0.12/hwp-previews.zip",
24+
"type": "zip"
25+
},
26+
"require": {
27+
"composer/installers": "~1.0 || ~2.0"
28+
}
29+
},
430
"0.0.11": {
531
"name": "wpengine/hwp-previews",
632
"version": "0.0.11",
@@ -211,6 +237,32 @@
211237
}
212238
},
213239
"wpengine/wpgraphql-debug-extensions": {
240+
"0.0.3": {
241+
"name": "wpengine/wpgraphql-debug-extensions",
242+
"version": "0.0.3",
243+
"type": "wordpress-plugin",
244+
"description": "Debug extensions for WPGraphQL",
245+
"homepage": "https://github.com/wpengine/hwptoolkit",
246+
"license": "GPL-2.0",
247+
"authors": [
248+
{
249+
"name": "WP Engine Headless OSS Development Team",
250+
"email": "[email protected]",
251+
"homepage": "https://wpengine.com/"
252+
}
253+
],
254+
"support": {
255+
"issues": "https://github.com/wpengine/hwptoolkit/issues",
256+
"email": "[email protected]"
257+
},
258+
"dist": {
259+
"url": "https://github.com/wpengine/hwptoolkit/releases/download/%40wpengine%2Fwpgraphql-debug-extensions-wordpress-plugin-0.0.3/wpgraphql-debug-extensions.zip",
260+
"type": "zip"
261+
},
262+
"require": {
263+
"composer/installers": "~1.0 || ~2.0"
264+
}
265+
},
214266
"0.0.2": {
215267
"name": "wpengine/wpgraphql-debug-extensions",
216268
"version": "0.0.2",
@@ -371,6 +423,32 @@
371423
}
372424
},
373425
"wpengine/wpgraphql-logging": {
426+
"0.0.10": {
427+
"name": "wpengine/wpgraphql-logging",
428+
"version": "0.0.10",
429+
"type": "wordpress-plugin",
430+
"description": "A plugin for logging WPGraphQL request lifecycle tp help with debugging and performance analysis for WPGraphQL queries.",
431+
"homepage": "https://github.com/wpengine/hwptoolkit",
432+
"license": "GPL-2.0",
433+
"authors": [
434+
{
435+
"name": "WP Engine Headless OSS Development Team",
436+
"email": "[email protected]",
437+
"homepage": "https://wpengine.com/"
438+
}
439+
],
440+
"support": {
441+
"issues": "https://github.com/wpengine/hwptoolkit/issues",
442+
"email": "[email protected]"
443+
},
444+
"dist": {
445+
"url": "https://github.com/wpengine/hwptoolkit/releases/download/%40wpengine%2Fwpgraphql-logging-wordpress-plugin-0.0.10/wpgraphql-logging.zip",
446+
"type": "zip"
447+
},
448+
"require": {
449+
"composer/installers": "~1.0 || ~2.0"
450+
}
451+
},
374452
"0.0.8": {
375453
"name": "wpengine/wpgraphql-logging",
376454
"version": "0.0.8",

plugins/hwp-previews/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# HWP Previews
22

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
Other packages bumped:
9+
10+
- @changesets/cli
11+
- @playwright/test
12+
- @wordpress/e2e-test-utils-playwright
13+
- @wordpress/env
14+
- @wordpress/jest-console
15+
- @wordpress/scripts
16+
317
## 0.0.11
418

519
### Patch Changes

plugins/hwp-previews/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "wordpress-plugin",
44
"description": "A WordPress plugin for headless previews.",
55
"license": "GPL-2.0",
6-
"version": "0.0.11",
6+
"version": "0.0.12",
77
"authors": [
88
{
99
"name": "WP Engine Headless OSS Development Team",

plugins/hwp-previews/hwp-previews.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author: WPEngine Headless OSS Team
88
* Author URI: https://github.com/wpengine
99
* Update URI: https://github.com/wpengine/hwptoolkit
10-
* Version: 0.0.11
10+
* Version: 0.0.12
1111
* Text Domain: hwp-previews
1212
* Domain Path: /languages
1313
* Requires at least: 6.0
@@ -67,7 +67,7 @@ function hwp_previews_init(): void {
6767
*/
6868
function hwp_previews_constants(): void {
6969
if ( ! defined( 'HWP_PREVIEWS_VERSION' ) ) {
70-
define( 'HWP_PREVIEWS_VERSION', '0.0.11' );
70+
define( 'HWP_PREVIEWS_VERSION', '0.0.12' );
7171
}
7272

7373
if ( ! defined( 'HWP_PREVIEWS_PLUGIN_DIR' ) ) {

plugins/hwp-previews/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wpengine/hwp-previews-wordpress-plugin",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"private": true,
55
"description": "Headless Previews solution for WordPress: fully configurable preview URLs via the settings page.",
66
"scripts": {

plugins/hwp-previews/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: GraphQL, Headless, Previews, WPGraphQL, React, Rest
44
Requires at least: 6.0
55
Tested up to: 6.8.1
66
Requires PHP: 7.4
7-
Stable tag: 0.0.11
7+
Stable tag: 0.0.12
88
License: GPL-2.0
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

plugins/wpgraphql-debug-extensions/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @wpengine/wpgraphql-debug-extensions-plugin
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
Other packages bumped:
9+
10+
- @changesets/cli
11+
- @playwright/test
12+
- @wordpress/e2e-test-utils-playwright
13+
- @wordpress/env
14+
- @wordpress/jest-console
15+
- @wordpress/scripts
16+
317
## 0.0.2
418

519
### Patch Changes

plugins/wpgraphql-debug-extensions/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Debug extensions for WPGraphQL",
44
"type": "library",
55
"license": "GPL-2.0",
6-
"version": "0.0.2",
6+
"version": "0.0.3",
77
"authors": [
88
{
99
"name": "WP Engine Headless OSS Development Team",

0 commit comments

Comments
 (0)