Skip to content

Commit

Permalink
Merge branch 'master' of github.com:baloise/design-system
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Mar 29, 2022
2 parents 31a399a + f7d6e32 commit cb7fb7a
Show file tree
Hide file tree
Showing 20 changed files with 198 additions and 180 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [10.7.1](https://github.com/baloise/design-system/compare/v10.7.0...v10.7.1) (2022-03-29)


### Features

* **modal:** add space property ([103348d](https://github.com/baloise/design-system/commit/103348d01ab1d2f49de73f3d9d042842e2c4f85c))


### Bug Fixes

* **card:** subtitle can have diffrent color and be bold ([be858a8](https://github.com/baloise/design-system/commit/be858a85da35315aba0f4301dd5253bcd5474667))
* **modal:** set space as optional ([de62b2d](https://github.com/baloise/design-system/commit/de62b2dcce59e2966bd8e2b352c7f5b2f8e3e186))
* **testing:** add missing hint commands ([547f420](https://github.com/baloise/design-system/commit/547f420b3f8d5b5468f9f9eae00349cafcda835b))

### 10.6.3 (2022-03-24)



## [10.7.0](https://github.com/baloise/design-system/compare/v10.6.3...v10.7.0) (2022-03-29)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "10.7.0",
"version": "10.7.1",
"granularPathspec": false,
"packages": [
"packages/*"
Expand Down
50 changes: 25 additions & 25 deletions packages/components-angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/components-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-components-angular",
"version": "10.7.0",
"version": "10.7.1",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@baloise/design-system-components": "10.7.0",
"@baloise/design-system-components": "10.7.1",
"tslib": "^2.2.0"
},
"peerDependencies": {
Expand Down
50 changes: 25 additions & 25 deletions packages/components-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-components-react",
"version": "10.7.0",
"version": "10.7.1",
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -61,7 +61,7 @@
"react-dom": ">=17.0.0"
},
"dependencies": {
"@baloise/design-system-components": "10.7.0"
"@baloise/design-system-components": "10.7.1"
},
"gitHead": "942fb79c8ff2fb991d815f91ffee0bb95ea6756f"
}
50 changes: 25 additions & 25 deletions packages/components-table/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/components-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/design-system-components-table",
"version": "10.7.0",
"version": "10.7.1",
"description": "The Baloise Design System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@baloise/design-system-components": "10.7.0",
"@baloise/design-system-components": "10.7.1",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/lodash.isnil": "^4.0.6",
Expand Down
Loading

1 comment on commit cb7fb7a

@vercel
Copy link

@vercel vercel bot commented on cb7fb7a Mar 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.