From 1c5e740703711efb9002c4ed8f86e0e4f6356ceb Mon Sep 17 00:00:00 2001 From: sb1-designsystem Date: Tue, 25 Jun 2024 09:48:00 +0000 Subject: [PATCH] chore(release): publish - @sb1/ffe-component-index@8.0.8 - @sb1/ffe-modals@0.2.2 - @sb1/ffe-modals-react@0.3.2 --- component-overview/CHANGELOG.md | 8 ++++++++ component-overview/package.json | 6 +++--- packages/ffe-modals-react/CHANGELOG.md | 11 +++++++++++ packages/ffe-modals-react/package.json | 4 ++-- packages/ffe-modals/CHANGELOG.md | 11 +++++++++++ packages/ffe-modals/package.json | 2 +- 6 files changed, 36 insertions(+), 6 deletions(-) diff --git a/component-overview/CHANGELOG.md b/component-overview/CHANGELOG.md index f2dc5884df..7244402fab 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.0.8](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-component-index@8.0.7...@sb1/ffe-component-index@8.0.8) (2024-06-25) + +**Note:** Version bump only for package @sb1/ffe-component-index + + + + + ## [8.0.7](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-component-index@8.0.6...@sb1/ffe-component-index@8.0.7) (2024-06-25) **Note:** Version bump only for package @sb1/ffe-component-index diff --git a/component-overview/package.json b/component-overview/package.json index 2a015076db..01457ccf88 100644 --- a/component-overview/package.json +++ b/component-overview/package.json @@ -1,6 +1,6 @@ { "name": "@sb1/ffe-component-index", - "version": "8.0.7", + "version": "8.0.8", "description": "Index of FFE compontents", "license": "MIT", "author": "SpareBank 1 Utvikling", @@ -71,8 +71,8 @@ "@sb1/ffe-lists-react": "^10.0.8", "@sb1/ffe-messages": "^0.2.5", "@sb1/ffe-messages-react": "^0.2.6", - "@sb1/ffe-modals": "^0.2.1", - "@sb1/ffe-modals-react": "^0.3.1", + "@sb1/ffe-modals": "^0.2.2", + "@sb1/ffe-modals-react": "^0.3.2", "@sb1/ffe-sb1-logos": "^1.1.6", "@sb1/ffe-searchable-dropdown-react": "^19.0.11", "@sb1/ffe-spinner": "^5.1.12", diff --git a/packages/ffe-modals-react/CHANGELOG.md b/packages/ffe-modals-react/CHANGELOG.md index 55e43506f0..9734b0765e 100644 --- a/packages/ffe-modals-react/CHANGELOG.md +++ b/packages/ffe-modals-react/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. +## [0.3.2](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-modals-react@0.3.1...@sb1/ffe-modals-react@0.3.2) (2024-06-25) + + +### Bug Fixes + +* **ffe-modals-react:** fix overflow ([dd4f9c0](https://github.com/SpareBank1/designsystem/commit/dd4f9c0bf00e1fe5fb6bf01776113d5452464ec8)) + + + + + ## [0.3.1](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-modals-react@0.3.0...@sb1/ffe-modals-react@0.3.1) (2024-06-25) diff --git a/packages/ffe-modals-react/package.json b/packages/ffe-modals-react/package.json index 5df19211b3..01df246d86 100644 --- a/packages/ffe-modals-react/package.json +++ b/packages/ffe-modals-react/package.json @@ -1,6 +1,6 @@ { "name": "@sb1/ffe-modals-react", - "version": "0.3.1", + "version": "0.3.2", "license": "MIT", "author": "SpareBank 1", "files": [ @@ -26,7 +26,7 @@ }, "dependencies": { "@sb1/ffe-icons-react": "^10.0.5", - "@sb1/ffe-modals": "^0.2.1" + "@sb1/ffe-modals": "^0.2.2" }, "devDependencies": { "@sb1/ffe-buildtool": "^0.6.4", diff --git a/packages/ffe-modals/CHANGELOG.md b/packages/ffe-modals/CHANGELOG.md index ff5100d948..aa3bfe9faa 100644 --- a/packages/ffe-modals/CHANGELOG.md +++ b/packages/ffe-modals/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. +## [0.2.2](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-modals@0.2.1...@sb1/ffe-modals@0.2.2) (2024-06-25) + + +### Bug Fixes + +* **ffe-modals:** remove unused css ([1151fe0](https://github.com/SpareBank1/designsystem/commit/1151fe06409d04ff3df9ec838e9424e0052f0d36)) + + + + + ## [0.2.1](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-modals@0.2.0...@sb1/ffe-modals@0.2.1) (2024-06-25) diff --git a/packages/ffe-modals/package.json b/packages/ffe-modals/package.json index 17e533cc29..2e5055da93 100644 --- a/packages/ffe-modals/package.json +++ b/packages/ffe-modals/package.json @@ -1,6 +1,6 @@ { "name": "@sb1/ffe-modals", - "version": "0.2.1", + "version": "0.2.2", "description": "Modals in ffe", "license": "MIT", "author": "SpareBank 1",