diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ba193ce..d96565e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.1.1](https://github.com/theforeman/foreman-js/compare/v12.1.0...v12.1.1) (2023-05-30) + + +### Bug Fixes + +* **vendor-dev:** fix lint failures when theforeman/stories is not installed ([9258698](https://github.com/theforeman/foreman-js/commit/9258698b261394c8fd522dd770e046872bc7704b)) + + + + + # [12.1.0](https://github.com/theforeman/foreman-js/compare/v12.0.2...v12.1.0) (2023-05-05) diff --git a/lerna.json b/lerna.json index 21fb8cb5..ca72fc90 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "12.1.0", + "version": "12.1.1", "npmClient": "npm", "packages": [ "packages/*" diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index 37c8365f..8ab47d40 100644 --- a/packages/builder/CHANGELOG.md +++ b/packages/builder/CHANGELOG.md @@ -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.1.1](https://github.com/theforeman/foreman-js/compare/v12.1.0...v12.1.1) (2023-05-30) + +**Note:** Version bump only for package @theforeman/builder + + + + + # [12.1.0](https://github.com/theforeman/foreman-js/compare/v12.0.2...v12.1.0) (2023-05-05) **Note:** Version bump only for package @theforeman/builder diff --git a/packages/builder/package-lock.json b/packages/builder/package-lock.json index ff115b1a..6a82c6e6 100644 --- a/packages/builder/package-lock.json +++ b/packages/builder/package-lock.json @@ -1,6 +1,6 @@ { "name": "@theforeman/builder", - "version": "12.1.0", + "version": "12.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/builder/package.json b/packages/builder/package.json index 630f1432..5e7ae711 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@theforeman/builder", - "version": "12.1.0", + "version": "12.1.1", "description": "Build production and development bundle files for foreman core and plugins.", "author": "Avi Sharvit ", "homepage": "https://github.com/theforeman/foreman-js#readme", diff --git a/packages/eslint-plugin-foreman/CHANGELOG.md b/packages/eslint-plugin-foreman/CHANGELOG.md index 3988b354..23557437 100644 --- a/packages/eslint-plugin-foreman/CHANGELOG.md +++ b/packages/eslint-plugin-foreman/CHANGELOG.md @@ -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.1.1](https://github.com/theforeman/foreman-js/compare/v12.1.0...v12.1.1) (2023-05-30) + +**Note:** Version bump only for package @theforeman/eslint-plugin-foreman + + + + + # [12.1.0](https://github.com/theforeman/foreman-js/compare/v12.0.2...v12.1.0) (2023-05-05) **Note:** Version bump only for package @theforeman/eslint-plugin-foreman diff --git a/packages/eslint-plugin-foreman/package-lock.json b/packages/eslint-plugin-foreman/package-lock.json index a6b70247..e70db3b2 100644 --- a/packages/eslint-plugin-foreman/package-lock.json +++ b/packages/eslint-plugin-foreman/package-lock.json @@ -1,6 +1,6 @@ { "name": "@theforeman/eslint-plugin-foreman", - "version": "12.1.0", + "version": "12.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/eslint-plugin-foreman/package.json b/packages/eslint-plugin-foreman/package.json index a9931b18..a2f6f631 100644 --- a/packages/eslint-plugin-foreman/package.json +++ b/packages/eslint-plugin-foreman/package.json @@ -1,6 +1,6 @@ { "name": "@theforeman/eslint-plugin-foreman", - "version": "12.1.0", + "version": "12.1.1", "description": "Eslint plugin for the foreman", "author": "Amir Fefer ", "homepage": "https://github.com/theforeman/foreman-js#readme", @@ -24,7 +24,7 @@ "test": "echo \"@theforeman/eslint-plugin-foreman does not contain any tests at the moment.\"" }, "dependencies": { - "@theforeman/vendor-dev": "^12.1.0", + "@theforeman/vendor-dev": "^12.1.1", "babel-eslint": "^9.0.0", "chalk": "^4.1.0", "commander": "^4.0.1", diff --git a/packages/eslint-plugin-rules/CHANGELOG.md b/packages/eslint-plugin-rules/CHANGELOG.md index be7424cf..1c955996 100644 --- a/packages/eslint-plugin-rules/CHANGELOG.md +++ b/packages/eslint-plugin-rules/CHANGELOG.md @@ -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.1.1](https://github.com/theforeman/foreman-js/compare/v12.1.0...v12.1.1) (2023-05-30) + +**Note:** Version bump only for package @theforeman/eslint-plugin-rules + + + + + # [12.1.0](https://github.com/theforeman/foreman-js/compare/v12.0.2...v12.1.0) (2023-05-05) diff --git a/packages/eslint-plugin-rules/package-lock.json b/packages/eslint-plugin-rules/package-lock.json index 0817e25f..65d9d675 100644 --- a/packages/eslint-plugin-rules/package-lock.json +++ b/packages/eslint-plugin-rules/package-lock.json @@ -1,6 +1,6 @@ { "name": "@theforeman/eslint-plugin-rules", - "version": "12.1.0", + "version": "12.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/eslint-plugin-rules/package.json b/packages/eslint-plugin-rules/package.json index 4e2bf7ea..920e478f 100644 --- a/packages/eslint-plugin-rules/package.json +++ b/packages/eslint-plugin-rules/package.json @@ -1,6 +1,6 @@ { "name": "@theforeman/eslint-plugin-rules", - "version": "12.1.0", + "version": "12.1.1", "description": "Eslint custom rules for the foreman", "homepage": "https://github.com/theforeman/foreman-js#readme", "bugs": { diff --git a/packages/find-foreman/CHANGELOG.md b/packages/find-foreman/CHANGELOG.md index 86fbc7c4..0b32fc25 100644 --- a/packages/find-foreman/CHANGELOG.md +++ b/packages/find-foreman/CHANGELOG.md @@ -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.1.1](https://github.com/theforeman/foreman-js/compare/v12.1.0...v12.1.1) (2023-05-30) + +**Note:** Version bump only for package @theforeman/find-foreman + + + + + # [12.1.0](https://github.com/theforeman/foreman-js/compare/v12.0.2...v12.1.0) (2023-05-05) **Note:** Version bump only for package @theforeman/find-foreman diff --git a/packages/find-foreman/package.json b/packages/find-foreman/package.json index 95ecaf9b..824b9c9a 100644 --- a/packages/find-foreman/package.json +++ b/packages/find-foreman/package.json @@ -1,6 +1,6 @@ { "name": "@theforeman/find-foreman", - "version": "12.1.0", + "version": "12.1.1", "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": { diff --git a/packages/stories/CHANGELOG.md b/packages/stories/CHANGELOG.md index 4c3ea388..08092689 100644 --- a/packages/stories/CHANGELOG.md +++ b/packages/stories/CHANGELOG.md @@ -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.1.1](https://github.com/theforeman/foreman-js/compare/v12.1.0...v12.1.1) (2023-05-30) + +**Note:** Version bump only for package @theforeman/stories + + + + + # [12.1.0](https://github.com/theforeman/foreman-js/compare/v12.0.2...v12.1.0) (2023-05-05) **Note:** Version bump only for package @theforeman/stories diff --git a/packages/stories/package-lock.json b/packages/stories/package-lock.json index 95ac87f3..79c11f9f 100644 --- a/packages/stories/package-lock.json +++ b/packages/stories/package-lock.json @@ -1,6 +1,6 @@ { "name": "@theforeman/stories", - "version": "12.1.0", + "version": "12.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/stories/package.json b/packages/stories/package.json index 6b747cf8..7c1a2c61 100644 --- a/packages/stories/package.json +++ b/packages/stories/package.json @@ -1,6 +1,6 @@ { "name": "@theforeman/stories", - "version": "12.1.0", + "version": "12.1.1", "description": "Documentation library for the foreman project", "author": "Avi Sharvit ", "license": "MIT", @@ -40,8 +40,8 @@ "@storybook/addon-viewport": "^6.4.0", "@storybook/react": "^6.4.0", "@storybook/source-loader": "^6.4.0", - "@theforeman/builder": "^12.1.0", - "@theforeman/vendor": "^12.1.0", + "@theforeman/builder": "^12.1.1", + "@theforeman/vendor": "^12.1.1", "babel-loader": "^8.0.6", "babel-plugin-react-docgen": "^3.2.0", "commander": "^4.0.1", diff --git a/packages/test/CHANGELOG.md b/packages/test/CHANGELOG.md index 2d06ce67..fdd9cdf8 100644 --- a/packages/test/CHANGELOG.md +++ b/packages/test/CHANGELOG.md @@ -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.1.1](https://github.com/theforeman/foreman-js/compare/v12.1.0...v12.1.1) (2023-05-30) + +**Note:** Version bump only for package @theforeman/test + + + + + # [12.1.0](https://github.com/theforeman/foreman-js/compare/v12.0.2...v12.1.0) (2023-05-05) **Note:** Version bump only for package @theforeman/test diff --git a/packages/test/package-lock.json b/packages/test/package-lock.json index 39876661..e51b6217 100644 --- a/packages/test/package-lock.json +++ b/packages/test/package-lock.json @@ -1,6 +1,6 @@ { "name": "@theforeman/test", - "version": "12.1.0", + "version": "12.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/test/package.json b/packages/test/package.json index abc4b69b..9507db94 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@theforeman/test", - "version": "12.1.0", + "version": "12.1.1", "description": "Test utils for theforeman", "author": "Amir Fefer ", "homepage": "https://github.com/theforeman/foreman-js#readme", @@ -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.1.0", - "@theforeman/vendor-core": "^12.1.0", + "@theforeman/builder": "^12.1.1", + "@theforeman/vendor-core": "^12.1.1", "axios-mock-adapter": "^1.1.7", "babel-jest": "^26.3.0", "babel-plugin-dynamic-import-node": "^2.0.0", diff --git a/packages/vendor-core/CHANGELOG.md b/packages/vendor-core/CHANGELOG.md index 13b91330..ba25a8fd 100644 --- a/packages/vendor-core/CHANGELOG.md +++ b/packages/vendor-core/CHANGELOG.md @@ -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.1.1](https://github.com/theforeman/foreman-js/compare/v12.1.0...v12.1.1) (2023-05-30) + +**Note:** Version bump only for package @theforeman/vendor-core + + + + + # [12.1.0](https://github.com/theforeman/foreman-js/compare/v12.0.2...v12.1.0) (2023-05-05) **Note:** Version bump only for package @theforeman/vendor-core diff --git a/packages/vendor-core/package-lock.json b/packages/vendor-core/package-lock.json index a360ec18..524df104 100644 --- a/packages/vendor-core/package-lock.json +++ b/packages/vendor-core/package-lock.json @@ -1,6 +1,6 @@ { "name": "@theforeman/vendor-core", - "version": "12.1.0", + "version": "12.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/vendor-core/package.json b/packages/vendor-core/package.json index 5affe451..23607eb0 100644 --- a/packages/vendor-core/package.json +++ b/packages/vendor-core/package.json @@ -1,6 +1,6 @@ { "name": "@theforeman/vendor-core", - "version": "12.1.0", + "version": "12.1.1", "description": "foreman supported 3rd-party node_modules", "license": "MIT", "repository": { diff --git a/packages/vendor-dev/CHANGELOG.md b/packages/vendor-dev/CHANGELOG.md index 4aeb35ed..768dc6e3 100644 --- a/packages/vendor-dev/CHANGELOG.md +++ b/packages/vendor-dev/CHANGELOG.md @@ -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.1.1](https://github.com/theforeman/foreman-js/compare/v12.1.0...v12.1.1) (2023-05-30) + + +### Bug Fixes + +* **vendor-dev:** fix lint failures when theforeman/stories is not installed ([9258698](https://github.com/theforeman/foreman-js/commit/9258698b261394c8fd522dd770e046872bc7704b)) + + + + + # [12.1.0](https://github.com/theforeman/foreman-js/compare/v12.0.2...v12.1.0) (2023-05-05) **Note:** Version bump only for package @theforeman/vendor-dev diff --git a/packages/vendor-dev/package-lock.json b/packages/vendor-dev/package-lock.json index 9b739cc5..08351c1b 100644 --- a/packages/vendor-dev/package-lock.json +++ b/packages/vendor-dev/package-lock.json @@ -1,6 +1,6 @@ { "name": "@theforeman/vendor-dev", - "version": "12.1.0", + "version": "12.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/vendor-dev/package.json b/packages/vendor-dev/package.json index a6fa5af3..fe3a580d 100644 --- a/packages/vendor-dev/package.json +++ b/packages/vendor-dev/package.json @@ -1,6 +1,6 @@ { "name": "@theforeman/vendor-dev", - "version": "12.1.0", + "version": "12.1.1", "description": "foreman supported 3rd-party node_modules", "license": "MIT", "repository": { @@ -22,8 +22,8 @@ "eslint.extends.js" ], "dependencies": { - "@theforeman/find-foreman": "^12.1.0", - "@theforeman/vendor-core": "^12.1.0", + "@theforeman/find-foreman": "^12.1.1", + "@theforeman/vendor-core": "^12.1.1", "babel-plugin-module-resolver": "^3.2.0", "eslint-import-resolver-alias": "^1.1.2" } diff --git a/packages/vendor/CHANGELOG.md b/packages/vendor/CHANGELOG.md index 8dded591..187ced76 100644 --- a/packages/vendor/CHANGELOG.md +++ b/packages/vendor/CHANGELOG.md @@ -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.1.1](https://github.com/theforeman/foreman-js/compare/v12.1.0...v12.1.1) (2023-05-30) + +**Note:** Version bump only for package @theforeman/vendor + + + + + # [12.1.0](https://github.com/theforeman/foreman-js/compare/v12.0.2...v12.1.0) (2023-05-05) **Note:** Version bump only for package @theforeman/vendor diff --git a/packages/vendor/package-lock.json b/packages/vendor/package-lock.json index 37ba8dca..4f5bd857 100644 --- a/packages/vendor/package-lock.json +++ b/packages/vendor/package-lock.json @@ -1,6 +1,6 @@ { "name": "@theforeman/vendor", - "version": "12.1.0", + "version": "12.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/vendor/package.json b/packages/vendor/package.json index 064cd9da..ba74a256 100644 --- a/packages/vendor/package.json +++ b/packages/vendor/package.json @@ -1,6 +1,6 @@ { "name": "@theforeman/vendor", - "version": "12.1.0", + "version": "12.1.1", "description": "foreman supported 3rd-party node_modules", "license": "MIT", "repository": { @@ -41,7 +41,7 @@ "devDependencies": { "@babel/core": "7.17.10", "@babel/preset-env": "7.17.10", - "@theforeman/vendor-core": "^12.1.0", + "@theforeman/vendor-core": "^12.1.1", "babel-loader": "^8.2.3", "compression-webpack-plugin": "^6.1.1", "copy-webpack-plugin": "^4.6.0",