Skip to content

Commit

Permalink
Release Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 18, 2024
1 parent 652a186 commit fa7cb9c
Show file tree
Hide file tree
Showing 19 changed files with 49 additions and 86 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-pandas-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-pants-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-scissors-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-shoes-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-days-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-books-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-hounds-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-pens-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-clocks-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-buses-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-months-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-actors-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-files-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-chicken-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-days-suffer.md

This file was deleted.

23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# WPGraphQL Content Blocks

## 4.3.0

### Minor Changes

- d123b81: dev: Refactor attribute resolution into `Data\BlockAttributeResolver`
- d123b81: feat: add support for parsing (deprecated) `meta` attributes.

### Patch Changes

- 96bad40: tests: fix `setUp()`/`tearDown()` methods to prevent PHPUnit lifecycle issues.
- f898d61: tests : Add tests for `CoreList` and `CoreListItem` blocks.
- 3b32f06: tests : Backfill tests for Core Image block.
- 7301ed9: tests: Add tests for CoreHeading block
- d4d7374: tests : Backfill tests for Core Video block.
- 3a1157b: fix: Correctly parse nested attribute and tag sources.
- 8b2e168: tests : Add tests for `CoreSeparator` block.
- 962081d: tests: Add tests for CoreParagraph block
- 5915c06: tests: Add tests for CorePreformatted Block
- 3a1157b: tests: backfill tests for `CoreTable` attributes.
- a02e75a: tests: Add tests for CoreCode Block
- c6bdab0: tests : Add tests for `CoreQuote` block.
- a38e479: tests : backfill tests for ContentBlockResolver

## 4.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wpengine/wp-graphql-content-blocks",
"private": true,
"version": "4.2.0",
"version": "4.3.0",
"engines": {
"node": ">=16.0.0"
},
Expand Down
33 changes: 24 additions & 9 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: blakewpe, chriswiegman, joefusco, matthewguywright, TeresaGobble,
Tags: faustjs, faust, headless, decoupled, gutenberg
Requires at least: 5.7
Tested up to: 6.6.2
Stable tag: 4.2.0
Stable tag: 4.3.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -25,6 +25,29 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data.

== Changelog ==

= 4.3.0 =

### Minor Changes

- d123b81: dev: Refactor attribute resolution into `Data\BlockAttributeResolver`
- d123b81: feat: add support for parsing (deprecated) `meta` attributes.

### Patch Changes

- 96bad40: tests: fix `setUp()`/`tearDown()` methods to prevent PHPUnit lifecycle issues.
- f898d61: tests : Add tests for `CoreList` and `CoreListItem` blocks.
- 3b32f06: tests : Backfill tests for Core Image block.
- 7301ed9: tests: Add tests for CoreHeading block
- d4d7374: tests : Backfill tests for Core Video block.
- 3a1157b: fix: Correctly parse nested attribute and tag sources.
- 8b2e168: tests : Add tests for `CoreSeparator` block.
- 962081d: tests: Add tests for CoreParagraph block
- 5915c06: tests: Add tests for CorePreformatted Block
- 3a1157b: tests: backfill tests for `CoreTable` attributes.
- a02e75a: tests: Add tests for CoreCode Block
- c6bdab0: tests : Add tests for `CoreQuote` block.
- a38e479: tests : backfill tests for ContentBlockResolver

= 4.2.0 =

### Minor Changes
Expand Down Expand Up @@ -65,12 +88,4 @@ Extends WPGraphQL to support querying (Gutenberg) Blocks as data.
- 205da8c: ci: replace `docker-compose` commands with `docker compose`
- 5c21ce3: Bug fix. Reusable block isn't resolved inside innerBlocks.

= 4.0.1 =

### Patch Changes

- 39e8181: Bug fix: CoreTable column alignment returns null
- 8d8ce66: fix: refactor `Block::resolve_block_attributes_recursive()` and improve type safety
- a910d62: fix: Don't overload `NodeWithEditorBlocks.flat` on implementing Interfaces.

[View the full changelog](https://github.com/wpengine/wp-graphql-content-blocks/blob/main/CHANGELOG.md)
2 changes: 1 addition & 1 deletion wp-graphql-content-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: wp-graphql-content-blocks
* Domain Path: /languages
* Version: 4.2.0
* Version: 4.3.0
* Requires PHP: 7.4
* Requires at least: 5.7
*
Expand Down

0 comments on commit fa7cb9c

Please sign in to comment.