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

## [8.4.26](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-09-24)

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





## [8.4.25](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-09-23)

**Note:** Version bump only for package @sb1/ffe-component-index
Expand Down
26 changes: 13 additions & 13 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": "8.4.25",
"version": "8.4.26",
"description": "Index of FFE compontents",
"license": "MIT",
"author": "SpareBank 1 Utvikling",
Expand Down Expand Up @@ -41,25 +41,25 @@
},
"dependencies": {
"@sb1/ffe-accordion": "^11.0.4",
"@sb1/ffe-accordion-react": "^13.0.17",
"@sb1/ffe-account-selector-react": "^28.0.17",
"@sb1/ffe-accordion-react": "^13.0.18",
"@sb1/ffe-account-selector-react": "^28.0.18",
"@sb1/ffe-buttons": "^19.0.8",
"@sb1/ffe-buttons-react": "^24.0.17",
"@sb1/ffe-buttons-react": "^24.0.18",
"@sb1/ffe-cards": "^20.2.0",
"@sb1/ffe-cards-react": "^17.5.0",
"@sb1/ffe-chart-donut-react": "^8.0.4",
"@sb1/ffe-collapse-react": "^5.0.11",
"@sb1/ffe-collapse-react": "^5.0.12",
"@sb1/ffe-core": "^29.1.3",
"@sb1/ffe-core-react": "^9.1.4",
"@sb1/ffe-core-react": "^9.1.5",
"@sb1/ffe-datepicker": "^13.0.11",
"@sb1/ffe-datepicker-react": "^9.1.15",
"@sb1/ffe-datepicker-react": "^9.1.16",
"@sb1/ffe-dropdown-react": "^8.0.17",
"@sb1/ffe-feedback": "^2.0.4",
"@sb1/ffe-feedback-react": "^4.1.2",
"@sb1/ffe-feedback-react": "^4.1.3",
"@sb1/ffe-file-upload": "^11.0.10",
"@sb1/ffe-file-upload-react": "^12.0.20",
"@sb1/ffe-file-upload-react": "^12.0.21",
"@sb1/ffe-form": "^30.0.10",
"@sb1/ffe-form-react": "^21.1.12",
"@sb1/ffe-form-react": "^21.1.13",
"@sb1/ffe-formatters": "^4.2.8",
"@sb1/ffe-grid": "^15.0.4",
"@sb1/ffe-grid-react": "^15.0.12",
Expand All @@ -73,15 +73,15 @@
"@sb1/ffe-modals": "^0.3.4",
"@sb1/ffe-modals-react": "^0.5.9",
"@sb1/ffe-pagination": "^2.0.5",
"@sb1/ffe-pagination-react": "^1.2.16",
"@sb1/ffe-pagination-react": "^1.2.17",
"@sb1/ffe-sb1-logos": "^1.1.6",
"@sb1/ffe-searchable-dropdown-react": "^21.0.14",
"@sb1/ffe-searchable-dropdown-react": "^21.0.15",
"@sb1/ffe-spinner": "^5.1.23",
"@sb1/ffe-spinner-react": "^9.0.12",
"@sb1/ffe-symbols": "^4.0.11",
"@sb1/ffe-symbols-react": "^7.0.6",
"@sb1/ffe-tables": "^17.0.5",
"@sb1/ffe-tables-react": "^11.0.9",
"@sb1/ffe-tables-react": "^11.0.10",
"@sb1/ffe-tabs": "^14.0.4",
"@sb1/ffe-tabs-react": "^10.0.11",
"@sb1/ffe-webfonts": "^5.0.13",
Expand Down
8 changes: 8 additions & 0 deletions packages/ffe-accordion-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [13.0.18](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-09-24)

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





## [13.0.17](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-09-23)

**Note:** Version bump only for package @sb1/ffe-accordion-react
Expand Down
4 changes: 2 additions & 2 deletions 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": "13.0.17",
"version": "13.0.18",
"license": "MIT",
"author": "SpareBank 1",
"files": [
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@sb1/ffe-accordion": "^11.0.4",
"@sb1/ffe-collapse-react": "^5.0.11",
"@sb1/ffe-collapse-react": "^5.0.12",
"@sb1/ffe-icons-react": "^11.0.8",
"classnames": "^2.3.1"
},
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [28.0.18](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-09-24)

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





## [28.0.17](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-09-19)

**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": "28.0.17",
"version": "28.0.18",
"description": "Selector for bank accounts with autocomplete.",
"keywords": [
"ffe"
Expand Down Expand Up @@ -31,10 +31,10 @@
},
"dependencies": {
"@sb1/ffe-form": "^30.0.10",
"@sb1/ffe-form-react": "^21.1.12",
"@sb1/ffe-form-react": "^21.1.13",
"@sb1/ffe-formatters": "^4.2.8",
"@sb1/ffe-icons-react": "^11.0.8",
"@sb1/ffe-searchable-dropdown-react": "^21.0.14",
"@sb1/ffe-searchable-dropdown-react": "^21.0.15",
"@sb1/ffe-spinner-react": "^9.0.12",
"classnames": "^2.3.1",
"react-auto-bind": "^0.4.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/ffe-buttons-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [24.0.18](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-09-24)

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





## [24.0.17](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-09-18)

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

## [5.0.12](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-09-24)

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





## [5.0.11](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-09-16)

**Note:** Version bump only for package @sb1/ffe-collapse-react
Expand Down
2 changes: 1 addition & 1 deletion packages/ffe-collapse-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb1/ffe-collapse-react",
"version": "5.0.11",
"version": "5.0.12",
"description": "React component for expand/collapse",
"keywords": [
"ffe"
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [12.0.14](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-09-24)

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





## [12.0.13](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-09-16)

**Note:** Version bump only for package @sb1/ffe-context-message-react
Expand Down
4 changes: 2 additions & 2 deletions 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": "12.0.13",
"version": "12.0.14",
"description": "React implementation of ffe-context-message component",
"keywords": [
"ffe"
Expand Down Expand Up @@ -29,7 +29,7 @@
"test:watch": "ffe-buildtool jest --watch"
},
"dependencies": {
"@sb1/ffe-collapse-react": "^5.0.11",
"@sb1/ffe-collapse-react": "^5.0.12",
"@sb1/ffe-context-message": "^10.0.4",
"@sb1/ffe-icons-react": "^11.0.8",
"classnames": "^2.3.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/ffe-core-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.1.5](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-09-24)

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





## [9.1.4](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-09-18)

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

## [9.1.16](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-09-24)

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





## [9.1.15](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-09-20)


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

## [4.1.3](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-09-24)

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





## [4.1.2](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-09-19)

**Note:** Version bump only for package @sb1/ffe-feedback-react
Expand Down
10 changes: 5 additions & 5 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": "4.1.2",
"version": "4.1.3",
"description": "React component for ffe-feedback",
"license": "MIT",
"author": "SpareBank 1",
Expand All @@ -26,11 +26,11 @@
"test:watch": "ffe-buildtool jest --watch"
},
"dependencies": {
"@sb1/ffe-buttons-react": "^24.0.17",
"@sb1/ffe-collapse-react": "^5.0.11",
"@sb1/ffe-core-react": "^9.1.4",
"@sb1/ffe-buttons-react": "^24.0.18",
"@sb1/ffe-collapse-react": "^5.0.12",
"@sb1/ffe-core-react": "^9.1.5",
"@sb1/ffe-feedback": "^2.0.4",
"@sb1/ffe-form-react": "^21.1.12",
"@sb1/ffe-form-react": "^21.1.13",
"classnames": "^2.3.1"
},
"devDependencies": {
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [12.0.21](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-09-24)

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





## [12.0.20](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-09-18)

**Note:** Version bump only for package @sb1/ffe-file-upload-react
Expand Down
4 changes: 2 additions & 2 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": "12.0.20",
"version": "12.0.21",
"description": "Upload file button with validation and list of uploaded files.",
"keywords": [
"ffe"
Expand Down Expand Up @@ -29,7 +29,7 @@
"test:watch": "ffe-buildtool jest --watch"
},
"dependencies": {
"@sb1/ffe-buttons-react": "^24.0.17",
"@sb1/ffe-buttons-react": "^24.0.18",
"@sb1/ffe-file-upload": "^11.0.10",
"@sb1/ffe-form": "^30.0.10",
"@sb1/ffe-icons-react": "^11.0.8",
Expand Down
8 changes: 8 additions & 0 deletions packages/ffe-form-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [21.1.13](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-09-24)

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





## [21.1.12](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-09-19)

**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": "21.1.12",
"version": "21.1.13",
"description": "React component for form elements in ffe",
"license": "MIT",
"author": "SpareBank 1",
Expand All @@ -26,7 +26,7 @@
"test:watch": "ffe-buildtool jest --watch"
},
"dependencies": {
"@sb1/ffe-collapse-react": "^5.0.11",
"@sb1/ffe-collapse-react": "^5.0.12",
"@sb1/ffe-form": "^30.0.10",
"@sb1/ffe-icons-react": "^11.0.8",
"@types/uuid": "^9.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/ffe-pagination-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.17](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-09-24)

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





## [1.2.16](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-09-18)

**Note:** Version bump only for package @sb1/ffe-pagination-react
Expand Down
Loading

0 comments on commit a6b9359

Please sign in to comment.