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 a787feb commit 7cc77c7
Show file tree
Hide file tree
Showing 6 changed files with 41 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.81](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.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
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.80",
"version": "8.4.81",
"description": "Index of FFE compontents",
"license": "MIT",
"author": "SpareBank 1 Utvikling",
Expand Down Expand Up @@ -53,8 +53,8 @@
"@sb1/ffe-collapse-react": "^5.1.0",
"@sb1/ffe-core": "^29.2.0",
"@sb1/ffe-core-react": "^9.1.8",
"@sb1/ffe-datepicker": "^13.1.2",
"@sb1/ffe-datepicker-react": "^9.1.29",
"@sb1/ffe-datepicker": "^13.2.0",
"@sb1/ffe-datepicker-react": "^10.0.0",
"@sb1/ffe-dropdown-react": "^8.0.25",
"@sb1/ffe-feedback": "^2.1.0",
"@sb1/ffe-feedback-react": "^4.2.4",
Expand Down
16 changes: 16 additions & 0 deletions packages/ffe-datepicker-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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]) (2024-12-17)


### Features

* **ffe-datepicker-react:** nytt format på datepicker ([bdc3549](https://github.com/SpareBank1/designsystem/commit/bdc3549ccb37d9ff5c818a215b94fdda4e183ffc))


### BREAKING CHANGES

* **ffe-datepicker-react:** Fjernet inputProps. labelId påkrevd





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

**Note:** Version bump only for package @sb1/ffe-datepicker-react
Expand Down
4 changes: 2 additions & 2 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": "9.1.29",
"version": "10.0.0",
"license": "MIT",
"author": "SpareBank 1",
"files": [
Expand All @@ -25,7 +25,7 @@
"test:watch": "ffe-buildtool jest --watch"
},
"dependencies": {
"@sb1/ffe-datepicker": "^13.1.2",
"@sb1/ffe-datepicker": "^13.2.0",
"@sb1/ffe-form": "^30.2.0",
"@sb1/ffe-icons-react": "^11.0.14",
"@types/lodash.debounce": "^4.0.9",
Expand Down
11 changes: 11 additions & 0 deletions packages/ffe-datepicker/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.

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


### Features

* **ffe-datepicker:** nytt format på datepicker input ([111330d](https://github.com/SpareBank1/designsystem/commit/111330d7b36678efad4b5d150c37ef8c3cf1f4ed))





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

**Note:** Version bump only for package @sb1/ffe-datepicker
Expand Down
2 changes: 1 addition & 1 deletion packages/ffe-datepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb1/ffe-datepicker",
"version": "13.1.2",
"version": "13.2.0",
"description": "FFE Datepicker",
"license": "MIT",
"author": "SpareBank 1",
Expand Down

0 comments on commit 7cc77c7

Please sign in to comment.