Skip to content

Commit f3e5ffa

Browse files
chore(release): publish
- @sb1/ffe-component-index@5.4.11 - @sb1/ffe-lists-react@9.0.0 - @sb1/ffe-lists@15.0.0
1 parent d4fa317 commit f3e5ffa

File tree

6 files changed

+30
-6
lines changed

6 files changed

+30
-6
lines changed

component-overview/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [5.4.11](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-component-index@5.4.10...@sb1/ffe-component-index@5.4.11) (2024-02-23)
7+
8+
**Note:** Version bump only for package @sb1/ffe-component-index
9+
610
## [5.4.10](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-component-index@5.4.9...@sb1/ffe-component-index@5.4.10) (2024-02-23)
711

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

component-overview/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sb1/ffe-component-index",
3-
"version": "5.4.10",
3+
"version": "5.4.11",
44
"description": "Index of FFE compontents",
55
"license": "MIT",
66
"author": "SpareBank 1 Utvikling",
@@ -70,8 +70,8 @@
7070
"@sb1/ffe-header": "^20.0.7",
7171
"@sb1/ffe-icons": "^13.0.5",
7272
"@sb1/ffe-icons-react": "^9.0.3",
73-
"@sb1/ffe-lists": "^14.0.0",
74-
"@sb1/ffe-lists-react": "^8.0.0",
73+
"@sb1/ffe-lists": "^15.0.0",
74+
"@sb1/ffe-lists-react": "^9.0.0",
7575
"@sb1/ffe-message-box": "^12.0.5",
7676
"@sb1/ffe-message-box-react": "^10.0.11",
7777
"@sb1/ffe-sb1-logos": "^1.1.4",

packages/ffe-lists-react/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
# [9.0.0](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-lists-react@8.0.0...@sb1/ffe-lists-react@9.0.0) (2024-02-23)
7+
8+
### Bug Fixes
9+
10+
- **ffe-lists-react:** fix zoom stylized numbered list ([aaca981](https://github.com/SpareBank1/designsystem/commit/aaca981a7812fc6415d3947bc7e792012a9f7283))
11+
12+
### BREAKING CHANGES
13+
14+
- **ffe-lists-react:** New markup
15+
616
# [8.0.0](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-lists-react@7.0.11...@sb1/ffe-lists-react@8.0.0) (2024-02-23)
717

818
### Bug Fixes

packages/ffe-lists-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sb1/ffe-lists-react",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"description": "React implementation of ffe-lists",
55
"license": "MIT",
66
"author": "SpareBank 1",
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@sb1/ffe-icons-react": "^9.0.3",
29-
"@sb1/ffe-lists": "^14.0.0",
29+
"@sb1/ffe-lists": "^15.0.0",
3030
"classnames": "^2.3.1",
3131
"prop-types": "^15.7.2"
3232
},

packages/ffe-lists/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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+
# [15.0.0](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-lists@14.0.0...@sb1/ffe-lists@15.0.0) (2024-02-23)
7+
8+
### Bug Fixes
9+
10+
- **ffe-lists:** fix zoom stylized numbered list ([c4c24ad](https://github.com/SpareBank1/designsystem/commit/c4c24ad9d62f3a5739b841ec8a18f947dbdb0925))
11+
12+
### BREAKING CHANGES
13+
14+
- **ffe-lists:** New markup
15+
616
# [14.0.0](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-lists@13.0.5...@sb1/ffe-lists@14.0.0) (2024-02-23)
717

818
### Bug Fixes

packages/ffe-lists/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sb1/ffe-lists",
3-
"version": "14.0.0",
3+
"version": "15.0.0",
44
"description": "Lists in ffe",
55
"license": "MIT",
66
"author": "SpareBank 1",

0 commit comments

Comments
 (0)