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 3, 2023
1 parent a71cd3f commit 80c509e
Show file tree
Hide file tree
Showing 22 changed files with 96 additions and 24 deletions.
7 changes: 7 additions & 0 deletions component-overview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.13.17](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2023-01-03)

### Bug Fixes

- **component-overview:** legg til title på ikon i eksempel ([1197e23](https://github.com/SpareBank1/designsystem/commit/1197e23694cb5781eb1c4a1d421446c1294fbf0b))
- **component-overview:** oppdater imagecard eksempler etter prop endringer ([59dd0d2](https://github.com/SpareBank1/designsystem/commit/59dd0d2300d16b6ec33230a5cfdbfdaf709baad6))

## [3.13.16](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2022-12-20)

**Note:** Version bump only for package @sb1/ffe-component-index
Expand Down
22 changes: 11 additions & 11 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": "3.13.16",
"version": "3.13.17",
"description": "Index of FFE compontents",
"license": "MIT",
"author": "SpareBank 1 Utvikling",
Expand Down Expand Up @@ -41,20 +41,20 @@
},
"dependencies": {
"@sb1/ffe-accordion": "^9.0.1",
"@sb1/ffe-accordion-react": "^10.0.2",
"@sb1/ffe-account-selector-react": "^20.0.3",
"@sb1/ffe-accordion-react": "^10.0.3",
"@sb1/ffe-account-selector-react": "^20.0.4",
"@sb1/ffe-buttons": "^17.0.1",
"@sb1/ffe-buttons-react": "^17.0.1",
"@sb1/ffe-cards": "^15.0.1",
"@sb1/ffe-cards-react": "^9.0.1",
"@sb1/ffe-cards-react": "^10.0.0",
"@sb1/ffe-chart-donut-react": "^5.2.0",
"@sb1/ffe-collapse-react": "^2.0.1",
"@sb1/ffe-context-message": "^7.1.1",
"@sb1/ffe-context-message-react": "^8.0.3",
"@sb1/ffe-context-message-react": "^8.0.4",
"@sb1/ffe-core": "^26.1.2",
"@sb1/ffe-core-react": "^7.0.1",
"@sb1/ffe-datepicker": "^11.0.3",
"@sb1/ffe-datepicker-react": "^6.0.3",
"@sb1/ffe-datepicker-react": "^6.0.4",
"@sb1/ffe-decorators-react": "^3.0.12",
"@sb1/ffe-details-list-react": "^4.0.1",
"@sb1/ffe-dropdown-react": "^6.0.3",
Expand All @@ -65,19 +65,19 @@
"@sb1/ffe-formatters": "^4.0.11",
"@sb1/ffe-grid": "^14.0.1",
"@sb1/ffe-grid-react": "^13.0.1",
"@sb1/ffe-header": "^18.0.1",
"@sb1/ffe-header": "^19.0.0",
"@sb1/ffe-icons": "^12.17.0",
"@sb1/ffe-icons-react": "^7.3.4",
"@sb1/ffe-lists": "^12.0.1",
"@sb1/ffe-lists-react": "^6.0.1",
"@sb1/ffe-message-box": "^11.0.2",
"@sb1/ffe-message-box-react": "^8.0.2",
"@sb1/ffe-message-box-react": "^8.0.3",
"@sb1/ffe-sb1-logos": "^1.1.3",
"@sb1/ffe-searchable-dropdown-react": "^14.1.4",
"@sb1/ffe-searchable-dropdown-react": "^14.1.5",
"@sb1/ffe-spinner": "^5.0.1",
"@sb1/ffe-spinner-react": "^6.0.1",
"@sb1/ffe-spinner-react": "^6.0.2",
"@sb1/ffe-system-message": "^7.0.2",
"@sb1/ffe-system-message-react": "^7.0.2",
"@sb1/ffe-system-message-react": "^7.0.3",
"@sb1/ffe-tables": "^13.0.1",
"@sb1/ffe-tables-react": "^7.0.2",
"@sb1/ffe-tabs": "^13.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/ffe-accordion-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.3](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2023-01-03)

### Bug Fixes

- **ffe-accordion-react:** legger til role group og aria-label ([b9af352](https://github.com/SpareBank1/designsystem/commit/b9af352a4d17558dd813d1378145d0253236d2a7))

## [10.0.2](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2022-12-19)

**Note:** Version bump only for package @sb1/ffe-accordion-react
Expand Down
2 changes: 1 addition & 1 deletion packages/ffe-accordion-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb1/ffe-accordion-react",
"version": "10.0.2",
"version": "10.0.3",
"license": "MIT",
"author": "SpareBank 1",
"files": [
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.

## [20.0.4](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2023-01-03)

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

## [20.0.3](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2022-12-20)

**Note:** Version bump only for package @sb1/ffe-account-selector-react
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": "20.0.3",
"version": "20.0.4",
"description": "Selector for bank accounts with autocomplete.",
"keywords": [
"ffe"
Expand Down Expand Up @@ -33,8 +33,8 @@
"@sb1/ffe-form-react": "^11.0.3",
"@sb1/ffe-formatters": "^4.0.11",
"@sb1/ffe-icons-react": "^7.3.4",
"@sb1/ffe-searchable-dropdown-react": "^14.1.4",
"@sb1/ffe-spinner-react": "^6.0.1",
"@sb1/ffe-searchable-dropdown-react": "^14.1.5",
"@sb1/ffe-spinner-react": "^6.0.2",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
"react-auto-bind": "^0.4.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/ffe-cards-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [10.0.0](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2023-01-03)

### Bug Fixes

- **ffe-cards-react:** endre hvordan man sender med bilde inn i ImageCard ([945f319](https://github.com/SpareBank1/designsystem/commit/945f3198623d9b1bd828efbfccee2a288d6afd93))

### BREAKING CHANGES

- **ffe-cards-react:** Fjerner muligheten til å sende med element som bilde i imageCard.
legger til imageSrc og imageAltText props istedenfor.

## [9.0.1](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2022-12-19)

**Note:** Version bump only for package @sb1/ffe-cards-react
Expand Down
2 changes: 1 addition & 1 deletion 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": "9.0.1",
"version": "10.0.0",
"description": "React implementation of ffe-react",
"license": "MIT",
"author": "SpareBank 1",
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.

## [8.0.4](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2023-01-03)

### Bug Fixes

- **ffe-context-message-react:** legg til aria attributer på wrapper og ikoner ([6253dd4](https://github.com/SpareBank1/designsystem/commit/6253dd4aa5eee69031ed334f2c09482a429916b9))

## [8.0.3](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2022-12-19)

### Bug Fixes
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": "8.0.3",
"version": "8.0.4",
"description": "React implementation of ffe-context-message component",
"keywords": [
"ffe"
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.

## [6.0.4](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2023-01-03)

### Bug Fixes

- **ffe-datepicker-react:** endre fra aria-selected til aria-current ([cc48598](https://github.com/SpareBank1/designsystem/commit/cc48598a9f722a337b55960dd39c122b031d1fd1))

## [6.0.3](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2022-12-20)

**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": "6.0.3",
"version": "6.0.4",
"license": "MIT",
"author": "SpareBank 1",
"files": [
Expand Down
10 changes: 10 additions & 0 deletions packages/ffe-header/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [19.0.0](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2023-01-03)

### Features

- **ffe-header:** legg til darkmode styling og fix [#1516](https://github.com/SpareBank1/designsystem/issues/1516) ([4ce4c4b](https://github.com/SpareBank1/designsystem/commit/4ce4c4b63cb2b687825cde69c9b0171a6b7fbafb))

### BREAKING CHANGES

- **ffe-header:** legger til darkmode styling så sjekk om alt ser riktig ut

## [18.0.1](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2022-12-19)

**Note:** Version bump only for package @sb1/ffe-header
Expand Down
2 changes: 1 addition & 1 deletion packages/ffe-header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb1/ffe-header",
"version": "18.0.1",
"version": "19.0.0",
"description": "Felles header for SpareBank 1",
"license": "MIT",
"author": "SpareBank 1",
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.

## [8.0.3](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2023-01-03)

### Bug Fixes

- **ffe-message-box-react:** legger til role og title ([400edd6](https://github.com/SpareBank1/designsystem/commit/400edd6d4bd350df10495537a5deaaf2089a72a7))

## [8.0.2](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2022-12-19)

### 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": "8.0.2",
"version": "8.0.3",
"license": "MIT",
"author": "SpareBank 1",
"files": [
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.

## [14.1.5](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2023-01-03)

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

## [14.1.4](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2022-12-20)

**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": "14.1.4",
"version": "14.1.5",
"description": "Dropdown with search option",
"license": "MIT",
"author": "SpareBank 1",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@sb1/ffe-core-react": "^7.0.1",
"@sb1/ffe-form": "^23.0.3",
"@sb1/ffe-icons-react": "^7.3.4",
"@sb1/ffe-spinner-react": "^6.0.1",
"@sb1/ffe-spinner-react": "^6.0.2",
"classnames": "^2.3.1",
"compute-scroll-into-view": "^1.0.17",
"lodash.isequal": "^4.5.0",
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.

## [6.0.2](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2023-01-03)

### Bug Fixes

- **ffe-spinner-react:** legger til aria-live ([c0d3019](https://github.com/SpareBank1/designsystem/commit/c0d30194c48b386a7a23a9deacdcfb0c4246c143))

## [6.0.1](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2022-12-19)

**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": "6.0.1",
"version": "6.0.2",
"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.

## [7.0.3](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2023-01-03)

### Bug Fixes

- **ffe-system-message-react:** legg til aria-label på wrapper og title på ikon ([21d7152](https://github.com/SpareBank1/designsystem/commit/21d7152be7807a5b4838cb94b9750109ab8bfc85))

## [7.0.2](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2022-12-19)

**Note:** Version bump only for package @sb1/ffe-system-message-react
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": "7.0.2",
"version": "7.0.3",
"description": "SpareBank 1 System Message komponent",
"license": "MIT",
"author": "SpareBank 1",
Expand Down

0 comments on commit 80c509e

Please sign in to comment.