Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @sb1/ffe-component-index@5.3.3
 - @sb1/ffe-account-selector-react@23.0.11
 - @sb1/ffe-datepicker-react@7.0.10
 - @sb1/ffe-searchable-dropdown-react@17.0.11
  • Loading branch information
sb1-designsystem committed Jan 21, 2024
1 parent d9ef3cb commit c966d80
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 9 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.3.3](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-component-index@5.3.2...@sb1/ffe-component-index@5.3.3) (2024-01-21)

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

## [5.3.2](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-component-index@5.3.1...@sb1/ffe-component-index@5.3.2) (2024-01-17)

**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.3.2",
"version": "5.3.3",
"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.2",
"@sb1/ffe-accordion-react": "^11.0.6",
"@sb1/ffe-account-selector-react": "^23.0.10",
"@sb1/ffe-account-selector-react": "^23.0.11",
"@sb1/ffe-buttons": "^18.0.3",
"@sb1/ffe-buttons-react": "^20.0.8",
"@sb1/ffe-cards": "^17.0.2",
Expand All @@ -54,7 +54,7 @@
"@sb1/ffe-core": "^27.2.0",
"@sb1/ffe-core-react": "^7.1.5",
"@sb1/ffe-datepicker": "^12.0.5",
"@sb1/ffe-datepicker-react": "^7.0.9",
"@sb1/ffe-datepicker-react": "^7.0.10",
"@sb1/ffe-decorators-react": "^3.0.12",
"@sb1/ffe-details-list-react": "^4.0.13",
"@sb1/ffe-dropdown-react": "^6.0.17",
Expand All @@ -75,7 +75,7 @@
"@sb1/ffe-message-box": "^12.0.2",
"@sb1/ffe-message-box-react": "^10.0.6",
"@sb1/ffe-sb1-logos": "^1.1.3",
"@sb1/ffe-searchable-dropdown-react": "^17.0.10",
"@sb1/ffe-searchable-dropdown-react": "^17.0.11",
"@sb1/ffe-spinner": "^5.0.8",
"@sb1/ffe-spinner-react": "^7.0.1",
"@sb1/ffe-symbols": "^2.1.1",
Expand Down
6 changes: 6 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,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [23.0.11](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-account-selector-react@23.0.10...@sb1/ffe-account-selector-react@23.0.11) (2024-01-21)

### Bug Fixes

- **ffe-account-selector-react:** Legg til skjermleser tester ([fbe057d](https://github.com/SpareBank1/designsystem/commit/fbe057d0cb83395010266392051516ff93518f5a))

## [23.0.10](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-account-selector-react@23.0.9...@sb1/ffe-account-selector-react@23.0.10) (2024-01-16)

**Note:** Version bump only for package @sb1/ffe-account-selector-react
Expand Down
4 changes: 2 additions & 2 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.10",
"version": "23.0.11",
"description": "Selector for bank accounts with autocomplete.",
"keywords": [
"ffe"
Expand Down Expand Up @@ -32,7 +32,7 @@
"@sb1/ffe-form": "^26.0.1",
"@sb1/ffe-form-react": "^14.0.9",
"@sb1/ffe-formatters": "^4.1.0",
"@sb1/ffe-searchable-dropdown-react": "^17.0.10",
"@sb1/ffe-searchable-dropdown-react": "^17.0.11",
"@sb1/ffe-spinner-react": "^7.0.1",
"@sb1/ffe-symbols-react": "^3.0.2",
"classnames": "^2.3.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/ffe-datepicker-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.10](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-datepicker-react@7.0.9...@sb1/ffe-datepicker-react@7.0.10) (2024-01-21)

### Bug Fixes

- **ffe-datepicker-react:** Kanseller debounce før komponent unmount ([ff50b6e](https://github.com/SpareBank1/designsystem/commit/ff50b6e64da10a099cf74f74174162ec83dafa1d))

## [7.0.9](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-datepicker-react@7.0.8...@sb1/ffe-datepicker-react@7.0.9) (2024-01-16)

**Note:** Version bump only for package @sb1/ffe-datepicker-react
Expand Down
2 changes: 1 addition & 1 deletion packages/ffe-datepicker-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb1/ffe-datepicker-react",
"version": "7.0.9",
"version": "7.0.10",
"license": "MIT",
"author": "SpareBank 1",
"files": [
Expand Down
6 changes: 6 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,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [17.0.11](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-searchable-dropdown-react@17.0.10...@sb1/ffe-searchable-dropdown-react@17.0.11) (2024-01-21)

### Bug Fixes

- **ffe-searchable-dropdown-react:** Fiks skjermleser bug og legg til tester ([45da8ee](https://github.com/SpareBank1/designsystem/commit/45da8eeb2b722261d834637f8261c60b4d680575))

## [17.0.10](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-searchable-dropdown-react@17.0.9...@sb1/ffe-searchable-dropdown-react@17.0.10) (2024-01-16)

**Note:** Version bump only for package @sb1/ffe-searchable-dropdown-react
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.10",
"version": "17.0.11",
"description": "Dropdown with search option",
"license": "MIT",
"author": "SpareBank 1",
Expand Down Expand Up @@ -32,8 +32,8 @@
"@sb1/ffe-symbols-react": "^3.0.2",
"classnames": "^2.3.1",
"compute-scroll-into-view": "^1.0.17",
"lodash.isequal": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"prop-types": "^15.7.2",
"react-custom-scrollbars-2": "^4.3.0",
"uuid": "^9.0.0"
Expand Down

0 comments on commit c966d80

Please sign in to comment.