Skip to content

Commit

Permalink
chore: release monorepo-workspace-submodules-finder-action 1.3.2 (#583)
Browse files Browse the repository at this point in the history
* chore: release monorepo-workspace-submodules-finder-action 1.3.2

* docs(monorepo-workspace-submodules-finder-action): fix changelog

* docs: update package list

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <release-workflow+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 1, 2023
1 parent 86e4eb8 commit 443cba1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@

| Package | Version | Dependencies |
|-|-|-|
| [`monorepo-workspace-submodules-finder-action`](./actions/monorepo-workspace-submodules-finder) | [`v1.3.1`](https://github.com/sounisi5011/npm-packages/tree/monorepo-workspace-submodules-finder-action-v1.3.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.3.2`](https://github.com/sounisi5011/npm-packages/tree/monorepo-workspace-submodules-finder-action-v1.3.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) |
15 changes: 15 additions & 0 deletions actions/monorepo-workspace-submodules-finder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog


## [1.3.2](https://github.com/sounisi5011/npm-packages/compare/monorepo-workspace-submodules-finder-action-v1.3.1...monorepo-workspace-submodules-finder-action-v1.3.2) (2023-01-01)

### Bug Fixes

* **deps:** update dependencies: @actions/core, @actions/github, @octokit/endpoint, validate-npm-package-name, workspace-tools ([#580](https://github.com/sounisi5011/npm-packages/issues/580)) ([3c638e0](https://github.com/sounisi5011/npm-packages/commit/3c638e0f32fe212971dcb7f1ab0a20b533a9a097))

### Commits

<details><summary>show 1 commits</summary>

* [`3c638e0`](https://www.github.com/sounisi5011/npm-packages/commit/3c638e0f32fe212971dcb7f1ab0a20b533a9a097) fix(deps): update dependencies: @actions/core, @actions/github, @octokit/endpoint, validate-npm-package-name, workspace-tools ([#580](https://www.github.com/sounisi5011/npm-packages/issues/580))

</details>


## [1.3.1](https://www.github.com/sounisi5011/npm-packages/compare/monorepo-workspace-submodules-finder-action-v1.3.0...monorepo-workspace-submodules-finder-action-v1.3.1) (2022-07-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion actions/monorepo-workspace-submodules-finder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monorepo-workspace-submodules-finder-action",
"version": "1.3.1",
"version": "1.3.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": {
Expand Down

0 comments on commit 443cba1

Please sign in to comment.