diff --git a/component-overview/CHANGELOG.md b/component-overview/CHANGELOG.md index 7a17e7a4d3..0f122a7c10 100644 --- a/component-overview/CHANGELOG.md +++ b/component-overview/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. +## [8.2.23](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-component-index@8.2.22...@sb1/ffe-component-index@8.2.23) (2024-08-12) + +**Note:** Version bump only for package @sb1/ffe-component-index + + + + + ## [8.2.22](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-component-index@8.2.21...@sb1/ffe-component-index@8.2.22) (2024-08-07) **Note:** Version bump only for package @sb1/ffe-component-index diff --git a/component-overview/package.json b/component-overview/package.json index 7ca0e44282..80de202928 100644 --- a/component-overview/package.json +++ b/component-overview/package.json @@ -1,6 +1,6 @@ { "name": "@sb1/ffe-component-index", - "version": "8.2.22", + "version": "8.2.23", "description": "Index of FFE compontents", "license": "MIT", "author": "SpareBank 1 Utvikling", @@ -45,8 +45,8 @@ "@sb1/ffe-account-selector-react": "^27.0.6", "@sb1/ffe-buttons": "^18.0.35", "@sb1/ffe-buttons-react": "^24.0.4", - "@sb1/ffe-cards": "^19.2.3", - "@sb1/ffe-cards-react": "^17.1.5", + "@sb1/ffe-cards": "^19.2.4", + "@sb1/ffe-cards-react": "^17.1.6", "@sb1/ffe-chart-donut-react": "^7.0.2", "@sb1/ffe-collapse-react": "^5.0.3", "@sb1/ffe-core": "^28.0.1", diff --git a/packages/ffe-cards-react/CHANGELOG.md b/packages/ffe-cards-react/CHANGELOG.md index 1f0f627ced..685135b62b 100644 --- a/packages/ffe-cards-react/CHANGELOG.md +++ b/packages/ffe-cards-react/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. +## [17.1.6](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-cards-react@17.1.5...@sb1/ffe-cards-react@17.1.6) (2024-08-12) + +**Note:** Version bump only for package @sb1/ffe-cards-react + + + + + ## [17.1.5](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-cards-react@17.1.4...@sb1/ffe-cards-react@17.1.5) (2024-08-06) **Note:** Version bump only for package @sb1/ffe-cards-react diff --git a/packages/ffe-cards-react/package.json b/packages/ffe-cards-react/package.json index cb95834d0a..9dd9bea841 100644 --- a/packages/ffe-cards-react/package.json +++ b/packages/ffe-cards-react/package.json @@ -1,6 +1,6 @@ { "name": "@sb1/ffe-cards-react", - "version": "17.1.5", + "version": "17.1.6", "description": "React implementation of ffe-react", "license": "MIT", "author": "SpareBank 1", @@ -26,7 +26,7 @@ "test:watch": "ffe-buildtool jest --watch" }, "dependencies": { - "@sb1/ffe-cards": "^19.2.3" + "@sb1/ffe-cards": "^19.2.4" }, "devDependencies": { "@sb1/ffe-buildtool": "^0.7.1", diff --git a/packages/ffe-cards/CHANGELOG.md b/packages/ffe-cards/CHANGELOG.md index 502cdff00b..ec0b5ad9f4 100644 --- a/packages/ffe-cards/CHANGELOG.md +++ b/packages/ffe-cards/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. +## [19.2.4](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-cards@19.2.3...@sb1/ffe-cards@19.2.4) (2024-08-12) + + +### Bug Fixes + +* **ffe-cards:** no margin on group card element ([289386a](https://github.com/SpareBank1/designsystem/commit/289386ac668d33b72dc9084c6b579731d29be5af)) + + + + + ## [19.2.3](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-cards@19.2.2...@sb1/ffe-cards@19.2.3) (2024-08-06) **Note:** Version bump only for package @sb1/ffe-cards diff --git a/packages/ffe-cards/package.json b/packages/ffe-cards/package.json index 636f996674..d4f82ec15e 100644 --- a/packages/ffe-cards/package.json +++ b/packages/ffe-cards/package.json @@ -1,6 +1,6 @@ { "name": "@sb1/ffe-cards", - "version": "19.2.3", + "version": "19.2.4", "description": "Kort for bruk i oversikter", "license": "MIT", "author": "SpareBank 1",