diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e55ef0c62..bd7da001c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.6.0](https://github.com/baloise/design-system/compare/v1.5.0...v1.6.0) (2021-07-26) + + +### Bug Fixes + +* change modal background and field height ([eb87f1b](https://github.com/baloise/design-system/commit/eb87f1b639d61028c4712a9229b828358d0896d3)) +* **dropdown:** only open menu when there is enough space on top ([6edc40b](https://github.com/baloise/design-system/commit/6edc40bec8a1de460a4b1ef01c45c5d3af397ea8)) +* **field:** change min height if label is given or not ([1d1fc2e](https://github.com/baloise/design-system/commit/1d1fc2e6dc849dba0186b7ee2c7342a8e949d22d)) + + +### Features + +* **field:** add button addons ([1201eed](https://github.com/baloise/design-system/commit/1201eeda219335db91231b333a52f496b5f1a443)) +* **input:** add suffix attribute ([121e585](https://github.com/baloise/design-system/commit/121e585f7ec94b22988fe1c87f85eaf85c21ae15)) + + + + + # [1.5.0](https://github.com/baloise/design-system/compare/v1.4.1...v1.5.0) (2021-07-22) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 4c22e158c0..f0eeed9925 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.5.0", + "version": "1.6.0", "command": { "publish": { "ignoreChanges": [ diff --git a/packages/components-angular/CHANGELOG.md b/packages/components-angular/CHANGELOG.md index 576b4fa63d..c980a6d922 100644 --- a/packages/components-angular/CHANGELOG.md +++ b/packages/components-angular/CHANGELOG.md @@ -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. +# [1.6.0](https://github.com/baloise/design-system/compare/v1.5.0...v1.6.0) (2021-07-26) + +**Note:** Version bump only for package @baloise/design-system-components-angular + + + + + # [1.5.0](https://github.com/baloise/design-system/compare/v1.4.1...v1.5.0) (2021-07-22) **Note:** Version bump only for package @baloise/design-system-components-angular diff --git a/packages/components-angular/package-lock.json b/packages/components-angular/package-lock.json index 43b48e9e4e..8174503d1e 100644 --- a/packages/components-angular/package-lock.json +++ b/packages/components-angular/package-lock.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-components-angular", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/components-angular/package.json b/packages/components-angular/package.json index 55aaac66e7..f515f56ae7 100644 --- a/packages/components-angular/package.json +++ b/packages/components-angular/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-components-angular", - "version": "1.5.0", + "version": "1.6.0", "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", @@ -31,7 +31,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@baloise/design-system-components": "^1.5.0", + "@baloise/design-system-components": "^1.6.0", "tslib": "^2.2.0" }, "peerDependencies": { diff --git a/packages/components-vue/CHANGELOG.md b/packages/components-vue/CHANGELOG.md index bae1036eb0..231fcd2958 100644 --- a/packages/components-vue/CHANGELOG.md +++ b/packages/components-vue/CHANGELOG.md @@ -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. +# [1.6.0](https://github.com/baloise/design-system/compare/v1.5.0...v1.6.0) (2021-07-26) + +**Note:** Version bump only for package @baloise/design-system-components-vue + + + + + # [1.5.0](https://github.com/baloise/design-system/compare/v1.4.1...v1.5.0) (2021-07-22) diff --git a/packages/components-vue/package-lock.json b/packages/components-vue/package-lock.json index 484df98f3a..531faefa90 100644 --- a/packages/components-vue/package-lock.json +++ b/packages/components-vue/package-lock.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-components-vue", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/components-vue/package.json b/packages/components-vue/package.json index 2a90594e88..53f1566320 100644 --- a/packages/components-vue/package.json +++ b/packages/components-vue/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-components-vue", - "version": "1.5.0", + "version": "1.6.0", "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", @@ -52,7 +52,7 @@ }, "gitHead": "e0d380309b487bcedee06d025645f5aab37ab192", "dependencies": { - "@baloise/design-system-components": "^1.5.0" + "@baloise/design-system-components": "^1.6.0" }, "vetur": { "tags": "dist/vetur/tags.json", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 21e4178cae..64f0917b17 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.6.0](https://github.com/baloise/design-system/compare/v1.5.0...v1.6.0) (2021-07-26) + + +### Bug Fixes + +* change modal background and field height ([eb87f1b](https://github.com/baloise/design-system/commit/eb87f1b639d61028c4712a9229b828358d0896d3)) +* **dropdown:** only open menu when there is enough space on top ([6edc40b](https://github.com/baloise/design-system/commit/6edc40bec8a1de460a4b1ef01c45c5d3af397ea8)) +* **field:** change min height if label is given or not ([1d1fc2e](https://github.com/baloise/design-system/commit/1d1fc2e6dc849dba0186b7ee2c7342a8e949d22d)) + + +### Features + +* **field:** add button addons ([1201eed](https://github.com/baloise/design-system/commit/1201eeda219335db91231b333a52f496b5f1a443)) +* **input:** add suffix attribute ([121e585](https://github.com/baloise/design-system/commit/121e585f7ec94b22988fe1c87f85eaf85c21ae15)) + + + + + # [1.5.0](https://github.com/baloise/design-system/compare/v1.4.1...v1.5.0) (2021-07-22) diff --git a/packages/components/package-lock.json b/packages/components/package-lock.json index 09cfe03666..0b12f9a31f 100644 --- a/packages/components/package-lock.json +++ b/packages/components/package-lock.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-components", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/components/package.json b/packages/components/package.json index 8065768306..e846bd3103 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-components", - "version": "1.5.0", + "version": "1.6.0", "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", @@ -53,8 +53,8 @@ "test:e2e:watch": "stencil test --e2e --watchAll" }, "dependencies": { - "@baloise/design-system-fonts": "^1.5.0", - "@baloise/design-system-icons": "^1.5.0", + "@baloise/design-system-fonts": "^1.6.0", + "@baloise/design-system-icons": "^1.6.0", "@stencil/core": "^2.5.2", "@types/lodash": "^4.14.169", "bulma": "^0.9.2", diff --git a/packages/fonts/CHANGELOG.md b/packages/fonts/CHANGELOG.md index 14eabc120f..4f7b425bb0 100644 --- a/packages/fonts/CHANGELOG.md +++ b/packages/fonts/CHANGELOG.md @@ -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. +# [1.6.0](https://github.com/baloise/design-system/compare/v1.5.0...v1.6.0) (2021-07-26) + +**Note:** Version bump only for package @baloise/design-system-fonts + + + + + # [1.5.0](https://github.com/baloise/design-system/compare/v1.4.1...v1.5.0) (2021-07-22) **Note:** Version bump only for package @baloise/design-system-fonts diff --git a/packages/fonts/package-lock.json b/packages/fonts/package-lock.json index 781bf86915..2684a0c75c 100644 --- a/packages/fonts/package-lock.json +++ b/packages/fonts/package-lock.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-fonts", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/fonts/package.json b/packages/fonts/package.json index 4dce596342..62556addda 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-fonts", - "version": "1.5.0", + "version": "1.6.0", "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", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 60eb26ce33..897497ff47 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -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. +# [1.6.0](https://github.com/baloise/design-system/compare/v1.5.0...v1.6.0) (2021-07-26) + +**Note:** Version bump only for package @baloise/design-system-icons + + + + + # [1.5.0](https://github.com/baloise/design-system/compare/v1.4.1...v1.5.0) (2021-07-22) **Note:** Version bump only for package @baloise/design-system-icons diff --git a/packages/icons/package-lock.json b/packages/icons/package-lock.json index c5df43b25e..fedc9e73a3 100644 --- a/packages/icons/package-lock.json +++ b/packages/icons/package-lock.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-icons", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/icons/package.json b/packages/icons/package.json index 4c0db3ebb5..1106db22ed 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-icons", - "version": "1.5.0", + "version": "1.6.0", "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", diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index c7f85a8fd8..4c5fe74233 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -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. +# [1.6.0](https://github.com/baloise/design-system/compare/v1.5.0...v1.6.0) (2021-07-26) + +**Note:** Version bump only for package @baloise/design-system-testing + + + + + # [1.5.0](https://github.com/baloise/design-system/compare/v1.4.1...v1.5.0) (2021-07-22) **Note:** Version bump only for package @baloise/design-system-testing diff --git a/packages/testing/package-lock.json b/packages/testing/package-lock.json index 9d6077b4ba..4efcf49b86 100644 --- a/packages/testing/package-lock.json +++ b/packages/testing/package-lock.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-testing", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/testing/package.json b/packages/testing/package.json index c159deed9d..d719e1ca80 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-testing", - "version": "1.5.0", + "version": "1.6.0", "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", @@ -41,7 +41,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@baloise/design-system-components": "^1.5.0" + "@baloise/design-system-components": "^1.6.0" }, "devDependencies": { "@types/chai": "^4.2.18",