Skip to content

Commit 1c30d02

Browse files
author
foreman-js-bot
committed
chore(release): publish v15.0.1
1 parent 4c297be commit 1c30d02

25 files changed

+97
-22
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [15.0.1](https://github.com/theforeman/foreman-js/compare/v15.0.0...v15.0.1) (2025-03-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **root:** update upload-artifact to v4 ([25c9888](https://github.com/theforeman/foreman-js/commit/25c9888bc6c65fe3614348632f6a97517482e5f5))
12+
13+
14+
15+
16+
617
# [15.0.0](https://github.com/theforeman/foreman-js/compare/v14.0.0...v15.0.0) (2025-03-05)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "15.0.0",
2+
"version": "15.0.1",
33
"npmClient": "npm",
44
"packages": [
55
"packages/*"

packages/builder/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [15.0.1](https://github.com/theforeman/foreman-js/compare/v15.0.0...v15.0.1) (2025-03-17)
7+
8+
**Note:** Version bump only for package @theforeman/builder
9+
10+
11+
12+
13+
614
# [15.0.0](https://github.com/theforeman/foreman-js/compare/v14.0.0...v15.0.0) (2025-03-05)
715

816
**Note:** Version bump only for package @theforeman/builder

packages/builder/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theforeman/builder",
3-
"version": "15.0.0",
3+
"version": "15.0.1",
44
"description": "Build production and development bundle files for foreman core and plugins.",
55
"author": "Avi Sharvit <sharvita@gmail.com>",
66
"homepage": "https://github.com/theforeman/foreman-js#readme",

packages/eslint-plugin-foreman/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [15.0.1](https://github.com/theforeman/foreman-js/compare/v15.0.0...v15.0.1) (2025-03-17)
7+
8+
**Note:** Version bump only for package @theforeman/eslint-plugin-foreman
9+
10+
11+
12+
13+
614
# [15.0.0](https://github.com/theforeman/foreman-js/compare/v14.0.0...v15.0.0) (2025-03-05)
715

816
**Note:** Version bump only for package @theforeman/eslint-plugin-foreman

packages/eslint-plugin-foreman/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/eslint-plugin-foreman/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theforeman/eslint-plugin-foreman",
3-
"version": "15.0.0",
3+
"version": "15.0.1",
44
"description": "Eslint plugin for the foreman",
55
"author": "Amir Fefer <amirfefer@gmail.com>",
66
"homepage": "https://github.com/theforeman/foreman-js#readme",
@@ -24,7 +24,7 @@
2424
"test": "echo \"@theforeman/eslint-plugin-foreman does not contain any tests at the moment.\""
2525
},
2626
"dependencies": {
27-
"@theforeman/vendor-dev": "^15.0.0",
27+
"@theforeman/vendor-dev": "^15.0.1",
2828
"babel-eslint": "^9.0.0",
2929
"chalk": "^4.1.0",
3030
"commander": "^4.0.1",

packages/eslint-plugin-rules/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [15.0.1](https://github.com/theforeman/foreman-js/compare/v15.0.0...v15.0.1) (2025-03-17)
7+
8+
**Note:** Version bump only for package @theforeman/eslint-plugin-rules
9+
10+
11+
12+
13+
614
# [15.0.0](https://github.com/theforeman/foreman-js/compare/v14.0.0...v15.0.0) (2025-03-05)
715

816
**Note:** Version bump only for package @theforeman/eslint-plugin-rules

packages/eslint-plugin-rules/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)