Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sb1-designsystem committed Jan 29, 2025
1 parent 7c56452 commit 7b65209
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 6 deletions.
8 changes: 8 additions & 0 deletions component-overview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.98](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2025-01-29)

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





## [8.4.97](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2025-01-27)

**Note:** Version bump only for package @sb1/ffe-component-index
Expand Down
6 changes: 3 additions & 3 deletions component-overview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb1/ffe-component-index",
"version": "8.4.97",
"version": "8.4.98",
"description": "Index of FFE compontents",
"license": "MIT",
"author": "SpareBank 1 Utvikling",
Expand Down Expand Up @@ -45,8 +45,8 @@
"@sb1/ffe-account-selector-react": "^30.1.15",
"@sb1/ffe-buttons": "^19.1.4",
"@sb1/ffe-buttons-react": "^24.0.33",
"@sb1/ffe-cards": "^20.4.5",
"@sb1/ffe-cards-react": "^17.6.8",
"@sb1/ffe-cards": "^21.0.0",
"@sb1/ffe-cards-react": "^18.0.0",
"@sb1/ffe-chart-donut-react": "^8.1.1",
"@sb1/ffe-chips": "^2.0.1",
"@sb1/ffe-chips-react": "^2.0.2",
Expand Down
16 changes: 16 additions & 0 deletions packages/ffe-cards-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.0.0](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2025-01-29)


### Features

* **ffe-cards-react:** allow two icons on iconCard ([f30f94d](https://github.com/SpareBank1/designsystem/commit/f30f94d120aa92ee70c2597b05d09528ec116d12))


### BREAKING CHANGES

* **ffe-cards-react:** removes and replaces "IconPosition"-prop and styling with "rightIcon" prop.





## [17.6.8](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2025-01-27)

**Note:** Version bump only for package @sb1/ffe-cards-react
Expand Down
4 changes: 2 additions & 2 deletions packages/ffe-cards-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb1/ffe-cards-react",
"version": "17.6.8",
"version": "18.0.0",
"description": "React implementation of ffe-react",
"license": "MIT",
"author": "SpareBank 1",
Expand All @@ -26,7 +26,7 @@
"test:watch": "ffe-buildtool jest --watch"
},
"dependencies": {
"@sb1/ffe-cards": "^20.4.5"
"@sb1/ffe-cards": "^21.0.0"
},
"devDependencies": {
"@sb1/ffe-buildtool": "^0.9.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/ffe-cards/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [21.0.0](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2025-01-29)


### Features

* **ffe-cards:** allow two icons on iconCard ([d262e43](https://github.com/SpareBank1/designsystem/commit/d262e43a90cee0cd2747941ff5518ec58f9d6b0f))


### BREAKING CHANGES

* **ffe-cards:** removes "iconPosition"-related styling





## [20.4.5](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2025-01-27)

**Note:** Version bump only for package @sb1/ffe-cards
Expand Down
2 changes: 1 addition & 1 deletion packages/ffe-cards/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb1/ffe-cards",
"version": "20.4.5",
"version": "21.0.0",
"description": "Kort for bruk i oversikter",
"license": "MIT",
"author": "SpareBank 1",
Expand Down

0 comments on commit 7b65209

Please sign in to comment.