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 Feb 27, 2024
1 parent 843b772 commit 8ad9109
Show file tree
Hide file tree
Showing 22 changed files with 82 additions and 34 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.15](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-02-27)

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

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

### Bug Fixes
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": "5.4.14",
"version": "5.4.15",
"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.6",
"@sb1/ffe-accordion-react": "^11.0.12",
"@sb1/ffe-account-selector-react": "^23.0.24",
"@sb1/ffe-account-selector-react": "^23.0.25",
"@sb1/ffe-buttons": "^18.0.9",
"@sb1/ffe-buttons-react": "^21.0.6",
"@sb1/ffe-cards": "^17.0.7",
Expand All @@ -53,17 +53,17 @@
"@sb1/ffe-context-message-react": "^9.0.14",
"@sb1/ffe-core": "^27.3.2",
"@sb1/ffe-core-react": "^7.2.4",
"@sb1/ffe-datepicker": "^12.0.15",
"@sb1/ffe-datepicker-react": "^7.1.5",
"@sb1/ffe-datepicker": "^12.0.16",
"@sb1/ffe-datepicker-react": "^7.1.6",
"@sb1/ffe-decorators-react": "^3.0.13",
"@sb1/ffe-details-list-react": "^4.0.17",
"@sb1/ffe-dropdown-react": "^6.0.27",
"@sb1/ffe-dropdown-react": "^6.0.28",
"@sb1/ffe-feedback": "^1.2.5",
"@sb1/ffe-feedback-react": "^2.0.12",
"@sb1/ffe-file-upload": "^10.0.15",
"@sb1/ffe-file-upload-react": "^10.0.24",
"@sb1/ffe-form": "^28.0.3",
"@sb1/ffe-form-react": "^16.0.3",
"@sb1/ffe-feedback-react": "^2.0.13",
"@sb1/ffe-file-upload": "^10.0.16",
"@sb1/ffe-file-upload-react": "^10.0.25",
"@sb1/ffe-form": "^28.0.4",
"@sb1/ffe-form-react": "^16.0.4",
"@sb1/ffe-formatters": "^4.1.1",
"@sb1/ffe-grid": "^14.2.5",
"@sb1/ffe-grid-react": "^13.2.5",
Expand All @@ -75,7 +75,7 @@
"@sb1/ffe-message-box": "^12.0.6",
"@sb1/ffe-message-box-react": "^10.0.12",
"@sb1/ffe-sb1-logos": "^1.1.4",
"@sb1/ffe-searchable-dropdown-react": "^17.0.24",
"@sb1/ffe-searchable-dropdown-react": "^17.0.25",
"@sb1/ffe-spinner": "^5.0.12",
"@sb1/ffe-spinner-react": "^7.0.5",
"@sb1/ffe-symbols": "^3.0.0",
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.25](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-02-27)

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

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

**Note:** Version bump only for package @sb1/ffe-account-selector-react
Expand Down
8 changes: 4 additions & 4 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.24",
"version": "23.0.25",
"description": "Selector for bank accounts with autocomplete.",
"keywords": [
"ffe"
Expand Down Expand Up @@ -29,11 +29,11 @@
"test:watch": "ffe-buildtool jest --watch"
},
"dependencies": {
"@sb1/ffe-form": "^28.0.3",
"@sb1/ffe-form-react": "^16.0.3",
"@sb1/ffe-form": "^28.0.4",
"@sb1/ffe-form-react": "^16.0.4",
"@sb1/ffe-formatters": "^4.1.1",
"@sb1/ffe-icons-react": "^9.0.4",
"@sb1/ffe-searchable-dropdown-react": "^17.0.24",
"@sb1/ffe-searchable-dropdown-react": "^17.0.25",
"@sb1/ffe-spinner-react": "^7.0.5",
"classnames": "^2.3.1",
"prop-types": "^15.7.2",
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.1.6](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-02-27)

### Bug Fixes

- **ffe-datepicker-react:** add innerRef to Datepicker Props ([a510312](https://github.com/SpareBank1/designsystem/commit/a5103126820849d9c3aaec5443ec09b91a6ac2ca))

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

**Note:** Version bump only for package @sb1/ffe-datepicker-react
Expand Down
6 changes: 3 additions & 3 deletions 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.1.5",
"version": "7.1.6",
"license": "MIT",
"author": "SpareBank 1",
"files": [
Expand All @@ -24,8 +24,8 @@
"test:watch": "ffe-buildtool jest --watch"
},
"dependencies": {
"@sb1/ffe-datepicker": "^12.0.15",
"@sb1/ffe-form": "^28.0.3",
"@sb1/ffe-datepicker": "^12.0.16",
"@sb1/ffe-form": "^28.0.4",
"@sb1/ffe-icons-react": "^9.0.4",
"classnames": "^2.3.1",
"lodash.debounce": "^4.0.8",
Expand Down
4 changes: 4 additions & 0 deletions packages/ffe-datepicker/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.

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

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

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

**Note:** Version bump only for package @sb1/ffe-datepicker
Expand Down
4 changes: 2 additions & 2 deletions packages/ffe-datepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb1/ffe-datepicker",
"version": "12.0.15",
"version": "12.0.16",
"description": "FFE Datepicker",
"license": "MIT",
"author": "SpareBank 1",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@sb1/ffe-core": "^27.3.2",
"@sb1/ffe-form": "^28.0.3"
"@sb1/ffe-form": "^28.0.4"
},
"devDependencies": {
"@sb1/ffe-buildtool": "^0.5.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/ffe-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.

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

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

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

**Note:** Version bump only for package @sb1/ffe-dropdown-react
Expand Down
4 changes: 2 additions & 2 deletions packages/ffe-dropdown-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb1/ffe-dropdown-react",
"version": "6.0.27",
"version": "6.0.28",
"license": "MIT",
"author": "SpareBank 1",
"files": [
Expand All @@ -24,7 +24,7 @@
"test:watch": "ffe-buildtool jest --watch"
},
"dependencies": {
"@sb1/ffe-form": "^28.0.3",
"@sb1/ffe-form": "^28.0.4",
"classnames": "^2.3.1"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/ffe-feedback-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.

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

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

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

**Note:** Version bump only for package @sb1/ffe-feedback-react
Expand Down
4 changes: 2 additions & 2 deletions packages/ffe-feedback-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb1/ffe-feedback-react",
"version": "2.0.12",
"version": "2.0.13",
"description": "React component for ffe-feedback",
"license": "MIT",
"author": "SpareBank 1",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@sb1/ffe-collapse-react": "^2.0.11",
"@sb1/ffe-core-react": "^7.2.4",
"@sb1/ffe-feedback": "^1.2.5",
"@sb1/ffe-form-react": "^16.0.3",
"@sb1/ffe-form-react": "^16.0.4",
"classnames": "^2.3.1",
"lottie-web": "^5.12.2",
"uuid": "^9.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/ffe-file-upload-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.

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

**Note:** Version bump only for package @sb1/ffe-file-upload-react

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

**Note:** Version bump only for package @sb1/ffe-file-upload-react
Expand Down
6 changes: 3 additions & 3 deletions packages/ffe-file-upload-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb1/ffe-file-upload-react",
"version": "10.0.24",
"version": "10.0.25",
"description": "Upload file button with validation and list of uploaded files.",
"keywords": [
"ffe"
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"@sb1/ffe-buttons-react": "^21.0.6",
"@sb1/ffe-file-upload": "^10.0.15",
"@sb1/ffe-form": "^28.0.3",
"@sb1/ffe-file-upload": "^10.0.16",
"@sb1/ffe-form": "^28.0.4",
"@sb1/ffe-icons-react": "^9.0.4",
"classnames": "^2.3.1"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/ffe-file-upload/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.

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

**Note:** Version bump only for package @sb1/ffe-file-upload

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

**Note:** Version bump only for package @sb1/ffe-file-upload
Expand Down
4 changes: 2 additions & 2 deletions packages/ffe-file-upload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb1/ffe-file-upload",
"version": "10.0.15",
"version": "10.0.16",
"description": "File upload module",
"license": "MIT",
"author": "SpareBank 1",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@sb1/ffe-core": "^27.3.2",
"@sb1/ffe-form": "^28.0.3"
"@sb1/ffe-form": "^28.0.4"
},
"devDependencies": {
"@sb1/ffe-buildtool": "^0.5.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/ffe-form-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.

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

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

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

**Note:** Version bump only for package @sb1/ffe-form-react
Expand Down
4 changes: 2 additions & 2 deletions packages/ffe-form-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb1/ffe-form-react",
"version": "16.0.3",
"version": "16.0.4",
"description": "React component for form elements in ffe",
"license": "MIT",
"author": "SpareBank 1",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@sb1/ffe-collapse-react": "^2.0.11",
"@sb1/ffe-form": "^28.0.3",
"@sb1/ffe-form": "^28.0.4",
"@sb1/ffe-icons-react": "^9.0.4",
"classnames": "^2.3.1",
"uuid": "^9.0.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/ffe-form/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.

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

### Bug Fixes

- **ffe-form:** gap between icon and label text should be 8 px in radio/checkbox ([d8ccfbf](https://github.com/SpareBank1/designsystem/commit/d8ccfbf1185926bf3e0378a9a521607ba5c83294))

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/ffe-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb1/ffe-form",
"version": "28.0.3",
"version": "28.0.4",
"description": "Form components for Felles Front End",
"license": "MIT",
"author": "SpareBank 1",
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.25](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-02-27)

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

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

**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.24",
"version": "17.0.25",
"description": "Dropdown with search option",
"license": "MIT",
"author": "SpareBank 1",
Expand All @@ -27,7 +27,7 @@
},
"dependencies": {
"@sb1/ffe-core-react": "^7.2.4",
"@sb1/ffe-form": "^28.0.3",
"@sb1/ffe-form": "^28.0.4",
"@sb1/ffe-icons-react": "^9.0.4",
"@sb1/ffe-spinner-react": "^7.0.5",
"classnames": "^2.3.1",
Expand Down

0 comments on commit 8ad9109

Please sign in to comment.