Skip to content

Commit 3c22a72

Browse files
author
foreman-js-bot
committed
chore(release): publish v13.0.0
1 parent dacd90c commit 3c22a72

25 files changed

+118
-22
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [13.0.0](https://github.com/theforeman/foreman-js/compare/v12.2.3...v13.0.0) (2024-02-05)
7+
8+
9+
### Features
10+
11+
* **root:** drop stories package ([dacd90c](https://github.com/theforeman/foreman-js/commit/dacd90c28663691c935e7ee1d11e502af2241753))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **root:** Removes stories package
17+
18+
19+
20+
21+
622
## [12.2.3](https://github.com/theforeman/foreman-js/compare/v12.2.2...v12.2.3) (2023-12-20)
723

824

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "12.2.3",
2+
"version": "13.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+
# [13.0.0](https://github.com/theforeman/foreman-js/compare/v12.2.3...v13.0.0) (2024-02-05)
7+
8+
**Note:** Version bump only for package @theforeman/builder
9+
10+
11+
12+
13+
614
## [12.2.3](https://github.com/theforeman/foreman-js/compare/v12.2.2...v12.2.3) (2023-12-20)
715

816

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": "12.2.3",
3+
"version": "13.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+
# [13.0.0](https://github.com/theforeman/foreman-js/compare/v12.2.3...v13.0.0) (2024-02-05)
7+
8+
**Note:** Version bump only for package @theforeman/eslint-plugin-foreman
9+
10+
11+
12+
13+
614
## [12.2.3](https://github.com/theforeman/foreman-js/compare/v12.2.2...v12.2.3) (2023-12-20)
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": "12.2.3",
3+
"version": "13.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": "^12.2.3",
27+
"@theforeman/vendor-dev": "^13.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+
# [13.0.0](https://github.com/theforeman/foreman-js/compare/v12.2.3...v13.0.0) (2024-02-05)
7+
8+
**Note:** Version bump only for package @theforeman/eslint-plugin-rules
9+
10+
11+
12+
13+
614
## [12.2.3](https://github.com/theforeman/foreman-js/compare/v12.2.2...v12.2.3) (2023-12-20)
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)