Skip to content

Commit c8ad858

Browse files
Version Packages (#2258)
* Version Packages * fix formatting and changelogs * downgrade faust cli and core package versions in getting started example to pass the tests --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ahuseyn <huseyn.aghayev@wpengine.com>
1 parent a726de7 commit c8ad858

9 files changed

Lines changed: 48 additions & 62 deletions

File tree

.changeset/long-islands-cry.md

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

packages/block-editor-utils/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @faustwp/block-editor-utils
22

3+
## 0.3.7
4+
5+
### Patch Changes
6+
7+
- a726de7: Testing infrastructure improvements
8+
9+
- Updated Jest configuration to disable coverage collection by default
10+
- Added type annotation to document known InnerBlocks.Content compatibility issue across React versions
11+
312
## 0.3.6
413

514
### Patch Changes

packages/block-editor-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faustwp/block-editor-utils",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "Faust Block Editor Utils Package",
55
"main": "dist/cjs/index.js",
66
"module": "dist/mjs/index.js",

packages/blocks/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @faustwp/blocks
22

3+
## 6.1.7
4+
5+
### Patch Changes
6+
7+
- a726de7: Testing infrastructure improvements
8+
9+
- Updated Jest configuration with improved ESM support
10+
- Added `transformIgnorePatterns` for ESM dependencies
11+
- Suppressed expected React error logs in WordPressBlocksProvider tests
12+
- Added `@ts-expect-error` comment in Save.tsx to document known type incompatibility with `InnerBlocks.Content`
13+
314
## 6.1.6
415

516
### Patch Changes

packages/blocks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faustwp/blocks",
3-
"version": "6.1.6",
3+
"version": "6.1.7",
44
"description": "Faust Blocks",
55
"main": "dist/cjs/index.js",
66
"module": "dist/mjs/index.js",

packages/faustwp-cli/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @faustwp/cli
22

3+
## 3.3.5
4+
5+
### Patch Changes
6+
7+
- a726de7: Testing infrastructure improvements
8+
- Updated Jest configuration for better ESM support
9+
- Switched to V8 coverage provider
10+
- Enhanced health check test with more descriptive error output
11+
- Added coverage directory to .eslintignore
12+
313
## 3.3.4
414

515
### Patch Changes

packages/faustwp-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faustwp/cli",
3-
"version": "3.3.4",
3+
"version": "3.3.5",
44
"description": "This modules provides a CLI to develop, build, and serve your Faust apps",
55
"main": "dist/index.js",
66
"type": "module",

packages/faustwp-core/CHANGELOG.md

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

3+
## 3.3.5
4+
5+
### Patch Changes
6+
7+
- a726de7: Testing infrastructure improvements
8+
- Updated Jest configuration to use V8 coverage provider instead of Babel
9+
- Disabled coverage collection by default for better test performance
10+
- Added `transformIgnorePatterns` for improved ESM dependency handling
11+
- Enhanced Apollo error logging with explicit type annotations
12+
- Refactored test assertions to use direct array equality instead of inline snapshots
13+
- Added coverage directory to .eslintignore
14+
- Bump lodash from 4.17.21 to 4.17.23 to address security vulnerabilities
15+
- Bump fast-xml-parser from 4.5.0 to 5.3.4 to address security vulnerabilities
16+
317
## 3.3.4
418

519
### Patch Changes

packages/faustwp-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faustwp/core",
3-
"version": "3.3.4",
3+
"version": "3.3.5",
44
"description": "Faust is a framework that aims to make headless WordPress as streamlined as classic WordPress for both developers and publishers",
55
"main": "dist/cjs/index.js",
66
"module": "dist/mjs/index.js",

0 commit comments

Comments
 (0)