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 Feb 29, 2024
1 parent fc3a258 commit 2a62258
Show file tree
Hide file tree
Showing 6 changed files with 21 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.4.17](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-02-29)

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

## [5.4.16](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-02-28)

**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": "5.4.16",
"version": "5.4.17",
"description": "Index of FFE compontents",
"license": "MIT",
"author": "SpareBank 1 Utvikling",
Expand Down Expand Up @@ -84,8 +84,8 @@
"@sb1/ffe-system-message-react": "^8.0.15",
"@sb1/ffe-tables": "^14.0.7",
"@sb1/ffe-tables-react": "^8.0.14",
"@sb1/ffe-tabs": "^13.1.8",
"@sb1/ffe-tabs-react": "^8.0.12",
"@sb1/ffe-tabs": "^13.1.9",
"@sb1/ffe-tabs-react": "^8.0.13",
"@sb1/ffe-webfonts": "^4.0.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/ffe-tabs-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.

## [8.0.13](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-02-29)

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

## [8.0.12](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-02-28)

**Note:** Version bump only for package @sb1/ffe-tabs-react
Expand Down
4 changes: 2 additions & 2 deletions packages/ffe-tabs-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb1/ffe-tabs-react",
"version": "8.0.12",
"version": "8.0.13",
"license": "MIT",
"author": "SpareBank 1",
"files": [
Expand All @@ -24,7 +24,7 @@
"test:watch": "ffe-buildtool jest --watch"
},
"dependencies": {
"@sb1/ffe-tabs": "^13.1.8",
"@sb1/ffe-tabs": "^13.1.9",
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/ffe-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [13.1.9](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-02-29)

### Bug Fixes

- **ffe-tabs:** make no break tabs shrink ([06acc40](https://github.com/SpareBank1/designsystem/commit/06acc40ff4628ad34ef299f96aa87aa298042e03))
- **ffe-tabs:** remove white-space: nowrap; from tabs ([fcd36e8](https://github.com/SpareBank1/designsystem/commit/fcd36e832b343436b02e2ab31c0ad41278039c7b))

## [13.1.8](https://github.com/SpareBank1/designsystem/compare/@sb1/[email protected]...@sb1/[email protected]) (2024-02-28)

**Note:** Version bump only for package @sb1/ffe-tabs
Expand Down
2 changes: 1 addition & 1 deletion packages/ffe-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sb1/ffe-tabs",
"version": "13.1.8",
"version": "13.1.9",
"license": "MIT",
"author": "SpareBank1",
"files": [
Expand Down

0 comments on commit 2a62258

Please sign in to comment.