Skip to content

Commit

Permalink
chore: prepare @liferay/npm-scripts v47.18.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed May 24, 2023
1 parent 39adeff commit c070b50
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions projects/npm-tools/packages/npm-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [npm-scripts/v47.18.2](https://github.com/liferay/liferay-frontend-projects/tree/npm-scripts/v47.18.2) (2023-05-24)

[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/npm-scripts/v47.18.1...npm-scripts/v47.18.2)

### :wrench: Bug fixes

- fix(npm-scripts): glob pattern isn't greedy enough if there are other patterns that want to look deeper in the directory ([\#1139](https://github.com/liferay/liferay-frontend-projects/pull/1139))

## [npm-scripts/v47.18.1](https://github.com/liferay/liferay-frontend-projects/tree/npm-scripts/v47.18.1) (2023-05-03)

[Full changelog](https://github.com/liferay/liferay-frontend-projects/compare/npm-scripts/v47.18.0...npm-scripts/v47.18.1)
Expand Down
2 changes: 1 addition & 1 deletion projects/npm-tools/packages/npm-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@
"preversion": "liferay-workspace-scripts ci",
"test": "liferay-workspace-scripts test"
},
"version": "47.18.1"
"version": "47.18.2"
}

0 comments on commit c070b50

Please sign in to comment.