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 15, 2024
1 parent 8bb8724 commit 7d4a32b
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 10 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.24](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-03-15)

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

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

**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.23",
"version": "5.4.24",
"description": "Index of FFE compontents",
"license": "MIT",
"author": "SpareBank 1 Utvikling",
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@sb1/ffe-accordion": "^10.0.9",
"@sb1/ffe-accordion-react": "^11.0.15",
"@sb1/ffe-account-selector-react": "^23.0.31",
"@sb1/ffe-account-selector-react": "^23.0.32",
"@sb1/ffe-buttons": "^18.0.14",
"@sb1/ffe-buttons-react": "^21.0.11",
"@sb1/ffe-cards": "^17.0.10",
Expand Down Expand Up @@ -75,9 +75,9 @@
"@sb1/ffe-message-box": "^12.0.9",
"@sb1/ffe-message-box-react": "^10.0.17",
"@sb1/ffe-sb1-logos": "^1.1.4",
"@sb1/ffe-searchable-dropdown-react": "^17.0.31",
"@sb1/ffe-searchable-dropdown-react": "^17.0.32",
"@sb1/ffe-spinner": "^5.0.15",
"@sb1/ffe-spinner-react": "^7.0.8",
"@sb1/ffe-spinner-react": "^7.0.9",
"@sb1/ffe-symbols": "^3.0.0",
"@sb1/ffe-symbols-react": "^4.0.0",
"@sb1/ffe-system-message": "^8.0.9",
Expand Down
4 changes: 4 additions & 0 deletions packages/ffe-account-selector-react/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.

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

**Note:** Version bump only for package @sb1/ffe-account-selector-react

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

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/ffe-account-selector-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb1/ffe-account-selector-react",
"version": "23.0.31",
"version": "23.0.32",
"description": "Selector for bank accounts with autocomplete.",
"keywords": [
"ffe"
Expand Down Expand Up @@ -33,8 +33,8 @@
"@sb1/ffe-form-react": "^16.0.10",
"@sb1/ffe-formatters": "^4.1.1",
"@sb1/ffe-icons-react": "^9.0.4",
"@sb1/ffe-searchable-dropdown-react": "^17.0.31",
"@sb1/ffe-spinner-react": "^7.0.8",
"@sb1/ffe-searchable-dropdown-react": "^17.0.32",
"@sb1/ffe-spinner-react": "^7.0.9",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
"react-auto-bind": "^0.4.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/ffe-searchable-dropdown-react/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.

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

**Note:** Version bump only for package @sb1/ffe-searchable-dropdown-react

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

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/ffe-searchable-dropdown-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb1/ffe-searchable-dropdown-react",
"version": "17.0.31",
"version": "17.0.32",
"description": "Dropdown with search option",
"license": "MIT",
"author": "SpareBank 1",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@sb1/ffe-core-react": "^7.2.7",
"@sb1/ffe-form": "^28.0.10",
"@sb1/ffe-icons-react": "^9.0.4",
"@sb1/ffe-spinner-react": "^7.0.8",
"@sb1/ffe-spinner-react": "^7.0.9",
"classnames": "^2.3.1",
"compute-scroll-into-view": "^1.0.17",
"lodash.debounce": "^4.0.8",
Expand Down
6 changes: 6 additions & 0 deletions packages/ffe-spinner-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.

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

### Bug Fixes

- **ffe-spinner-react:** locale for translating aria label ([76bd776](https://github.com/SpareBank1/designsystem/commit/76bd776e0178a3604ccc0df5e80c3a8bcd1defda))

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

**Note:** Version bump only for package @sb1/ffe-spinner-react
Expand Down
2 changes: 1 addition & 1 deletion packages/ffe-spinner-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb1/ffe-spinner-react",
"version": "7.0.8",
"version": "7.0.9",
"license": "MIT",
"author": "SpareBank 1",
"files": [
Expand Down

0 comments on commit 7d4a32b

Please sign in to comment.