Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pf6' into pf-v6-final-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
wise-king-sullyman committed Dec 13, 2024
2 parents 680eabb + 587afad commit 3620854
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .commitlintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ module.exports ={
// Ignore rules can be found here
// https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/is-ignored/src/defaults.ts
defaultIgnores: true,
'body-max-length': Infinity,
'body-max-line-length': Infinity,
}
2 changes: 1 addition & 1 deletion package-lock.json

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

15 changes: 15 additions & 0 deletions packages/advisor-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [2.0.2](https://github.com/RedHatInsights/frontend-components/compare/@redhat-cloud-services/frontend-components-advisor-components-2.0.1...@redhat-cloud-services/frontend-components-advisor-components-2.0.2) (2024-12-09)


### Bug Fixes

* **advisor:** bump frontend components dependency ([dc9cf69](https://github.com/RedHatInsights/frontend-components/commit/dc9cf69e34c1692663a6c71fee9cbcfe783a7559))
* **advisor:** remove the private flag from package ([5c43f53](https://github.com/RedHatInsights/frontend-components/commit/5c43f53918c7f6a4acd7596f86e0ec038591bfd4))

## [2.0.2](https://github.com/RedHatInsights/frontend-components/compare/@redhat-cloud-services/frontend-components-advisor-components-2.0.1...@redhat-cloud-services/frontend-components-advisor-components-2.0.2) (2024-12-09)


### Bug Fixes

* **advisor:** bump frontend components dependency ([dc9cf69](https://github.com/RedHatInsights/frontend-components/commit/dc9cf69e34c1692663a6c71fee9cbcfe783a7559))

## [2.0.1](https://github.com/RedHatInsights/frontend-components/compare/@redhat-cloud-services/frontend-components-advisor-components-2.0.0...@redhat-cloud-services/frontend-components-advisor-components-2.0.1) (2024-12-02)

### Dependency Updates
Expand Down
3 changes: 1 addition & 2 deletions packages/advisor-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redhat-cloud-services/frontend-components-advisor-components",
"version": "2.0.1",
"version": "2.0.2",
"description": "Components to be used in Advisor applications and integrations.",
"main": "index.js",
"module": "esm/index.js",
Expand All @@ -14,7 +14,6 @@
},
"author": "",
"license": "Apache-2.0",
"private": true,
"bugs": {
"url": "https://github.com/RedHatInsights/frontend-components/issues"
},
Expand Down

0 comments on commit 3620854

Please sign in to comment.