Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Plugin #291

Merged
merged 2 commits into from
Nov 11, 2024
Merged

Release Plugin #291

merged 2 commits into from
Nov 11, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 23, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@wpengine/[email protected]

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

@github-actions github-actions bot requested a review from a team as a code owner September 23, 2024 08:51
@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 03d4034 to 2d909de Compare September 26, 2024 09:40
@github-actions github-actions bot force-pushed the changeset-release/main branch 9 times, most recently from b8b20e9 to f1ef4e7 Compare October 3, 2024 15:39
@josephfusco
Copy link
Member

@theodesp Let's look at this before merging

#311

@@ -23,7 +23,7 @@ async function versionPlugin() {
const changelog = path.join(pluginPath, "CHANGELOG.md");
const constantsFile = path.join(
pluginPath,
"includes/WPGraphQLContentBlocks.php"
"wp-graphql-content-blocks.php"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙌🏼

@theodesp theodesp merged commit 6f5c0b6 into main Nov 11, 2024
11 checks passed
@theodesp theodesp deleted the changeset-release/main branch November 11, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants