Skip to content

Commit

Permalink
chore: publish v8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janivo committed May 31, 2023
1 parent 851ea7e commit b786cb4
Show file tree
Hide file tree
Showing 21 changed files with 1,679 additions and 2,237 deletions.
1,339 changes: 593 additions & 746 deletions CHANGELOG.md

Large diffs are not rendered by default.

11 changes: 3 additions & 8 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"packages": [
"packages/*",
"packages/elements-angular/elements"
],
"version": "8.1.0",
"packages": ["packages/*", "packages/elements-angular/elements"],
"version": "8.1.1",
"npmClient": "yarn",
"useNx": true,
"useWorkspaces": true,
Expand All @@ -12,9 +9,7 @@
"yes": true,
"push": false,
"message": "chore: publish %s",
"allowBranch": [
"master"
]
"allowBranch": ["master"]
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,5 @@
]
},
"name": "core",
"version": "8.1.0"
"version": "8.1.1"
}
46 changes: 20 additions & 26 deletions packages/elements-angular-example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,62 +2,56 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [8.1.0](https://github.com/inovex/elements/compare/v8.0.0...v8.1.0) (2023-05-17)
### [8.1.1](https://github.com/inovex/elements/compare/v8.1.0...v8.1.1) (2023-05-31)

## [8.1.0](https://github.com/inovex/elements/compare/v8.0.0...v8.1.0) (2023-05-17)

### Features

* add new elements logo ([#912](https://github.com/inovex/elements/issues/912)) ([190ac1a](https://github.com/inovex/elements/commit/190ac1a3c3f44099b2c27e9e0e77da68cf93b0af))
- add new elements logo ([#912](https://github.com/inovex/elements/issues/912)) ([190ac1a](https://github.com/inovex/elements/commit/190ac1a3c3f44099b2c27e9e0e77da68cf93b0af))

## [8.0.0](https://github.com/inovex/elements/compare/v7.1.2...v8.0.0) (2023-01-05)


### ⚠ BREAKING CHANGES

* **elements|ino-header:** We've decided to remove the `ino-header` component as it did not really provide the flexibility we wanted. To still use the inovex-elements header styles, we recommend to integrate our new stylesheet which styles all headlines from `<h1>` to `<h6>` and more. Have a look at [our integration guide](https://elements.inovex.de/version/v8.0.0/?path=/docs/docs-stylesheet--page).
- **elements|ino-header:** We've decided to remove the `ino-header` component as it did not really provide the flexibility we wanted. To still use the inovex-elements header styles, we recommend to integrate our new stylesheet which styles all headlines from `<h1>` to `<h6>` and more. Have a look at [our integration guide](https://elements.inovex.de/version/v8.0.0/?path=/docs/docs-stylesheet--page).

### Bug Fixes

* **elements-angular-example:** fix missing icons ([#783](https://github.com/inovex/elements/issues/783)) ([e8266b3](https://github.com/inovex/elements/commit/e8266b313b8acd3aa6582c616d2378b504852a4c))
* **elements-angular|ino-markdown-editor:** prevent styles from being applied in wrong places ([#780](https://github.com/inovex/elements/issues/780)) ([7bdbfc6](https://github.com/inovex/elements/commit/7bdbfc6711b73b4dfc74cb0ba41c78f4e5d6df1b))

- **elements-angular-example:** fix missing icons ([#783](https://github.com/inovex/elements/issues/783)) ([e8266b3](https://github.com/inovex/elements/commit/e8266b313b8acd3aa6582c616d2378b504852a4c))
- **elements-angular|ino-markdown-editor:** prevent styles from being applied in wrong places ([#780](https://github.com/inovex/elements/issues/780)) ([7bdbfc6](https://github.com/inovex/elements/commit/7bdbfc6711b73b4dfc74cb0ba41c78f4e5d6df1b))

### Refactoring

* **elements|ino-header:** remove component ([#793](https://github.com/inovex/elements/issues/793)) ([a83734d](https://github.com/inovex/elements/commit/a83734de27ee64f459b14d0a08b487aab07c38ae))
- **elements|ino-header:** remove component ([#793](https://github.com/inovex/elements/issues/793)) ([a83734d](https://github.com/inovex/elements/commit/a83734de27ee64f459b14d0a08b487aab07c38ae))

### [7.1.2](https://github.com/inovex/elements/compare/v7.1.1...v7.1.2) (2022-09-20)


### Bug Fixes

* changelog entries for new projects ([7a682d6](https://github.com/inovex/elements/commit/7a682d68d8170d11a733bda6283d68c1f0b3a1bf))
- changelog entries for new projects ([7a682d6](https://github.com/inovex/elements/commit/7a682d68d8170d11a733bda6283d68c1f0b3a1bf))

### [7.1.1](https://github.com/inovex/elements/compare/v7.1.0...v7.1.1) (2022-08-19)


### Features

* **elements-angular:** support disable state handling in ControlValueAccessors ([#664](https://github.com/inovex/elements/issues/664)) ([18a02b3](https://github.com/inovex/elements/commit/18a02b3d40c4a9654e911745ec89f738e7297a37))

- **elements-angular:** support disable state handling in ControlValueAccessors ([#664](https://github.com/inovex/elements/issues/664)) ([18a02b3](https://github.com/inovex/elements/commit/18a02b3d40c4a9654e911745ec89f738e7297a37))

## [7.1.0](https://github.com/inovex/elements/compare/v7.0.0...v7.1.0) (2022-07-18)


### Features

* **elements|ino-carousel:** add `valueChange` event to inform about slide changes on arrow click ([#650](https://github.com/inovex/elements/issues/650)) ([6f98a31](https://github.com/inovex/elements/commit/6f98a317294c9789d5fed72e9210d5f2adf5dacf))
* **elements|ino-markdown-editor:** support task lists ([#660](https://github.com/inovex/elements/issues/660)) ([47a71c2](https://github.com/inovex/elements/commit/47a71c25faea9042987706badb5f00e36d021d53))
* **elements|ino-radio-group:** add option to align radios vertically & horizontally ([#652](https://github.com/inovex/elements/issues/652)) ([2106dfd](https://github.com/inovex/elements/commit/2106dfdd85abd0a93b3325eb82216bddd1e4ea2b))
* add angular example project ([#601](https://github.com/inovex/elements/issues/601)) ([b860b56](https://github.com/inovex/elements/commit/b860b56b4e7c37ccd55481e14889242d694cb8b5))
* add react example project ([#519](https://github.com/inovex/elements/issues/519)) ([e420ac9](https://github.com/inovex/elements/commit/e420ac9796f982960f1d6ab19000f9701f918b67))
* **elements|ino-icon-button:** add support for custom icons via default slot ([#600](https://github.com/inovex/elements/issues/600)) ([e2dae7d](https://github.com/inovex/elements/commit/e2dae7dd8b03664d07c7535f573b33cd4075f933))
* **elements|ino-radio-group:** support keyboard navigation ([#644](https://github.com/inovex/elements/issues/644)) ([b0bf72f](https://github.com/inovex/elements/commit/b0bf72f860fed2bb64d3d7c6589737a01bb59f2b))
* **elements|ino-range:** support input of intervals ([#605](https://github.com/inovex/elements/issues/605)) ([2f7d8fd](https://github.com/inovex/elements/commit/2f7d8fdb42fab55402adc8913502046a4e043453))

- **elements|ino-carousel:** add `valueChange` event to inform about slide changes on arrow click ([#650](https://github.com/inovex/elements/issues/650)) ([6f98a31](https://github.com/inovex/elements/commit/6f98a317294c9789d5fed72e9210d5f2adf5dacf))
- **elements|ino-markdown-editor:** support task lists ([#660](https://github.com/inovex/elements/issues/660)) ([47a71c2](https://github.com/inovex/elements/commit/47a71c25faea9042987706badb5f00e36d021d53))
- **elements|ino-radio-group:** add option to align radios vertically & horizontally ([#652](https://github.com/inovex/elements/issues/652)) ([2106dfd](https://github.com/inovex/elements/commit/2106dfdd85abd0a93b3325eb82216bddd1e4ea2b))
- add angular example project ([#601](https://github.com/inovex/elements/issues/601)) ([b860b56](https://github.com/inovex/elements/commit/b860b56b4e7c37ccd55481e14889242d694cb8b5))
- add react example project ([#519](https://github.com/inovex/elements/issues/519)) ([e420ac9](https://github.com/inovex/elements/commit/e420ac9796f982960f1d6ab19000f9701f918b67))
- **elements|ino-icon-button:** add support for custom icons via default slot ([#600](https://github.com/inovex/elements/issues/600)) ([e2dae7d](https://github.com/inovex/elements/commit/e2dae7dd8b03664d07c7535f573b33cd4075f933))
- **elements|ino-radio-group:** support keyboard navigation ([#644](https://github.com/inovex/elements/issues/644)) ([b0bf72f](https://github.com/inovex/elements/commit/b0bf72f860fed2bb64d3d7c6589737a01bb59f2b))
- **elements|ino-range:** support input of intervals ([#605](https://github.com/inovex/elements/issues/605)) ([2f7d8fd](https://github.com/inovex/elements/commit/2f7d8fdb42fab55402adc8913502046a4e043453))

### Miscellaneous

* **deps:** bump eventsource from 1.0.7 to 1.1.1 ([#623](https://github.com/inovex/elements/issues/623)) ([82cc7f6](https://github.com/inovex/elements/commit/82cc7f6d953bd68ecc8237c5f2aefa6053888315))
* **deps:** bump moment from 2.29.2 to 2.29.4 ([#658](https://github.com/inovex/elements/issues/658)) ([c414401](https://github.com/inovex/elements/commit/c4144019c597619b5383decee32f8c90459f889a))
* **storybook:** update storybook to 6.5 ([#648](https://github.com/inovex/elements/issues/648)) ([a9ed814](https://github.com/inovex/elements/commit/a9ed814aa1434614492c1b406fab91d38c51da74))
- **deps:** bump eventsource from 1.0.7 to 1.1.1 ([#623](https://github.com/inovex/elements/issues/623)) ([82cc7f6](https://github.com/inovex/elements/commit/82cc7f6d953bd68ecc8237c5f2aefa6053888315))
- **deps:** bump moment from 2.29.2 to 2.29.4 ([#658](https://github.com/inovex/elements/issues/658)) ([c414401](https://github.com/inovex/elements/commit/c4144019c597619b5383decee32f8c90459f889a))
- **storybook:** update storybook to 6.5 ([#648](https://github.com/inovex/elements/issues/648)) ([a9ed814](https://github.com/inovex/elements/commit/a9ed814aa1434614492c1b406fab91d38c51da74))
4 changes: 2 additions & 2 deletions packages/elements-angular-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elements-angular-example",
"version": "8.1.0",
"version": "8.1.1",
"private": true,
"dependencies": {
"@angular/animations": "~12.0.1",
Expand All @@ -11,7 +11,7 @@
"@angular/platform-browser": "~12.0.1",
"@angular/platform-browser-dynamic": "~12.0.1",
"@angular/router": "~12.0.1",
"@inovex.de/elements-angular": "^8.1.0",
"@inovex.de/elements-angular": "^8.1.1",
"rxjs": "~6.6.0",
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
Expand Down

0 comments on commit b786cb4

Please sign in to comment.