-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[create-pull-request] automated change Co-authored-by: janivo <[email protected]>
- Loading branch information
1 parent
477f2cc
commit 8622cec
Showing
23 changed files
with
111 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,5 +62,5 @@ | |
] | ||
}, | ||
"name": "core", | ||
"version": "7.1.1" | ||
} | ||
"version": "7.1.2" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@inovex.de/elements-angular", | ||
"version": "7.1.1", | ||
"version": "7.1.2", | ||
"author": "Sven Lindauer <[email protected]>", | ||
"description": "Angular library for @inovex.de/elements to use the components in Angular projects", | ||
"contributors": [ | ||
|
@@ -12,7 +12,7 @@ | |
"url": "https://github.com/inovex/elements/issues" | ||
}, | ||
"dependencies": { | ||
"@inovex.de/elements": "^7.1.1" | ||
"@inovex.de/elements": "^7.1.2" | ||
}, | ||
"peerDependencies": { | ||
"@angular/common": "^12.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@inovex.de/elements-angular-builder", | ||
"version": "7.1.1", | ||
"version": "7.1.2", | ||
"description": "This is the angular package of the integration layer for @inovex.de/elements.", | ||
"author": "Sven Lindauer <[email protected]>", | ||
"contributors": [ | ||
|
@@ -34,7 +34,7 @@ | |
"@angular/platform-browser": "^12.0.1", | ||
"@angular/platform-browser-dynamic": "^12.0.1", | ||
"@angular/router": "^12.0.1", | ||
"@inovex.de/elements": "^7.1.1", | ||
"@inovex.de/elements": "^7.1.2", | ||
"rxjs": "~6.6.3", | ||
"tslib": "^2.2.0", | ||
"zone.js": "~0.11.4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@inovex.de/elements-react", | ||
"version": "7.1.1", | ||
"version": "7.1.2", | ||
"description": "This is the react package of the integration layer for @inovex.de/elements.", | ||
"author": "Patrick Hillert <[email protected]>", | ||
"contributors": [ | ||
|
@@ -60,6 +60,6 @@ | |
"react-dom": "^17.0.2" | ||
}, | ||
"dependencies": { | ||
"@inovex.de/elements": "^7.1.1" | ||
"@inovex.de/elements": "^7.1.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@inovex.de/elements", | ||
"version": "7.1.1", | ||
"version": "7.1.2", | ||
"description": "This is the home of a web component library based on Stencil.", | ||
"repository": "https://github.com/inovex/elements.git", | ||
"author": "Patrick Hillert <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@inovex.de/elements-landingpage", | ||
"version": "7.1.1", | ||
"version": "7.1.2", | ||
"description": "The landingpage for inovex elements", | ||
"author": "Patrick Hillert <[email protected]>", | ||
"private": true, | ||
|
@@ -16,7 +16,7 @@ | |
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src" | ||
}, | ||
"dependencies": { | ||
"@inovex.de/elements-vue": "^7.1.1", | ||
"@inovex.de/elements-vue": "^7.1.2", | ||
"vue": "^3.2.31", | ||
"vue-router": "^4.0.14" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@inovex.de/elements-storybook", | ||
"version": "7.1.1", | ||
"version": "7.1.2", | ||
"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 <[email protected]>", | ||
|
@@ -40,7 +40,7 @@ | |
"dist/" | ||
], | ||
"dependencies": { | ||
"@inovex.de/elements": "^7.1.1", | ||
"@inovex.de/elements": "^7.1.2", | ||
"moment": "^2.24.0" | ||
}, | ||
"devDependencies": { | ||
|