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 Mar 6, 2024
1 parent 93bc4e8 commit a16b7e5
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 7 deletions.
4 changes: 4 additions & 0 deletions component-overview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.4.20](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-03-06)

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

## [5.4.19](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-03-05)

**Note:** Version bump only for package @sb1/ffe-component-index
Expand Down
8 changes: 4 additions & 4 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": "5.4.19",
"version": "5.4.20",
"description": "Index of FFE compontents",
"license": "MIT",
"author": "SpareBank 1 Utvikling",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@sb1/ffe-chart-donut-react": "^5.3.1",
"@sb1/ffe-collapse-react": "^2.0.12",
"@sb1/ffe-context-message": "^8.0.8",
"@sb1/ffe-context-message-react": "^9.0.15",
"@sb1/ffe-context-message-react": "^9.0.16",
"@sb1/ffe-core": "^27.3.3",
"@sb1/ffe-core-react": "^7.2.5",
"@sb1/ffe-datepicker": "^12.0.19",
Expand All @@ -73,15 +73,15 @@
"@sb1/ffe-lists": "^15.0.3",
"@sb1/ffe-lists-react": "^9.0.3",
"@sb1/ffe-message-box": "^12.0.7",
"@sb1/ffe-message-box-react": "^10.0.14",
"@sb1/ffe-message-box-react": "^10.0.15",
"@sb1/ffe-sb1-logos": "^1.1.4",
"@sb1/ffe-searchable-dropdown-react": "^17.0.28",
"@sb1/ffe-spinner": "^5.0.13",
"@sb1/ffe-spinner-react": "^7.0.6",
"@sb1/ffe-symbols": "^3.0.0",
"@sb1/ffe-symbols-react": "^4.0.0",
"@sb1/ffe-system-message": "^8.0.7",
"@sb1/ffe-system-message-react": "^8.0.16",
"@sb1/ffe-system-message-react": "^8.0.17",
"@sb1/ffe-tables": "^14.0.7",
"@sb1/ffe-tables-react": "^8.0.14",
"@sb1/ffe-tabs": "^13.1.9",
Expand Down
6 changes: 6 additions & 0 deletions packages/ffe-context-message-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.0.16](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-03-06)

### Bug Fixes

- **ffe-context-message-react:** translations of aria labels ([b19e6be](https://github.com/SpareBank1/designsystem/commit/b19e6be2c4a901b47af8083c6780676ebc761f23))

## [9.0.15](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-02-28)

**Note:** Version bump only for package @sb1/ffe-context-message-react
Expand Down
2 changes: 1 addition & 1 deletion packages/ffe-context-message-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb1/ffe-context-message-react",
"version": "9.0.15",
"version": "9.0.16",
"description": "React implementation of ffe-context-message component",
"keywords": [
"ffe"
Expand Down
6 changes: 6 additions & 0 deletions packages/ffe-message-box-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.0.15](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-03-06)

### Bug Fixes

- **ffe-message-box-react:** remove aria-label on icon ([0acceaa](https://github.com/SpareBank1/designsystem/commit/0acceaa521ecebfadd1becbe2067d3f3ebd5111b))

## [10.0.14](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-03-05)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/ffe-message-box-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb1/ffe-message-box-react",
"version": "10.0.14",
"version": "10.0.15",
"license": "MIT",
"author": "SpareBank 1",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/ffe-system-message-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [8.0.17](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-03-06)

### Bug Fixes

- **ffe-system-message-react:** remove aria-label on icon ([c6c2720](https://github.com/SpareBank1/designsystem/commit/c6c27201028077cc9c21f9ae83010669c5317459))

## [8.0.16](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-03-05)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/ffe-system-message-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb1/ffe-system-message-react",
"version": "8.0.16",
"version": "8.0.17",
"description": "SpareBank 1 System Message komponent",
"license": "MIT",
"author": "SpareBank 1",
Expand Down

0 comments on commit a16b7e5

Please sign in to comment.