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 2.10.0 #619

Merged
merged 38 commits into from
Jul 9, 2024
Merged

Release 2.10.0 #619

merged 38 commits into from
Jul 9, 2024

Conversation

circlecube
Copy link
Member

Proposed changes

Scheduled release for July 10. Includes updates modules and some general plugin cleanup (cleaning up imports and removing old components in favor of new components from the newfold component library).

Module updates include:

  • e-commerce: 1.3.31 > 1.3.35
  • marketplace: 2.2.4 > 2.4.0
  • migration: 1.0.7 > 1.0.8
  • notifications: 1.3.0 > 1.4.0
  • onboarding: 2.3.4 > 2.3.5
  • staging 2.0.0 > 2.1.0

There are also other minor package updates.

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

ramyakrishnai and others added 30 commits June 26, 2024 17:23
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.3 to 3.4.4.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.4/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.3...v3.4.4)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.23.1 to 6.24.0.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.24.0/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@wordpress/icons](https://github.com/WordPress/gutenberg/tree/HEAD/packages/icons) from 10.1.0 to 10.2.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/icons@10.2.0/packages/icons)

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

Signed-off-by: dependabot[bot] <support@github.com>
* main:
  composer run i18n
  Bump version
  Modify deps
  coming soon fixes

# Conflicts:
#	composer.lock
* develop:
  update i18n command to remove old json files and run i18n.
  update marketplace to 2.3.1
  bump marketplace module to 2.3.0
  composer run i18n
  use appId and pluginId in tests
  add product page integration
  Bump version
  Modify deps
  coming soon fixes

# Conflicts:
#	composer.json
#	composer.lock
#	package-lock.json
#	package.json
Bumps [@testing-library/cypress](https://github.com/testing-library/cypress-testing-library) from 10.0.1 to 10.0.2.
- [Release notes](https://github.com/testing-library/cypress-testing-library/releases)
- [Changelog](https://github.com/testing-library/cypress-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/cypress-testing-library@v10.0.1...v10.0.2)

---
updated-dependencies:
- dependency-name: "@testing-library/cypress"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…elop/tailwindcss-3.4.4

NPM Dev(deps-dev): Bump tailwindcss from 3.4.3 to 3.4.4
…elop/react-router-dom-6.24.0

NPM(deps): Bump react-router-dom from 6.23.1 to 6.24.0
…elop/wordpress/icons-10.2.0

NPM(deps): Bump @wordpress/icons from 10.1.0 to 10.2.0
…elop/wordpress/compose-7.2.0

NPM(deps): Bump @wordpress/compose from 7.1.0 to 7.2.0
…elop/testing-library/cypress-10.0.2

NPM Dev(deps-dev): Bump @testing-library/cypress from 10.0.1 to 10.0.2
Bumps [@wordpress/dom-ready](https://github.com/WordPress/gutenberg/tree/HEAD/packages/dom-ready) from 4.1.0 to 4.2.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/dom-ready@4.2.0/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] <support@github.com>
Bumps [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) from 10.1.0 to 10.2.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/env@10.2.0/packages/env)

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

Signed-off-by: dependabot[bot] <support@github.com>
…elop/wordpress/dom-ready-4.2.0

NPM(deps): Bump @wordpress/dom-ready from 4.1.0 to 4.2.0
…elop/wordpress/env-10.2.0

NPM Dev(deps-dev): Bump @wordpress/env from 10.1.0 to 10.2.0
…mp-1.3.34

Update/ecommerce release bump 1.3.35
* develop:
  NPM Dev(deps-dev): Bump @wordpress/env from 10.1.0 to 10.2.0
  NPM(deps): Bump @wordpress/dom-ready from 4.1.0 to 4.2.0
  Version bump to 1.3.35 for Ecommerce module to resolve P3 incident on 26th June for Store page
  NPM Dev(deps-dev): Bump @testing-library/cypress from 10.0.1 to 10.0.2
  NPM(deps): Bump @wordpress/icons from 10.1.0 to 10.2.0
  NPM(deps): Bump @wordpress/compose from 7.1.0 to 7.2.0
  NPM(deps): Bump react-router-dom from 6.23.1 to 6.24.0
  NPM Dev(deps-dev): Bump tailwindcss from 3.4.3 to 3.4.4
  ecommerce version bump to 1.3.34

# Conflicts:
#	composer.lock
@circlecube circlecube added this to the July 10 Release milestone Jul 3, 2024
orphaned change meant for the classnames PR
Copy link

cypress bot commented Jul 3, 2024

Passing run #4066 ↗︎

0 336 29 0 Flakiness 0

Details:

Merge pull request #618 from newfold-labs/fix/classnames
Project: HostGator Plugin Commit: ccb3b41c5b
Status: Passed Duration: 24:18 💡
Started: Jul 10, 2024 1:39 PM Ended: Jul 10, 2024 2:04 PM

Review all test suite changes for PR #619 ↗︎

Copy link

cypress bot commented Jul 3, 2024

Passing run #4064 ↗︎

0 331 27 0 Flakiness 0

Details:

Merge e105f08 into 96f511e...
Project: HostGator Plugin Commit: a4084534c2 ℹ️
Status: Passed Duration: 23:15 💡
Started: Jul 8, 2024 11:25 PM Ended: Jul 8, 2024 11:48 PM

Review all test suite changes for PR #619 ↗︎

@wpalani wpalani merged commit 774d3b9 into main Jul 9, 2024
23 checks passed
@wpalani wpalani deleted the release/2.10.0 branch July 17, 2024 22:24
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.

5 participants