Skip to content

Commit ade4fc1

Browse files
author
foreman-js-bot
committed
chore(release): publish v16.0.0
1 parent ece9047 commit ade4fc1

25 files changed

+116
-22
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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+
# [16.0.0](https://github.com/theforeman/foreman-js/compare/v15.0.1...v16.0.0) (2025-10-30)
7+
8+
9+
### Bug Fixes
10+
11+
* **root:** update github tests to use theforeman/actions ([ece9047](https://github.com/theforeman/foreman-js/commit/ece9047fc37e0d53bc09fc668156becc879b88b9))
12+
13+
14+
### Features
15+
16+
* **test:** deprecation message for test package ([5f985cd](https://github.com/theforeman/foreman-js/commit/5f985cd399d690decf590b554aabbb6a9df0c0cb))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* **root:** Uses foremans new test logic
22+
* **test:** Breaks test with an error explaining what to do
23+
24+
25+
26+
27+
628
## [15.0.1](https://github.com/theforeman/foreman-js/compare/v15.0.0...v15.0.1) (2025-03-17)
729

830

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.1",
2+
"version": "16.0.0",
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+
# [16.0.0](https://github.com/theforeman/foreman-js/compare/v15.0.1...v16.0.0) (2025-10-30)
7+
8+
**Note:** Version bump only for package @theforeman/builder
9+
10+
11+
12+
13+
614
## [15.0.1](https://github.com/theforeman/foreman-js/compare/v15.0.0...v15.0.1) (2025-03-17)
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.1",
3+
"version": "16.0.0",
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+
# [16.0.0](https://github.com/theforeman/foreman-js/compare/v15.0.1...v16.0.0) (2025-10-30)
7+
8+
**Note:** Version bump only for package @theforeman/eslint-plugin-foreman
9+
10+
11+
12+
13+
614
## [15.0.1](https://github.com/theforeman/foreman-js/compare/v15.0.0...v15.0.1) (2025-03-17)
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.1",
3+
"version": "16.0.0",
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.1",
27+
"@theforeman/vendor-dev": "^16.0.0",
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+
# [16.0.0](https://github.com/theforeman/foreman-js/compare/v15.0.1...v16.0.0) (2025-10-30)
7+
8+
**Note:** Version bump only for package @theforeman/eslint-plugin-rules
9+
10+
11+
12+
13+
614
## [15.0.1](https://github.com/theforeman/foreman-js/compare/v15.0.0...v15.0.1) (2025-03-17)
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)