Skip to content

Commit 77a5a68

Browse files
chore(release): publish
- @sb1/[email protected] - @sb1/[email protected] - @sb1/[email protected] - @sb1/[email protected]
1 parent 9fbca2b commit 77a5a68

File tree

8 files changed

+46
-8
lines changed

8 files changed

+46
-8
lines changed

component-overview/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.4.139](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2025-03-26)
7+
8+
**Note:** Version bump only for package @sb1/ffe-component-index
9+
10+
11+
12+
13+
614
## [8.4.138](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2025-03-25)
715

816
**Note:** Version bump only for package @sb1/ffe-component-index

component-overview/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sb1/ffe-component-index",
3-
"version": "8.4.138",
3+
"version": "8.4.139",
44
"description": "Index of FFE compontents",
55
"license": "MIT",
66
"author": "SpareBank 1 Utvikling",
@@ -69,11 +69,11 @@
6969
"@sb1/ffe-icons": "^17.0.0",
7070
"@sb1/ffe-icons-react": "^11.0.20",
7171
"@sb1/ffe-lists": "^18.0.14",
72-
"@sb1/ffe-lists-react": "^13.0.14",
72+
"@sb1/ffe-lists-react": "^13.0.15",
7373
"@sb1/ffe-messages": "^2.0.19",
7474
"@sb1/ffe-messages-react": "^2.0.21",
75-
"@sb1/ffe-modals": "^2.0.15",
76-
"@sb1/ffe-modals-react": "^1.1.30",
75+
"@sb1/ffe-modals": "^2.0.16",
76+
"@sb1/ffe-modals-react": "^1.1.31",
7777
"@sb1/ffe-pagination": "^3.0.16",
7878
"@sb1/ffe-pagination-react": "^1.2.62",
7979
"@sb1/ffe-sb1-logos": "^1.1.6",

packages/ffe-lists-react/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [13.0.15](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2025-03-26)
7+
8+
**Note:** Version bump only for package @sb1/ffe-lists-react
9+
10+
11+
12+
13+
614
## [13.0.14](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2025-03-24)
715

816
**Note:** Version bump only for package @sb1/ffe-lists-react

packages/ffe-lists-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sb1/ffe-lists-react",
3-
"version": "13.0.14",
3+
"version": "13.0.15",
44
"description": "React implementation of ffe-lists",
55
"license": "MIT",
66
"author": "SpareBank 1",

packages/ffe-modals-react/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.31](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2025-03-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **ffe-modals-react:** tar i bruk secondarybutton i modal close btn ([f898746](https://github.com/SpareBank1/designsystem/commit/f898746301e9bf41f3db1e70895013f76971b930))
12+
13+
14+
15+
16+
617
## [1.1.30](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2025-03-24)
718

819
**Note:** Version bump only for package @sb1/ffe-modals-react

packages/ffe-modals-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sb1/ffe-modals-react",
3-
"version": "1.1.30",
3+
"version": "1.1.31",
44
"license": "MIT",
55
"author": "SpareBank 1",
66
"files": [
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@sb1/ffe-icons-react": "^11.0.20",
29-
"@sb1/ffe-modals": "^2.0.15",
29+
"@sb1/ffe-modals": "^2.0.16",
3030
"dialog-polyfill": "^0.5.6"
3131
},
3232
"devDependencies": {

packages/ffe-modals/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.16](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2025-03-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **ffe-modals:** justerer styling close-button modal ([d97890f](https://github.com/SpareBank1/designsystem/commit/d97890f77d9e2311a227903d633e2dacb3356158))
12+
13+
14+
15+
16+
617
## [2.0.15](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2025-03-24)
718

819
**Note:** Version bump only for package @sb1/ffe-modals

packages/ffe-modals/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sb1/ffe-modals",
3-
"version": "2.0.15",
3+
"version": "2.0.16",
44
"description": "Modals in ffe",
55
"license": "MIT",
66
"author": "SpareBank 1",

0 commit comments

Comments
 (0)