Skip to content

Commit f873d7a

Browse files
author
foreman-js-bot
committed
chore(release): publish v12.2.2
1 parent 7ddeb96 commit f873d7a

28 files changed

+114
-28
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+
## [12.2.2](https://github.com/theforeman/foreman-js/compare/v12.2.1...v12.2.2) (2023-12-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **builder:** babel plugin rename from proposal to transform ([#472](https://github.com/theforeman/foreman-js/issues/472)) ([7ddeb96](https://github.com/theforeman/foreman-js/commit/7ddeb963c2c1f537dab4d8d9e0fd18c506e67984))
12+
13+
14+
15+
16+
617
## [12.2.1](https://github.com/theforeman/foreman-js/compare/v12.2.0...v12.2.1) (2023-12-14)
718

819
**Note:** Version bump only for package foreman-js

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.1",
2+
"version": "12.2.2",
33
"npmClient": "npm",
44
"packages": [
55
"packages/*"

packages/builder/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+
## [12.2.2](https://github.com/theforeman/foreman-js/compare/v12.2.1...v12.2.2) (2023-12-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **builder:** babel plugin rename from proposal to transform ([#472](https://github.com/theforeman/foreman-js/issues/472)) ([7ddeb96](https://github.com/theforeman/foreman-js/commit/7ddeb963c2c1f537dab4d8d9e0fd18c506e67984))
12+
13+
14+
15+
16+
617
## [12.2.1](https://github.com/theforeman/foreman-js/compare/v12.2.0...v12.2.1) (2023-12-14)
718

819
**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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theforeman/builder",
3-
"version": "12.2.1",
3+
"version": "12.2.2",
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",
@@ -34,14 +34,14 @@
3434
"@babel/plugin-proposal-class-properties": "7.16.7",
3535
"@babel/plugin-proposal-object-rest-spread": "7.16.7",
3636
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
37+
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
38+
"@babel/plugin-transform-class-properties": "^7.23.3",
3739
"@babel/plugin-transform-modules-amd": "7.9.0",
3840
"@babel/plugin-transform-modules-commonjs": "7.9.0",
3941
"@babel/plugin-transform-modules-systemjs": "7.9.0",
4042
"@babel/plugin-transform-object-assign": "^7.2.0",
41-
"@babel/plugin-transform-class-properties": "^7.23.3",
4243
"@babel/plugin-transform-object-rest-spread": "^7.23.3",
4344
"@babel/plugin-transform-optional-chaining": "^7.23.3",
44-
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
4545
"@babel/preset-env": "^7.23.6",
4646
"@babel/preset-react": "7.16.7",
4747
"babel-plugin-dynamic-import-node": "2.3.0"

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+
## [12.2.2](https://github.com/theforeman/foreman-js/compare/v12.2.1...v12.2.2) (2023-12-19)
7+
8+
**Note:** Version bump only for package @theforeman/eslint-plugin-foreman
9+
10+
11+
12+
13+
614
## [12.2.1](https://github.com/theforeman/foreman-js/compare/v12.2.0...v12.2.1) (2023-12-14)
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.1",
3+
"version": "12.2.2",
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.1",
27+
"@theforeman/vendor-dev": "^12.2.2",
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+
## [12.2.2](https://github.com/theforeman/foreman-js/compare/v12.2.1...v12.2.2) (2023-12-19)
7+
8+
**Note:** Version bump only for package @theforeman/eslint-plugin-rules
9+
10+
11+
12+
13+
614
## [12.2.1](https://github.com/theforeman/foreman-js/compare/v12.2.0...v12.2.1) (2023-12-14)
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)