From 3c83496b986850a6d7069d80fffe38fd6df8a062 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 09:26:20 +0000 Subject: [PATCH] Update changelog and package version for the actions-v2.1.0 release of GitHub actions. --- packages/github-actions/CHANGELOG.md | 6 ++++++ packages/github-actions/package-lock.json | 4 ++-- packages/github-actions/package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/packages/github-actions/CHANGELOG.md b/packages/github-actions/CHANGELOG.md index b5551602..84e630b7 100644 --- a/packages/github-actions/CHANGELOG.md +++ b/packages/github-actions/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2024-06-19 (2.1.0) +### New Features 🎉 +* Adding plugin e2e option for QIT action. (https://github.com/woocommerce/grow/pull/137) +### Tweaked 🔧 +* [Revert] Update woo.com domain, update feature-requests URL in yeoman generator. (https://github.com/woocommerce/grow/pull/136) + ## 2024-05-16 (2.0.0) ### Breaking Changes 🚨 * Upgrade the fundamental of the `github-actions` package and its `get-release-notes`, `prepare-node`, and `update-version-tags` actions to use Node.js v20. (https://github.com/woocommerce/grow/pull/112) diff --git a/packages/github-actions/package-lock.json b/packages/github-actions/package-lock.json index 79493333..054495ae 100644 --- a/packages/github-actions/package-lock.json +++ b/packages/github-actions/package-lock.json @@ -1,12 +1,12 @@ { "name": "woocommerce-grow-github-actions", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "woocommerce-grow-github-actions", - "version": "2.0.0", + "version": "2.1.0", "license": "GPL-3.0-or-later", "dependencies": { "@actions/core": "^1.10.1", diff --git a/packages/github-actions/package.json b/packages/github-actions/package.json index 2df90206..63540273 100644 --- a/packages/github-actions/package.json +++ b/packages/github-actions/package.json @@ -1,6 +1,6 @@ { "name": "woocommerce-grow-github-actions", - "version": "2.0.0", + "version": "2.1.0", "description": "GitHub JavaScript actions for a WooCommerce plugin repo by Grow Team.", "type": "module", "scripts": {