From 7b0acc1f552d8f712860d8bcdedd6bb8842df640 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:29:28 +0000 Subject: [PATCH] Update changelog and package version for the actions-v1.10.2 release of GitHub actions. --- packages/github-actions/CHANGELOG.md | 6 ++++++ packages/github-actions/package-lock.json | 2 +- packages/github-actions/package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/github-actions/CHANGELOG.md b/packages/github-actions/CHANGELOG.md index b1c1443e..8c7c14c6 100644 --- a/packages/github-actions/CHANGELOG.md +++ b/packages/github-actions/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2023-11-16 (1.10.2) +### Bug Fixes 🐛 +* Update rollup to fix -actions build. (https://github.com/woocommerce/grow/pull/90) +### Tweaked 🔧 +* Add update docs & ideas step to extension release checklist. (https://github.com/woocommerce/grow/pull/89) + ## 2023-08-29 (1.10.1) ### Tweaked 🔧 * Fix typos in the `publish-extension-dev-build` action. (https://github.com/woocommerce/grow/pull/76) diff --git a/packages/github-actions/package-lock.json b/packages/github-actions/package-lock.json index 1ce4692e..e146bf22 100644 --- a/packages/github-actions/package-lock.json +++ b/packages/github-actions/package-lock.json @@ -1,6 +1,6 @@ { "name": "woocommerce-grow-github-actions", - "version": "1.10.1", + "version": "1.10.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/github-actions/package.json b/packages/github-actions/package.json index 34f681fc..62ccfc3d 100644 --- a/packages/github-actions/package.json +++ b/packages/github-actions/package.json @@ -1,6 +1,6 @@ { "name": "woocommerce-grow-github-actions", - "version": "1.10.1", + "version": "1.10.2", "description": "GitHub JavaScript actions for a WooCommerce plugin repo by Grow Team.", "type": "module", "scripts": {