Skip to content

Commit

Permalink
chore: publish v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janivo committed Dec 1, 2020
1 parent 932e61b commit f6f98f2
Show file tree
Hide file tree
Showing 13 changed files with 81 additions and 12 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# Changelog
## [2.2.0](https://github.com/inovex/elements/compare/v2.1.0...v2.2.0) (2020-12-01)


### Features

* **elements|ino-chip:** add slot for icons and mark ino-icon prop as deprecated ([#189](https://github.com/inovex/elements/issues/189)) ([edca6b8](https://github.com/inovex/elements/commit/edca6b8297191db80c2b2dd378b7b931bb035d3a))
* **elements|ino-input-file:** add drag and drop window ([#199](https://github.com/inovex/elements/issues/199)) ([6ede8b0](https://github.com/inovex/elements/commit/6ede8b0b7cf1e31921d5f5ddf58c3fab91d43407))


### Bug Fixes

* **elements|ino-fab:** restore disabled color ([#217](https://github.com/inovex/elements/issues/217)) ([2b07e6a](https://github.com/inovex/elements/commit/2b07e6a362ec9400a5a40b17bf273f04337ab660))
* **elements|ino-input:** add autofocus prop to input element ([#198](https://github.com/inovex/elements/issues/198)) ([6f5a186](https://github.com/inovex/elements/commit/6f5a186291040ca890994ba0328d7a078cf7b4f7))


### Miscellaneous

* add npm release script ([#208](https://github.com/inovex/elements/issues/208)) ([04e5926](https://github.com/inovex/elements/commit/04e5926352917a94c99ddc57cc0e0d283b433b33))

## [2.1.0](https://github.com/inovex/elements/compare/v2.0.0...v2.1.0) (2020-11-24)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"packages/elements-angular/elements/**"
],
"version": "2.1.0",
"version": "2.2.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
]
},
"name": "core",
"version": "2.1.0"
}
"version": "2.2.0"
}
13 changes: 13 additions & 0 deletions packages/elements-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [2.2.0](https://github.com/inovex/elements/compare/v2.1.0...v2.2.0) (2020-12-01)


### Features

* **elements|ino-chip:** add slot for icons and mark ino-icon prop as deprecated ([#189](https://github.com/inovex/elements/issues/189)) ([edca6b8](https://github.com/inovex/elements/commit/edca6b8297191db80c2b2dd378b7b931bb035d3a))
* **elements|ino-input-file:** add drag and drop window ([#199](https://github.com/inovex/elements/issues/199)) ([6ede8b0](https://github.com/inovex/elements/commit/6ede8b0b7cf1e31921d5f5ddf58c3fab91d43407))


### Bug Fixes

* **elements|ino-input:** add autofocus prop to input element ([#198](https://github.com/inovex/elements/issues/198)) ([6f5a186](https://github.com/inovex/elements/commit/6f5a186291040ca890994ba0328d7a078cf7b4f7))

## [2.1.0](https://github.com/inovex/elements/compare/v2.0.0...v2.1.0) (2020-11-24)


Expand Down
13 changes: 13 additions & 0 deletions packages/elements-angular/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [2.2.0](https://github.com/inovex/elements/compare/v2.1.0...v2.2.0) (2020-12-01)


### Features

* **elements|ino-chip:** add slot for icons and mark ino-icon prop as deprecated ([#189](https://github.com/inovex/elements/issues/189)) ([edca6b8](https://github.com/inovex/elements/commit/edca6b8297191db80c2b2dd378b7b931bb035d3a))
* **elements|ino-input-file:** add drag and drop window ([#199](https://github.com/inovex/elements/issues/199)) ([6ede8b0](https://github.com/inovex/elements/commit/6ede8b0b7cf1e31921d5f5ddf58c3fab91d43407))


### Bug Fixes

* **elements|ino-input:** add autofocus prop to input element ([#198](https://github.com/inovex/elements/issues/198)) ([6f5a186](https://github.com/inovex/elements/commit/6f5a186291040ca890994ba0328d7a078cf7b4f7))

## [2.1.0](https://github.com/inovex/elements/compare/v2.0.0...v2.1.0) (2020-11-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/elements-angular/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inovex.de/elements-angular",
"version": "2.1.0",
"version": "2.2.0",
"author": "Sven Lindauer <slindauer@inovex.de>",
"description": "Angular library for @inovex.de/elements to use the components in Angular projects",
"contributors": [
Expand All @@ -12,7 +12,7 @@
"url": "https://github.com/inovex/elements/issues"
},
"dependencies": {
"@inovex.de/elements": "^2.1.0"
"@inovex.de/elements": "^2.2.0"
},
"peerDependencies": {
"@angular/common": "^10.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/elements-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inovex.de/elements-angular-builder",
"version": "2.1.0",
"version": "2.2.0",
"description": "This is the angular package of the integration layer for @inovex.de/elements.",
"author": "Sven Lindauer <slindauer@inovex.de>",
"contributors": [
Expand Down Expand Up @@ -31,7 +31,7 @@
"@angular/platform-browser": "~10.1.4",
"@angular/platform-browser-dynamic": "~10.1.4",
"@angular/router": "~10.1.4",
"@inovex.de/elements": "^2.1.0",
"@inovex.de/elements": "^2.2.0",
"rxjs": "~6.6.3",
"tslib": "^1.10.0",
"zone.js": "~0.10.3"
Expand Down
2 changes: 2 additions & 0 deletions packages/elements-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

## [2.2.0](https://github.com/inovex/elements/compare/v2.1.0...v2.2.0) (2020-12-01)

## [2.1.0](https://github.com/inovex/elements/compare/v2.0.0...v2.1.0) (2020-11-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/elements-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inovex.de/elements-react",
"version": "2.1.0",
"version": "2.2.0",
"description": "This is the react package of the integration layer for @inovex.de/elements.",
"author": "Patrick Hillert <phillert@inovex.de>",
"contributors": [
Expand Down Expand Up @@ -64,6 +64,6 @@
"react-router-dom": "^4.3.1"
},
"dependencies": {
"@inovex.de/elements": "^2.1.0"
"@inovex.de/elements": "^2.2.0"
}
}
14 changes: 14 additions & 0 deletions packages/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## [2.2.0](https://github.com/inovex/elements/compare/v2.1.0...v2.2.0) (2020-12-01)


### Features

* **elements|ino-chip:** add slot for icons and mark ino-icon prop as deprecated ([#189](https://github.com/inovex/elements/issues/189)) ([edca6b8](https://github.com/inovex/elements/commit/edca6b8297191db80c2b2dd378b7b931bb035d3a))
* **elements|ino-input-file:** add drag and drop window ([#199](https://github.com/inovex/elements/issues/199)) ([6ede8b0](https://github.com/inovex/elements/commit/6ede8b0b7cf1e31921d5f5ddf58c3fab91d43407))


### Bug Fixes

* **elements|ino-fab:** restore disabled color ([#217](https://github.com/inovex/elements/issues/217)) ([2b07e6a](https://github.com/inovex/elements/commit/2b07e6a362ec9400a5a40b17bf273f04337ab660))
* **elements|ino-input:** add autofocus prop to input element ([#198](https://github.com/inovex/elements/issues/198)) ([6f5a186](https://github.com/inovex/elements/commit/6f5a186291040ca890994ba0328d7a078cf7b4f7))

## [2.1.0](https://github.com/inovex/elements/compare/v2.0.0...v2.1.0) (2020-11-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inovex.de/elements",
"version": "2.1.0",
"version": "2.2.0",
"description": "This is the home of a web component library based on Stencil.",
"repository": "https://github.com/inovex/elements.git",
"author": "Patrick Hillert <phillert@inovex.de>",
Expand Down
8 changes: 8 additions & 0 deletions packages/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [2.2.0](https://github.com/inovex/elements/compare/v2.1.0...v2.2.0) (2020-12-01)


### Features

* **elements|ino-chip:** add slot for icons and mark ino-icon prop as deprecated ([#189](https://github.com/inovex/elements/issues/189)) ([edca6b8](https://github.com/inovex/elements/commit/edca6b8297191db80c2b2dd378b7b931bb035d3a))
* **elements|ino-input-file:** add drag and drop window ([#199](https://github.com/inovex/elements/issues/199)) ([6ede8b0](https://github.com/inovex/elements/commit/6ede8b0b7cf1e31921d5f5ddf58c3fab91d43407))

## [2.1.0](https://github.com/inovex/elements/compare/v2.0.0...v2.1.0) (2020-11-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@inovex.de/elements-storybook",
"version": "2.1.0",
"version": "2.2.0",
"description": "This is the storybook package containing all the documentation for @inovex.de/elements, @inovex.de/elements-angular, @inovex.de/elements-react.",
"repository": "https://github.com/inovex/elements.git",
"author": "Patrick Hillert <phillert@inovex.de>",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dist/"
],
"dependencies": {
"@inovex.de/elements": "^2.1.0",
"@inovex.de/elements": "^2.2.0",
"mermaid": "^8.2.6",
"moment": "^2.24.0"
},
Expand Down

0 comments on commit f6f98f2

Please sign in to comment.