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 Dec 17, 2024
1 parent a7dcb39 commit 1f97093
Show file tree
Hide file tree
Showing 6 changed files with 39 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.80](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-12-17)

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





## [8.4.79](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-12-17)

**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.79",
"version": "8.4.80",
"description": "Index of FFE compontents",
"license": "MIT",
"author": "SpareBank 1 Utvikling",
Expand Down Expand Up @@ -57,11 +57,11 @@
"@sb1/ffe-datepicker-react": "^9.1.29",
"@sb1/ffe-dropdown-react": "^8.0.25",
"@sb1/ffe-feedback": "^2.1.0",
"@sb1/ffe-feedback-react": "^4.2.3",
"@sb1/ffe-feedback-react": "^4.2.4",
"@sb1/ffe-file-upload": "^11.1.2",
"@sb1/ffe-file-upload-react": "^12.0.33",
"@sb1/ffe-form": "^30.2.0",
"@sb1/ffe-form-react": "^21.1.26",
"@sb1/ffe-form-react": "^22.0.0",
"@sb1/ffe-formatters": "^5.0.3",
"@sb1/ffe-grid": "^15.1.0",
"@sb1/ffe-grid-react": "^15.0.16",
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.2.4](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-12-17)

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





## [4.2.3](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-12-17)

**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": "4.2.3",
"version": "4.2.4",
"description": "React component for ffe-feedback",
"license": "MIT",
"author": "SpareBank 1",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@sb1/ffe-buttons-react": "^24.0.27",
"@sb1/ffe-core-react": "^9.1.8",
"@sb1/ffe-feedback": "^2.1.0",
"@sb1/ffe-form-react": "^21.1.26",
"@sb1/ffe-form-react": "^22.0.0",
"classnames": "^2.3.1"
},
"devDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions packages/ffe-form-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [22.0.0](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-12-17)


### Features

* **ffe-form-react:** standardize selectedValue in radio components ([97f596d](https://github.com/SpareBank1/designsystem/commit/97f596d0b85462e5c942f5547225532fd70341ae))


### BREAKING CHANGES

* **ffe-form-react:** limit selectedValue in radio komponents
to string, null, undefined.





## [21.1.26](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-12-17)

**Note:** Version bump only for package @sb1/ffe-form-react
Expand Down
2 changes: 1 addition & 1 deletion 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.26",
"version": "22.0.0",
"description": "React component for form elements in ffe",
"license": "MIT",
"author": "SpareBank 1",
Expand Down

0 comments on commit 1f97093

Please sign in to comment.