Skip to content

Commit

Permalink
chore(release): publish v12.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
foreman-js-bot committed Dec 19, 2023
1 parent 7ddeb96 commit f873d7a
Show file tree
Hide file tree
Showing 28 changed files with 114 additions and 28 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [12.2.2](https://github.com/theforeman/foreman-js/compare/v12.2.1...v12.2.2) (2023-12-19)


### Bug Fixes

* **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.2.1](https://github.com/theforeman/foreman-js/compare/v12.2.0...v12.2.1) (2023-12-14)

**Note:** Version bump only for package foreman-js
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "12.2.1",
"version": "12.2.2",
"npmClient": "npm",
"packages": [
"packages/*"
Expand Down
11 changes: 11 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [12.2.2](https://github.com/theforeman/foreman-js/compare/v12.2.1...v12.2.2) (2023-12-19)


### Bug Fixes

* **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.2.1](https://github.com/theforeman/foreman-js/compare/v12.2.0...v12.2.1) (2023-12-14)

**Note:** Version bump only for package @theforeman/builder
Expand Down
2 changes: 1 addition & 1 deletion packages/builder/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theforeman/builder",
"version": "12.2.1",
"version": "12.2.2",
"description": "Build production and development bundle files for foreman core and plugins.",
"author": "Avi Sharvit <sharvita@gmail.com>",
"homepage": "https://github.com/theforeman/foreman-js#readme",
Expand Down Expand Up @@ -34,14 +34,14 @@
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-object-rest-spread": "7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-modules-amd": "7.9.0",
"@babel/plugin-transform-modules-commonjs": "7.9.0",
"@babel/plugin-transform-modules-systemjs": "7.9.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/plugin-transform-object-rest-spread": "^7.23.3",
"@babel/plugin-transform-optional-chaining": "^7.23.3",
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
"@babel/preset-env": "^7.23.6",
"@babel/preset-react": "7.16.7",
"babel-plugin-dynamic-import-node": "2.3.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin-foreman/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [12.2.2](https://github.com/theforeman/foreman-js/compare/v12.2.1...v12.2.2) (2023-12-19)

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





## [12.2.1](https://github.com/theforeman/foreman-js/compare/v12.2.0...v12.2.1) (2023-12-14)

**Note:** Version bump only for package @theforeman/eslint-plugin-foreman
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-foreman/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/eslint-plugin-foreman/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theforeman/eslint-plugin-foreman",
"version": "12.2.1",
"version": "12.2.2",
"description": "Eslint plugin for the foreman",
"author": "Amir Fefer <amirfefer@gmail.com>",
"homepage": "https://github.com/theforeman/foreman-js#readme",
Expand All @@ -24,7 +24,7 @@
"test": "echo \"@theforeman/eslint-plugin-foreman does not contain any tests at the moment.\""
},
"dependencies": {
"@theforeman/vendor-dev": "^12.2.1",
"@theforeman/vendor-dev": "^12.2.2",
"babel-eslint": "^9.0.0",
"chalk": "^4.1.0",
"commander": "^4.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin-rules/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [12.2.2](https://github.com/theforeman/foreman-js/compare/v12.2.1...v12.2.2) (2023-12-19)

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





## [12.2.1](https://github.com/theforeman/foreman-js/compare/v12.2.0...v12.2.1) (2023-12-14)

**Note:** Version bump only for package @theforeman/eslint-plugin-rules
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-rules/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/eslint-plugin-rules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theforeman/eslint-plugin-rules",
"version": "12.2.1",
"version": "12.2.2",
"description": "Eslint custom rules for the foreman",
"homepage": "https://github.com/theforeman/foreman-js#readme",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/find-foreman/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [12.2.2](https://github.com/theforeman/foreman-js/compare/v12.2.1...v12.2.2) (2023-12-19)

**Note:** Version bump only for package @theforeman/find-foreman





## [12.2.1](https://github.com/theforeman/foreman-js/compare/v12.2.0...v12.2.1) (2023-12-14)

**Note:** Version bump only for package @theforeman/find-foreman
Expand Down
2 changes: 1 addition & 1 deletion packages/find-foreman/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theforeman/find-foreman",
"version": "12.2.1",
"version": "12.2.2",
"description": "For Foreman plugins to find the foreman directory relative to the plugin and return a full path. This can be useful in testing environments where you want to point testing tools at installed Foreman packages rather than duplicate them in the plugin.",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/stories/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [12.2.2](https://github.com/theforeman/foreman-js/compare/v12.2.1...v12.2.2) (2023-12-19)

**Note:** Version bump only for package @theforeman/stories





## [12.2.1](https://github.com/theforeman/foreman-js/compare/v12.2.0...v12.2.1) (2023-12-14)

**Note:** Version bump only for package @theforeman/stories
Expand Down
2 changes: 1 addition & 1 deletion packages/stories/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/stories/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theforeman/stories",
"version": "12.2.1",
"version": "12.2.2",
"description": "Documentation library for the foreman project",
"author": "Avi Sharvit <sharvita@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@storybook/addon-viewport": "^6.4.0",
"@storybook/react": "^6.4.0",
"@storybook/source-loader": "^6.4.0",
"@theforeman/builder": "^12.2.1",
"@theforeman/vendor": "^12.2.1",
"@theforeman/builder": "^12.2.2",
"@theforeman/vendor": "^12.2.2",
"babel-loader": "^8.0.6",
"babel-plugin-react-docgen": "^3.2.0",
"commander": "^4.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [12.2.2](https://github.com/theforeman/foreman-js/compare/v12.2.1...v12.2.2) (2023-12-19)

**Note:** Version bump only for package @theforeman/test





## [12.2.1](https://github.com/theforeman/foreman-js/compare/v12.2.0...v12.2.1) (2023-12-14)

**Note:** Version bump only for package @theforeman/test
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theforeman/test",
"version": "12.2.1",
"version": "12.2.2",
"description": "Test utils for theforeman",
"author": "Amir Fefer <amirfefer@gmail.com>",
"homepage": "https://github.com/theforeman/foreman-js#readme",
Expand Down Expand Up @@ -28,8 +28,8 @@
"@testing-library/jest-dom": "^5.3.0",
"@testing-library/react": "^10.0.2",
"@testing-library/react-hooks": "^3.4.2",
"@theforeman/builder": "^12.2.1",
"@theforeman/vendor-core": "^12.2.1",
"@theforeman/builder": "^12.2.2",
"@theforeman/vendor-core": "^12.2.2",
"axios-mock-adapter": "^1.1.7",
"babel-jest": "^26.3.0",
"babel-plugin-dynamic-import-node": "^2.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/vendor-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [12.2.2](https://github.com/theforeman/foreman-js/compare/v12.2.1...v12.2.2) (2023-12-19)

**Note:** Version bump only for package @theforeman/vendor-core





## [12.2.1](https://github.com/theforeman/foreman-js/compare/v12.2.0...v12.2.1) (2023-12-14)

**Note:** Version bump only for package @theforeman/vendor-core
Expand Down
2 changes: 1 addition & 1 deletion packages/vendor-core/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/vendor-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theforeman/vendor-core",
"version": "12.2.1",
"version": "12.2.2",
"description": "foreman supported 3rd-party node_modules",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/vendor-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [12.2.2](https://github.com/theforeman/foreman-js/compare/v12.2.1...v12.2.2) (2023-12-19)

**Note:** Version bump only for package @theforeman/vendor-dev





## [12.2.1](https://github.com/theforeman/foreman-js/compare/v12.2.0...v12.2.1) (2023-12-14)

**Note:** Version bump only for package @theforeman/vendor-dev
Expand Down
2 changes: 1 addition & 1 deletion packages/vendor-dev/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/vendor-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theforeman/vendor-dev",
"version": "12.2.1",
"version": "12.2.2",
"description": "foreman supported 3rd-party node_modules",
"license": "MIT",
"repository": {
Expand All @@ -22,8 +22,8 @@
"eslint.extends.js"
],
"dependencies": {
"@theforeman/find-foreman": "^12.2.1",
"@theforeman/vendor-core": "^12.2.1",
"@theforeman/find-foreman": "^12.2.2",
"@theforeman/vendor-core": "^12.2.2",
"babel-plugin-module-resolver": "^3.2.0",
"eslint-import-resolver-alias": "^1.1.2"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/vendor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [12.2.2](https://github.com/theforeman/foreman-js/compare/v12.2.1...v12.2.2) (2023-12-19)

**Note:** Version bump only for package @theforeman/vendor





## [12.2.1](https://github.com/theforeman/foreman-js/compare/v12.2.0...v12.2.1) (2023-12-14)

**Note:** Version bump only for package @theforeman/vendor
Expand Down
2 changes: 1 addition & 1 deletion packages/vendor/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/vendor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theforeman/vendor",
"version": "12.2.1",
"version": "12.2.2",
"description": "foreman supported 3rd-party node_modules",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@babel/core": "7.17.10",
"@babel/preset-env": "^7.23.6",
"@theforeman/vendor-core": "^12.2.1",
"@theforeman/vendor-core": "^12.2.2",
"babel-loader": "^8.2.3",
"compression-webpack-plugin": "^6.1.1",
"copy-webpack-plugin": "^4.6.0",
Expand Down

0 comments on commit f873d7a

Please sign in to comment.