Skip to content

Commit

Permalink
chore: merged
Browse files Browse the repository at this point in the history
  • Loading branch information
restfulhead committed Feb 14, 2024
2 parents c5fecd0 + ff69651 commit f0565fe
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions packages/example-test-package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# v0.0.1 (Tue Feb 13 2024)

#### 🐛 Patch

- fix: path after rename [#1](https://github.com/restfulhead/npm-auto-plugins/pull/1) ([@restfulhead](https://github.com/restfulhead))

#### 🔩 Internal

- chore: prepare release [#2](https://github.com/restfulhead/npm-auto-plugins/pull/2) ([@restfulhead](https://github.com/restfulhead))

#### ⚠️ Pushed to `release`

- feat: initial public release of filter-by-workspace-path plugin ([@restfulhead](https://github.com/restfulhead))

#### Authors: 1

- Patrick Ruhkopf ([@restfulhead](https://github.com/restfulhead))
2 changes: 1 addition & 1 deletion packages/example-test-package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@restfulhead/npm-auto-plugin-example-test-package",
"version": "0.0.0",
"version": "0.0.1",
"description": "An example package used to test that versioning the other package does not impact this one.",
"author": "Patrick Ruhkopf",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/filter-by-workspace-path/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# (Tue Feb 13 2024)



---

# (Tue Feb 13 2024)

#### 🚀 Enhancement

- chore: fix release [#30](https://github.com/restfulhead/npm-auto-plugins/pull/30) ([@restfulhead](https://github.com/restfulhead))
Expand Down
2 changes: 1 addition & 1 deletion packages/filter-by-workspace-path/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@restfulhead/auto-plugin-filter-by-workspace-path",
"version": "0.0.0",
"description": "A plugin for Intuit Auto that filters out commits based on specific paths",
"description": "A plugin for Intuit Auto that filters out commits based on the NPM workspace path",
"keywords": [
"auto",
"plugin",
Expand Down

0 comments on commit f0565fe

Please sign in to comment.