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: 0.4.0 #129

Merged
merged 4 commits into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file, per the [Ke

## [Unreleased] - TBD

## [0.4.0] - 2024-07-15

### Changed

- Bump `actions/upload-artifact` from v3 to v4 (props [@iamdharmesh](https://github.com/iamdharmesh), [@jeffpaul](https://github.com/jeffpaul) via [#125](https://github.com/10up/cypress-wp-utils/pull/125)).

### Fixed

- Ensure that the `openDocumentSettingsSidebar` command works properly in all cases (props [@aliaghdam](https://github.com/aliaghdam), [@faisal-alvi](https://github.com/faisal-alvi), [@jeffpaul](https://github.com/jeffpaul) via [#127](https://github.com/10up/cypress-wp-utils/pull/127)).
- Ensure that the `insertBlock` command works properly in all cases (props [@iamdharmesh](https://github.com/iamdharmesh), [@faisal-alvi](https://github.com/faisal-alvi) via [#128](https://github.com/10up/cypress-wp-utils/pull/128)).

### Security

- Bump `braces` from 3.0.2 to 3.0.3 (props [@dependabot[bot]](https://github.com/apps/dependabot), [@iamdharmesh](https://github.com/iamdharmesh) via [#126](https://github.com/10up/cypress-wp-utils/pull/126)).

## [0.3.0] - 2024-04-10

### Changed
Expand Down Expand Up @@ -51,6 +66,7 @@ All notable changes to this project will be documented in this file, per the [Ke
- Initial release.

[Unreleased]: https://github.com/10up/cypress-wp-utils/compare/trunk...develop
[0.4.0]: https://github.com/10up/cypress-wp-util/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/10up/cypress-wp-util/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/10up/cypress-wp-util/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/10up/cypress-wp-util/tree/0.1.0
2 changes: 1 addition & 1 deletion CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The following individuals are responsible for curating the list of issues, respo

Thank you to all the people who have already contributed to this repository via bug reports, code, design, ideas, project management, translation, testing, etc.

[Tung Du (@dinhtungdu)](https://github.com/dinhtungdu), [Max Lyuchin (@cadic)](https://github.com/cadic), [Dharmesh Patel (@iamdharmesh)](https://github.com/iamdharmesh), [Faisal Alvi (@faisal-alvi)](https://github.com/faisal-alvi), [Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Jayedul Kabir (@jayedul)](https://github.com/jayedul), [Ravinder Kumar (@ravinderk)](https://github.com/ravinderk), [Darin Kotter (@dkotter)](https://github.com/dkotter), [Daryll Doyle (@darylldoyle)](https://github.com/darylldoyle), [Peter Wilson (@peterwilsoncc)](https://github.com/peterwilsoncc), [Tyler Bailey (@TylerB24890)](https://github.com/TylerB24890), [Dependabot (@dependabot[bot])](https://github.com/apps/dependabot), [Siddharth Thevaril (@Sidsector9)](https://github.com/Sidsector9).
[Tung Du (@dinhtungdu)](https://github.com/dinhtungdu), [Max Lyuchin (@cadic)](https://github.com/cadic), [Dharmesh Patel (@iamdharmesh)](https://github.com/iamdharmesh), [Faisal Alvi (@faisal-alvi)](https://github.com/faisal-alvi), [Jeffrey Paul (@jeffpaul)](https://github.com/jeffpaul), [Jayedul Kabir (@jayedul)](https://github.com/jayedul), [Ravinder Kumar (@ravinderk)](https://github.com/ravinderk), [Darin Kotter (@dkotter)](https://github.com/dkotter), [Daryll Doyle (@darylldoyle)](https://github.com/darylldoyle), [Peter Wilson (@peterwilsoncc)](https://github.com/peterwilsoncc), [Tyler Bailey (@TylerB24890)](https://github.com/TylerB24890), [Dependabot (@dependabot[bot])](https://github.com/apps/dependabot), [Siddharth Thevaril (@Sidsector9)](https://github.com/Sidsector9), [Ali Aghdam (@aliaghdam)](https://github.com/aliaghdam).

## Libraries

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@10up/cypress-wp-utils",
"version": "0.3.0",
"version": "0.4.0",
"description": "Cypress command utilities for testing WordPress",
"main": "./lib/index.js",
"files": [
Expand Down Expand Up @@ -76,4 +76,4 @@
"lib": "lib",
"test": "tests"
}
}
}
Loading