From 8a08d5c7e16908c606ad5710b9ddecf6f7dea209 Mon Sep 17 00:00:00 2001 From: restfulhead Date: Wed, 14 Feb 2024 03:43:17 +0000 Subject: [PATCH 01/18] Update CHANGELOG.md [skip ci] --- packages/filter-by-workspace-path/CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages/filter-by-workspace-path/CHANGELOG.md b/packages/filter-by-workspace-path/CHANGELOG.md index c232a57..efc272a 100644 --- a/packages/filter-by-workspace-path/CHANGELOG.md +++ b/packages/filter-by-workspace-path/CHANGELOG.md @@ -1,3 +1,16 @@ +# (Wed Feb 14 2024) + +#### 🔩 Internal + +- chore: prepare release [#4](https://github.com/restfulhead/npm-auto-plugins/pull/4) ([@restfulhead](https://github.com/restfulhead)) +- refactor: renamed to follow auto's naming convention [#3](https://github.com/restfulhead/npm-auto-plugins/pull/3) ([@restfulhead](https://github.com/restfulhead)) + +#### Authors: 1 + +- Patrick Ruhkopf ([@restfulhead](https://github.com/restfulhead)) + +--- + # (Tue Feb 13 2024) From 0b5dec07d936a1c4609b0f8b85b1495808ea684a Mon Sep 17 00:00:00 2001 From: restfulhead Date: Wed, 14 Feb 2024 03:43:17 +0000 Subject: [PATCH 02/18] chore: bump release version to 0.0.1 [skip ci] --- packages/filter-by-workspace-path/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/filter-by-workspace-path/package.json b/packages/filter-by-workspace-path/package.json index 1f42d1f..2d77d69 100644 --- a/packages/filter-by-workspace-path/package.json +++ b/packages/filter-by-workspace-path/package.json @@ -1,6 +1,6 @@ { "name": "@restfulhead/auto-plugin-filter-by-workspace-path", - "version": "0.0.0", + "version": "0.0.1", "description": "A plugin for Intuit Auto that filters out commits based on the NPM workspace path", "keywords": [ "auto", From 28627f461e3a75b421d975c9546c6cbf7c3d9222 Mon Sep 17 00:00:00 2001 From: restfulhead Date: Wed, 14 Feb 2024 03:43:18 +0000 Subject: [PATCH 03/18] chore: release v0.0.1 [skip ci] --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 86b4c27..4c7fb73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8017,7 +8017,7 @@ }, "packages/filter-by-workspace-path": { "name": "@restfulhead/auto-plugin-filter-by-workspace-path", - "version": "0.0.0", + "version": "0.0.1", "license": "MIT", "dependencies": { "@auto-it/core": "11.0.4", From 4d896e445c27155a8515631de4350d7a1747ab72 Mon Sep 17 00:00:00 2001 From: restfulhead Date: Wed, 14 Feb 2024 03:43:32 +0000 Subject: [PATCH 04/18] Update CHANGELOG.md [skip ci] --- packages/example-test-package/CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/example-test-package/CHANGELOG.md b/packages/example-test-package/CHANGELOG.md index aa902e7..e868dc6 100644 --- a/packages/example-test-package/CHANGELOG.md +++ b/packages/example-test-package/CHANGELOG.md @@ -1,3 +1,15 @@ +# (Wed Feb 14 2024) + +#### 🔩 Internal + +- refactor: renamed to follow auto's naming convention [#3](https://github.com/restfulhead/npm-auto-plugins/pull/3) ([@restfulhead](https://github.com/restfulhead)) + +#### Authors: 1 + +- Patrick Ruhkopf ([@restfulhead](https://github.com/restfulhead)) + +--- + # v0.0.1 (Tue Feb 13 2024) #### 🐛 Patch From 6d82234c477f1166e0c31c3a9e936e74380c8cde Mon Sep 17 00:00:00 2001 From: restfulhead Date: Wed, 14 Feb 2024 03:43:33 +0000 Subject: [PATCH 05/18] chore: bump release version to 0.0.2 [skip ci] --- packages/example-test-package/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/example-test-package/package.json b/packages/example-test-package/package.json index d8e5851..58522da 100644 --- a/packages/example-test-package/package.json +++ b/packages/example-test-package/package.json @@ -1,6 +1,6 @@ { "name": "@restfulhead/npm-auto-plugin-example-test-package", - "version": "0.0.1", + "version": "0.0.2", "description": "An example package used to test that versioning the other package does not impact this one.", "author": "Patrick Ruhkopf", "license": "MIT", From 819f22820b774936e7a5b8cc53c7759d574758ad Mon Sep 17 00:00:00 2001 From: restfulhead Date: Wed, 14 Feb 2024 03:43:34 +0000 Subject: [PATCH 06/18] chore: release v0.0.2 [skip ci] --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 4c7fb73..5270d22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8009,7 +8009,7 @@ }, "packages/example-test-package": { "name": "@restfulhead/npm-auto-plugin-example-test-package", - "version": "0.0.1", + "version": "0.0.2", "license": "MIT", "engines": { "node": ">=18" From 643c1129a844e9c8ee15ed16d8006d138be43677 Mon Sep 17 00:00:00 2001 From: restfulhead Date: Fri, 16 Feb 2024 17:07:24 +0000 Subject: [PATCH 07/18] Update CHANGELOG.md [skip ci] --- packages/filter-by-workspace-path/CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages/filter-by-workspace-path/CHANGELOG.md b/packages/filter-by-workspace-path/CHANGELOG.md index efc272a..edbce8f 100644 --- a/packages/filter-by-workspace-path/CHANGELOG.md +++ b/packages/filter-by-workspace-path/CHANGELOG.md @@ -1,3 +1,19 @@ +# (Fri Feb 16 2024) + +#### 🐛 Patch + +- fix: filter out commits in other ws dir with the same prefix [#5](https://github.com/restfulhead/npm-auto-plugins/pull/5) ([@restfulhead](https://github.com/restfulhead)) + +#### 🔩 Internal + +- chore: prepare release [#6](https://github.com/restfulhead/npm-auto-plugins/pull/6) ([@restfulhead](https://github.com/restfulhead)) + +#### Authors: 1 + +- Patrick Ruhkopf ([@restfulhead](https://github.com/restfulhead)) + +--- + # (Wed Feb 14 2024) #### 🔩 Internal From 34de3a38066f0ac4788dd22a37430f02ee1f1e6f Mon Sep 17 00:00:00 2001 From: restfulhead Date: Fri, 16 Feb 2024 17:07:25 +0000 Subject: [PATCH 08/18] chore: bump release version to 0.0.2 [skip ci] --- packages/filter-by-workspace-path/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/filter-by-workspace-path/package.json b/packages/filter-by-workspace-path/package.json index 2d77d69..9cbd9cc 100644 --- a/packages/filter-by-workspace-path/package.json +++ b/packages/filter-by-workspace-path/package.json @@ -1,6 +1,6 @@ { "name": "@restfulhead/auto-plugin-filter-by-workspace-path", - "version": "0.0.1", + "version": "0.0.2", "description": "A plugin for Intuit Auto that filters out commits based on the NPM workspace path", "keywords": [ "auto", From 74b8a87a6526c15358f0929573a131a269be7eab Mon Sep 17 00:00:00 2001 From: restfulhead Date: Fri, 16 Feb 2024 17:07:25 +0000 Subject: [PATCH 09/18] chore: release v0.0.2 [skip ci] --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 5270d22..1d88a43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8017,7 +8017,7 @@ }, "packages/filter-by-workspace-path": { "name": "@restfulhead/auto-plugin-filter-by-workspace-path", - "version": "0.0.1", + "version": "0.0.2", "license": "MIT", "dependencies": { "@auto-it/core": "11.0.4", From 0c11832be636ade9842a7ad0a2d609797c839665 Mon Sep 17 00:00:00 2001 From: restfulhead Date: Fri, 16 Feb 2024 17:07:41 +0000 Subject: [PATCH 10/18] Update CHANGELOG.md [skip ci] --- packages/example-test-package/CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/example-test-package/CHANGELOG.md b/packages/example-test-package/CHANGELOG.md index e868dc6..3d1c782 100644 --- a/packages/example-test-package/CHANGELOG.md +++ b/packages/example-test-package/CHANGELOG.md @@ -1,3 +1,15 @@ +# (Fri Feb 16 2024) + +#### 🔩 Internal + +- chore: prepare release [#6](https://github.com/restfulhead/npm-auto-plugins/pull/6) ([@restfulhead](https://github.com/restfulhead)) + +#### Authors: 1 + +- Patrick Ruhkopf ([@restfulhead](https://github.com/restfulhead)) + +--- + # (Wed Feb 14 2024) #### 🔩 Internal From 1e2774db90e75b88e90b5740c9dc0ee2997c53af Mon Sep 17 00:00:00 2001 From: restfulhead Date: Fri, 16 Feb 2024 17:07:42 +0000 Subject: [PATCH 11/18] chore: bump release version to 0.0.3 [skip ci] --- packages/example-test-package/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/example-test-package/package.json b/packages/example-test-package/package.json index 58522da..d626af4 100644 --- a/packages/example-test-package/package.json +++ b/packages/example-test-package/package.json @@ -1,6 +1,6 @@ { "name": "@restfulhead/npm-auto-plugin-example-test-package", - "version": "0.0.2", + "version": "0.0.3", "description": "An example package used to test that versioning the other package does not impact this one.", "author": "Patrick Ruhkopf", "license": "MIT", From 9b6567eccf4d6008eac89df6b422ebcac4219cdc Mon Sep 17 00:00:00 2001 From: restfulhead Date: Fri, 16 Feb 2024 17:07:42 +0000 Subject: [PATCH 12/18] chore: release v0.0.3 [skip ci] --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 1d88a43..1d6ec53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8009,7 +8009,7 @@ }, "packages/example-test-package": { "name": "@restfulhead/npm-auto-plugin-example-test-package", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "engines": { "node": ">=18" From 8df8b54604653243edd54d3c777b6c0bbf679bcc Mon Sep 17 00:00:00 2001 From: restfulhead Date: Fri, 16 Feb 2024 18:55:40 +0000 Subject: [PATCH 13/18] Update CHANGELOG.md [skip ci] --- packages/filter-by-workspace-path/CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages/filter-by-workspace-path/CHANGELOG.md b/packages/filter-by-workspace-path/CHANGELOG.md index edbce8f..b7bf143 100644 --- a/packages/filter-by-workspace-path/CHANGELOG.md +++ b/packages/filter-by-workspace-path/CHANGELOG.md @@ -1,5 +1,21 @@ # (Fri Feb 16 2024) +#### 🚀 Enhancement + +- feat: omit commits that aren't related to a pull request [#9](https://github.com/restfulhead/npm-auto-plugins/pull/9) ([@restfulhead](https://github.com/restfulhead)) + +#### 📝 Documentation + +- doc: provide more details about the merge commit issue [#8](https://github.com/restfulhead/npm-auto-plugins/pull/8) ([@restfulhead](https://github.com/restfulhead)) + +#### Authors: 1 + +- Patrick Ruhkopf ([@restfulhead](https://github.com/restfulhead)) + +--- + +# (Fri Feb 16 2024) + #### 🐛 Patch - fix: filter out commits in other ws dir with the same prefix [#5](https://github.com/restfulhead/npm-auto-plugins/pull/5) ([@restfulhead](https://github.com/restfulhead)) From d6f66807fb54f2bcf24f11781eef87f5a7842850 Mon Sep 17 00:00:00 2001 From: restfulhead Date: Fri, 16 Feb 2024 18:55:40 +0000 Subject: [PATCH 14/18] chore: bump release version to 0.1.0 [skip ci] --- packages/filter-by-workspace-path/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/filter-by-workspace-path/package.json b/packages/filter-by-workspace-path/package.json index 9cbd9cc..dd78c3a 100644 --- a/packages/filter-by-workspace-path/package.json +++ b/packages/filter-by-workspace-path/package.json @@ -1,6 +1,6 @@ { "name": "@restfulhead/auto-plugin-filter-by-workspace-path", - "version": "0.0.2", + "version": "0.1.0", "description": "A plugin for Intuit Auto that filters out commits based on the NPM workspace path", "keywords": [ "auto", From 2253b1931041203dbc8a2ad98d7e482d5a521726 Mon Sep 17 00:00:00 2001 From: restfulhead Date: Fri, 16 Feb 2024 18:55:41 +0000 Subject: [PATCH 15/18] chore: release v0.1.0 [skip ci] --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 1d6ec53..2e4c4b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8017,7 +8017,7 @@ }, "packages/filter-by-workspace-path": { "name": "@restfulhead/auto-plugin-filter-by-workspace-path", - "version": "0.0.2", + "version": "0.1.0", "license": "MIT", "dependencies": { "@auto-it/core": "11.0.4", From 2ac880e698f182bc3f4f39ea976682ebb96332cf Mon Sep 17 00:00:00 2001 From: restfulhead Date: Fri, 16 Feb 2024 18:55:56 +0000 Subject: [PATCH 16/18] Update CHANGELOG.md [skip ci] --- packages/example-test-package/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/example-test-package/CHANGELOG.md b/packages/example-test-package/CHANGELOG.md index 3d1c782..e94b5e1 100644 --- a/packages/example-test-package/CHANGELOG.md +++ b/packages/example-test-package/CHANGELOG.md @@ -1,5 +1,11 @@ # (Fri Feb 16 2024) + + +--- + +# (Fri Feb 16 2024) + #### 🔩 Internal - chore: prepare release [#6](https://github.com/restfulhead/npm-auto-plugins/pull/6) ([@restfulhead](https://github.com/restfulhead)) From f2578279418d0bcd783ec01cc2aa21da2c2c807d Mon Sep 17 00:00:00 2001 From: restfulhead Date: Fri, 16 Feb 2024 18:55:56 +0000 Subject: [PATCH 17/18] chore: bump release version to 0.0.4 [skip ci] --- packages/example-test-package/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/example-test-package/package.json b/packages/example-test-package/package.json index d626af4..97d10a8 100644 --- a/packages/example-test-package/package.json +++ b/packages/example-test-package/package.json @@ -1,6 +1,6 @@ { "name": "@restfulhead/npm-auto-plugin-example-test-package", - "version": "0.0.3", + "version": "0.0.4", "description": "An example package used to test that versioning the other package does not impact this one.", "author": "Patrick Ruhkopf", "license": "MIT", From 1665dc82c7e7bac6104f544ae47554959598c7c0 Mon Sep 17 00:00:00 2001 From: restfulhead Date: Fri, 16 Feb 2024 18:55:57 +0000 Subject: [PATCH 18/18] chore: release v0.0.4 [skip ci] --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 2e4c4b7..757537e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8009,7 +8009,7 @@ }, "packages/example-test-package": { "name": "@restfulhead/npm-auto-plugin-example-test-package", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "engines": { "node": ">=18"