Skip to content

Commit

Permalink
Merge pull request #27 from restfulhead/release
Browse files Browse the repository at this point in the history
chore: backport version bump
  • Loading branch information
restfulhead authored Mar 18, 2024
2 parents 9d53b1d + a5d74a5 commit b509925
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

25 changes: 25 additions & 0 deletions packages/example-test-package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# v0.1.0 (Mon Mar 18 2024)

#### 🚀 Enhancement

- feature: add `npm` option to allow usage of 'filter-by-workspace-path-plugin' without npm [#18](https://github.com/restfulhead/npm-auto-plugins/pull/18) ([@Maxim-Durand](https://github.com/Maxim-Durand))
- feat: set version to 'noVersion' if no commits are in scope [#11](https://github.com/restfulhead/npm-auto-plugins/pull/11) ([@restfulhead](https://github.com/restfulhead))

#### 🐛 Patch

- fix: missing version in changelog file [#12](https://github.com/restfulhead/npm-auto-plugins/pull/12) ([@restfulhead](https://github.com/restfulhead))

#### 🔩 Internal

- chore: upgrade auto [#25](https://github.com/restfulhead/npm-auto-plugins/pull/25) ([@restfulhead](https://github.com/restfulhead))
- fix: actually use debug flag [#22](https://github.com/restfulhead/npm-auto-plugins/pull/22) ([@restfulhead](https://github.com/restfulhead))
- chore: add debug flag and remote tag detection [#20](https://github.com/restfulhead/npm-auto-plugins/pull/20) ([@restfulhead](https://github.com/restfulhead))
- fix: revert npm publish ci script [#14](https://github.com/restfulhead/npm-auto-plugins/pull/14) ([@restfulhead](https://github.com/restfulhead))

#### Authors: 2

- Maxime Durand ([@Maxim-Durand](https://github.com/Maxim-Durand))
- Patrick Ruhkopf ([@restfulhead](https://github.com/restfulhead))

---

# (Fri Feb 16 2024)


Expand Down
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.4",
"version": "0.1.0",
"description": "An example package used to test that versioning the other package does not impact this one.",
"author": "Patrick Ruhkopf",
"license": "MIT",
Expand Down
19 changes: 19 additions & 0 deletions packages/filter-by-workspace-path/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# v0.3.0 (Mon Mar 18 2024)

#### 🚀 Enhancement

- feature: add `npm` option to allow usage of 'filter-by-workspace-path-plugin' without npm [#18](https://github.com/restfulhead/npm-auto-plugins/pull/18) ([@Maxim-Durand](https://github.com/Maxim-Durand))

#### 🔩 Internal

- chore: upgrade auto [#25](https://github.com/restfulhead/npm-auto-plugins/pull/25) ([@restfulhead](https://github.com/restfulhead))
- fix: actually use debug flag [#22](https://github.com/restfulhead/npm-auto-plugins/pull/22) ([@restfulhead](https://github.com/restfulhead))
- chore: add debug flag and remote tag detection [#20](https://github.com/restfulhead/npm-auto-plugins/pull/20) ([@restfulhead](https://github.com/restfulhead))

#### Authors: 2

- Maxime Durand ([@Maxim-Durand](https://github.com/Maxim-Durand))
- Patrick Ruhkopf ([@restfulhead](https://github.com/restfulhead))

---

# v0.2.1 (Fri Feb 16 2024)

#### 🔩 Internal
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,6 +1,6 @@
{
"name": "@restfulhead/auto-plugin-filter-by-workspace-path",
"version": "0.2.1",
"version": "0.3.0",
"description": "A plugin for Intuit Auto that filters out commits based on the NPM workspace path",
"keywords": [
"auto",
Expand Down

0 comments on commit b509925

Please sign in to comment.