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 18, 2023
1 parent fb7d37c commit ff700bb
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 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.1.23](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2023-10-18)

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

## [5.1.22](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2023-10-13)

### Bug Fixes
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": "5.1.22",
"version": "5.1.23",
"description": "Index of FFE compontents",
"license": "MIT",
"author": "SpareBank 1 Utvikling",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@sb1/ffe-accordion-react": "^11.0.0",
"@sb1/ffe-account-selector-react": "^23.0.1",
"@sb1/ffe-buttons": "^18.0.0",
"@sb1/ffe-buttons-react": "^19.0.0",
"@sb1/ffe-buttons-react": "^20.0.0",
"@sb1/ffe-cards": "^17.0.0",
"@sb1/ffe-cards-react": "^13.0.0",
"@sb1/ffe-chart-donut-react": "^5.3.0",
Expand All @@ -59,7 +59,7 @@
"@sb1/ffe-details-list-react": "^4.0.9",
"@sb1/ffe-dropdown-react": "^6.0.13",
"@sb1/ffe-file-upload": "^10.0.1",
"@sb1/ffe-file-upload-react": "^10.0.1",
"@sb1/ffe-file-upload-react": "^10.0.2",
"@sb1/ffe-form": "^25.0.1",
"@sb1/ffe-form-react": "^14.0.1",
"@sb1/ffe-formatters": "^4.1.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/ffe-buttons-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [20.0.0](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2023-10-18)

### Bug Fixes

- **ffe-buttons-react:** fjern left/right ikon på ExpandButton ([5eff4e0](https://github.com/SpareBank1/designsystem/commit/5eff4e0c56ceca350f393459f57663ecf0b3d40f))

### BREAKING CHANGES

- **ffe-buttons-react:** fjerner leftIcon og rightIcon prop på ExpandButton

# [19.0.0](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2023-10-13)

### Features
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": "19.0.0",
"version": "20.0.0",
"description": "React implementation of ffe-buttons",
"keywords": [
"ffe"
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.2](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2023-10-18)

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

## [10.0.1](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2023-10-13)

**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": "10.0.1",
"version": "10.0.2",
"description": "Upload file button with validation and list of uploaded files.",
"keywords": [
"ffe"
Expand Down Expand Up @@ -28,7 +28,7 @@
"test:watch": "ffe-buildtool jest --watch"
},
"dependencies": {
"@sb1/ffe-buttons-react": "^19.0.0",
"@sb1/ffe-buttons-react": "^20.0.0",
"@sb1/ffe-file-upload": "^10.0.1",
"@sb1/ffe-form": "^25.0.1",
"@sb1/ffe-symbols-react": "^2.0.1",
Expand Down

0 comments on commit ff700bb

Please sign in to comment.