Skip to content

Commit

Permalink
chore(): release
Browse files Browse the repository at this point in the history
  • Loading branch information
baopso committed Jul 26, 2021
1 parent c5a61b6 commit 56f5909
Show file tree
Hide file tree
Showing 20 changed files with 96 additions and 18 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.5.0",
"version": "1.6.0",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
8 changes: 8 additions & 0 deletions packages/components-angular/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.

# [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
Expand Down
2 changes: 1 addition & 1 deletion 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": "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",
Expand Down Expand Up @@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/components-vue/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.

# [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/components-vue/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-vue/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
19 changes: 19 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/components/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/fonts/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.

# [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
Expand Down
2 changes: 1 addition & 1 deletion packages/fonts/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/fonts/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/icons/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.

# [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
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/testing/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.

# [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
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/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/testing/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

2 comments on commit 56f5909

@vercel
Copy link

@vercel vercel bot commented on 56f5909 Jul 26, 2021

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 56f5909 Jul 26, 2021

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.