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 Oct 11, 2024
1 parent 90f3434 commit d753b8a
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 6 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.40](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-10-11)

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





## [8.4.39](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-10-07)

**Note:** Version bump only for package @sb1/ffe-component-index
Expand Down
6 changes: 3 additions & 3 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.39",
"version": "8.4.40",
"description": "Index of FFE compontents",
"license": "MIT",
"author": "SpareBank 1 Utvikling",
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@sb1/ffe-accordion": "^11.0.4",
"@sb1/ffe-accordion-react": "^13.0.19",
"@sb1/ffe-account-selector-react": "^28.0.24",
"@sb1/ffe-account-selector-react": "^28.1.0",
"@sb1/ffe-buttons": "^19.0.10",
"@sb1/ffe-buttons-react": "^24.0.21",
"@sb1/ffe-cards": "^20.2.0",
Expand All @@ -60,7 +60,7 @@
"@sb1/ffe-file-upload-react": "^12.0.25",
"@sb1/ffe-form": "^30.0.13",
"@sb1/ffe-form-react": "^21.1.17",
"@sb1/ffe-formatters": "^4.2.8",
"@sb1/ffe-formatters": "^5.0.0",
"@sb1/ffe-grid": "^15.0.4",
"@sb1/ffe-grid-react": "^15.0.13",
"@sb1/ffe-header": "^22.0.16",
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [28.1.0](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-10-11)


### Features

* **ffe-account-selector-react:** use locale in formatAmount ([6a2f6f5](https://github.com/SpareBank1/designsystem/commit/6a2f6f52ea15c5963e21995583d481729bffc457))





## [28.0.24](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-10-01)

**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": "28.0.24",
"version": "28.1.0",
"description": "Selector for bank accounts with autocomplete.",
"keywords": [
"ffe"
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@sb1/ffe-form": "^30.0.13",
"@sb1/ffe-form-react": "^21.1.17",
"@sb1/ffe-formatters": "^4.2.8",
"@sb1/ffe-formatters": "^5.0.0",
"@sb1/ffe-icons-react": "^11.0.9",
"@sb1/ffe-searchable-dropdown-react": "^21.0.20",
"@sb1/ffe-spinner-react": "^9.0.13",
Expand Down
25 changes: 25 additions & 0 deletions packages/ffe-formatters/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-10-11)


### Code Refactoring

* **ffe-formatters:** input to formatDate not validet ([8316286](https://github.com/SpareBank1/designsystem/commit/83162869c6bed8860b2830bb7b1a4ee17759c43e))


### Features

* **ffe-formatters:** support formating numbers in different locales ([5d2e59a](https://github.com/SpareBank1/designsystem/commit/5d2e59a43aef5d51e198da69adfddcb09720f984))


### BREAKING CHANGES

* **ffe-formatters:** Typescript users are not affected by
this change but for js users the input to formateDate are
not validated any more.
* **ffe-formatters:** formatCurrency, formatDistance and formatNumber
requires locale.





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

**Note:** Version bump only for package @sb1/ffe-formatters
Expand Down
2 changes: 1 addition & 1 deletion packages/ffe-formatters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb1/ffe-formatters",
"version": "4.2.8",
"version": "5.0.0",
"description": "JavaScript general use string formatters",
"keywords": [
"ffe"
Expand Down

0 comments on commit d753b8a

Please sign in to comment.