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 3.14.1 #1233

Merged
merged 27 commits into from
Aug 2, 2024
Merged

Release 3.14.1 #1233

merged 27 commits into from
Aug 2, 2024

Conversation

wpalani
Copy link
Member

@wpalani wpalani commented Aug 1, 2024

Proposed changes

A Scheduled release for August 7. Includes the following:

Type of Change

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Checklist

  • I have read the CONTRIBUTING doc
  • Linting and tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Further comments

N/A

dependabot bot and others added 26 commits July 25, 2024 15:51
Bumps [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) from 20.0.0 to 20.1.0.
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@wordpress/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@wordpress/i18n](https://github.com/WordPress/gutenberg/tree/HEAD/packages/i18n) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/i18n/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/i18n)

---
updated-dependencies:
- dependency-name: "@wordpress/i18n"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/dom-ready/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/dom-ready)

---
updated-dependencies:
- dependency-name: "@wordpress/dom-ready"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [wp-cli/i18n-command](https://github.com/wp-cli/i18n-command) from 2.6.1 to 2.6.2.
- [Release notes](https://github.com/wp-cli/i18n-command/releases)
- [Commits](wp-cli/i18n-command@2.6.1...v2.6.2)

---
updated-dependencies:
- dependency-name: wp-cli/i18n-command
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [newfold-labs/wp-module-patterns](https://github.com/newfold-labs/wp-module-patterns) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/newfold-labs/wp-module-patterns/releases)
- [Commits](newfold-labs/wp-module-patterns@2.2.0...2.2.1)

---
updated-dependencies:
- dependency-name: newfold-labs/wp-module-patterns
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…p/wordpress/eslint-plugin-20.1.0

NPM Dev(deps-dev): Bump @wordpress/eslint-plugin from 20.0.0 to 20.1.0
…p/wordpress/i18n-5.4.0

NPM(deps): Bump @wordpress/i18n from 5.3.0 to 5.4.0
…p/wordpress/dom-ready-4.4.0

NPM(deps): Bump @wordpress/dom-ready from 4.3.0 to 4.4.0
Bumps [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) from 10.3.0 to 10.4.0.
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/icons/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/icons)

---
updated-dependencies:
- dependency-name: "@wordpress/icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) from 10.3.0 to 10.4.0.
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/env/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/env)

---
updated-dependencies:
- dependency-name: "@wordpress/env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…p/wordpress/env-10.4.0

NPM Dev(deps-dev): Bump @wordpress/env from 10.3.0 to 10.4.0
…-cli/i18n-command-2.6.2

Composer Dev(deps-dev): Bump wp-cli/i18n-command from 2.6.1 to 2.6.2
…p/wordpress/icons-10.4.0

NPM(deps): Bump @wordpress/icons from 10.3.0 to 10.4.0
WooCommerce minimum supported version is 6.5
Skip eCommerce module tests on  < wp 6.5
…wfold-labs/wp-module-patterns-2.2.1

Composer(deps): Bump newfold-labs/wp-module-patterns from 2.2.0 to 2.2.1
Bumps [newfold-labs/wp-module-patterns](https://github.com/newfold-labs/wp-module-patterns) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/newfold-labs/wp-module-patterns/releases)
- [Commits](newfold-labs/wp-module-patterns@2.3.0...2.3.1)

---
updated-dependencies:
- dependency-name: newfold-labs/wp-module-patterns
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…wfold-labs/wp-module-patterns-2.3.1

Composer(deps): Bump newfold-labs/wp-module-patterns from 2.3.0 to 2.3.1
@wpalani wpalani added this to the August 7 Release milestone Aug 1, 2024
Copy link

cypress bot commented Aug 1, 2024



Test summary

418 0 36 0Flakiness 0


Run details

Project Bluehost Brand Plugin
Status Passed
Commit ce56f37
Started Aug 1, 2024 10:27 PM
Ended Aug 1, 2024 10:52 PM
Duration 25:48 💡
OS Linux Ubuntu -
Browser Chrome 126

View run in Cypress Cloud ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud

Copy link

cypress bot commented Aug 1, 2024



Test summary

346 0 25 0Flakiness 0


Run details

Project Bluehost Brand Plugin
Status Passed
Commit 354c23b ℹ️
Started Aug 2, 2024 7:47 PM
Ended Aug 2, 2024 8:08 PM
Duration 21:44 💡
OS Linux Ubuntu -
Browser Chrome 127

View run in Cypress Cloud ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud

@circlecube circlecube self-requested a review August 2, 2024 20:16
@circlecube circlecube merged commit 4cbf227 into main Aug 2, 2024
22 checks passed
@circlecube circlecube deleted the release/3.14.1 branch August 2, 2024 20:21
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.

3 participants