From 5029f9a5282836901f1577d8353c11879e18296d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Dec 2021 15:38:53 +0900 Subject: [PATCH] chore: release monorepo-workspace-submodules-finder-action 1.2.2 (#295) * chore: release monorepo-workspace-submodules-finder-action 1.2.2 * docs: update package list Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] Co-authored-by: Sonishi Izuka --- README.md | 2 +- actions/monorepo-workspace-submodules-finder/CHANGELOG.md | 7 +++++++ actions/monorepo-workspace-submodules-finder/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7252029bf..afbdc448d 100644 --- a/README.md +++ b/README.md @@ -56,4 +56,4 @@ | Package | Version | Dependencies | |-|-|-| -| [`monorepo-workspace-submodules-finder-action`](./actions/monorepo-workspace-submodules-finder) | [`v1.2.1`](https://github.com/sounisi5011/npm-packages/tree/monorepo-workspace-submodules-finder-action-v1.2.1/actions/monorepo-workspace-submodules-finder) | [![Dependency Status](https://status.david-dm.org/gh/sounisi5011/npm-packages.svg?path=actions%2Fmonorepo-workspace-submodules-finder)](https://david-dm.org/sounisi5011/npm-packages?path=actions%2Fmonorepo-workspace-submodules-finder) | +| [`monorepo-workspace-submodules-finder-action`](./actions/monorepo-workspace-submodules-finder) | [`v1.2.2`](https://github.com/sounisi5011/npm-packages/tree/monorepo-workspace-submodules-finder-action-v1.2.2/actions/monorepo-workspace-submodules-finder) | [![Dependency Status](https://status.david-dm.org/gh/sounisi5011/npm-packages.svg?path=actions%2Fmonorepo-workspace-submodules-finder)](https://david-dm.org/sounisi5011/npm-packages?path=actions%2Fmonorepo-workspace-submodules-finder) | diff --git a/actions/monorepo-workspace-submodules-finder/CHANGELOG.md b/actions/monorepo-workspace-submodules-finder/CHANGELOG.md index a2e4eebd8..5bddb1d95 100644 --- a/actions/monorepo-workspace-submodules-finder/CHANGELOG.md +++ b/actions/monorepo-workspace-submodules-finder/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.2.2](https://www.github.com/sounisi5011/npm-packages/compare/monorepo-workspace-submodules-finder-action-v1.2.1...monorepo-workspace-submodules-finder-action-v1.2.2) (2021-12-05) + + +### Bug Fixes + +* **deps:** update dependency workspace-tools to v0.17.0 ([#292](https://www.github.com/sounisi5011/npm-packages/issues/292)) ([93f5875](https://www.github.com/sounisi5011/npm-packages/commit/93f58754d59e1f3862994ac5d2af0a85bdd609d0)) + ### [1.2.1](https://www.github.com/sounisi5011/npm-packages/compare/monorepo-workspace-submodules-finder-action-v1.2.0...monorepo-workspace-submodules-finder-action-v1.2.1) (2021-11-05) diff --git a/actions/monorepo-workspace-submodules-finder/package.json b/actions/monorepo-workspace-submodules-finder/package.json index 62248d315..296a09158 100644 --- a/actions/monorepo-workspace-submodules-finder/package.json +++ b/actions/monorepo-workspace-submodules-finder/package.json @@ -1,6 +1,6 @@ { "name": "monorepo-workspace-submodules-finder-action", - "version": "1.2.1", + "version": "1.2.2", "description": "Get the path and package name of a node submodules in npm/yarn/pnpm workspaces", "homepage": "https://github.com/sounisi5011/npm-packages/tree/main/actions/monorepo-workspace-submodules-finder#readme", "bugs": {