Skip to content

Commit d91a217

Browse files
author
deployment_bot
committed
chore: update changelog
1 parent 8fc1b0f commit d91a217

File tree

2 files changed

+82
-0
lines changed

2 files changed

+82
-0
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,47 @@ All notable changes to this project are documented in this file by a CI job
44
that runs on every NPM release. The file follows the [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
55
format.
66

7+
## [v2.0.4] (2025-07-25)
8+
9+
### Public API
10+
11+
12+
#### Blueprints
13+
14+
- Distribute @wp-playground/client without any package.json dependencies. ([#2426](https://github.com/WordPress/wordpress-playground/pull/2426))
15+
16+
### Tools
17+
18+
- Fix ESLint 9 linting in VSCode. ([#2417](https://github.com/WordPress/wordpress-playground/pull/2417))
19+
- [ xdebug ] Add `--experimental-devtools` option in Playground CLI. ([#2411](https://github.com/WordPress/wordpress-playground/pull/2411))
20+
21+
### PHP WebAssembly
22+
23+
- [PHP] Dispatch request.error for all non-zero-exit request handler errors. ([#2429](https://github.com/WordPress/wordpress-playground/pull/2429))
24+
25+
### Website
26+
27+
- Query Monitor plugin support. ([#2415](https://github.com/WordPress/wordpress-playground/pull/2415))
28+
29+
### Internal
30+
31+
- Skip flaky end-to-end tests in Firefox and Webkit. ([#2425](https://github.com/WordPress/wordpress-playground/pull/2425))
32+
33+
### Bug Fixes
34+
35+
- [Xdebug Bridge] Correct error related to unresolved promises in bridge. ([#2422](https://github.com/WordPress/wordpress-playground/pull/2422))
36+
37+
### Various
38+
39+
- Documentation add sidebar to blueprints bundles. ([#2397](https://github.com/WordPress/wordpress-playground/pull/2397))
40+
41+
### Contributors
42+
43+
The following contributors merged PRs in this release:
44+
45+
@adamziel @brandonpayton @mho22 @shimotmk
46+
47+
748
## [v2.0.3] (2025-07-24)
849

950
### Tools

packages/docs/site/docs/main/changelog.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,47 @@ All notable changes to this project are documented in this file by a CI job
99
that runs on every NPM release. The file follows the [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
1010
format.
1111

12+
## [v2.0.4] (2025-07-25)
13+
14+
### Public API
15+
16+
17+
#### Blueprints
18+
19+
- Distribute @wp-playground/client without any package.json dependencies. ([#2426](https://github.com/WordPress/wordpress-playground/pull/2426))
20+
21+
### Tools
22+
23+
- Fix ESLint 9 linting in VSCode. ([#2417](https://github.com/WordPress/wordpress-playground/pull/2417))
24+
- [ xdebug ] Add `--experimental-devtools` option in Playground CLI. ([#2411](https://github.com/WordPress/wordpress-playground/pull/2411))
25+
26+
### PHP WebAssembly
27+
28+
- [PHP] Dispatch request.error for all non-zero-exit request handler errors. ([#2429](https://github.com/WordPress/wordpress-playground/pull/2429))
29+
30+
### Website
31+
32+
- Query Monitor plugin support. ([#2415](https://github.com/WordPress/wordpress-playground/pull/2415))
33+
34+
### Internal
35+
36+
- Skip flaky end-to-end tests in Firefox and Webkit. ([#2425](https://github.com/WordPress/wordpress-playground/pull/2425))
37+
38+
### Bug Fixes
39+
40+
- [Xdebug Bridge] Correct error related to unresolved promises in bridge. ([#2422](https://github.com/WordPress/wordpress-playground/pull/2422))
41+
42+
### Various
43+
44+
- Documentation add sidebar to blueprints bundles. ([#2397](https://github.com/WordPress/wordpress-playground/pull/2397))
45+
46+
### Contributors
47+
48+
The following contributors merged PRs in this release:
49+
50+
@adamziel @brandonpayton @mho22 @shimotmk
51+
52+
1253
## [v2.0.3] (2025-07-24)
1354

1455
### Tools

0 commit comments

Comments
 (0)