-
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.
- Loading branch information
Showing
12 changed files
with
34 additions
and
20 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "elements-angular-example", | ||
"version": "9.0.1", | ||
"version": "9.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@inovex.de/elements-angular": "^9.0.1" | ||
"@inovex.de/elements-angular": "^9.1.0" | ||
} | ||
} |
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": "9.0.1", | ||
"version": "9.1.0", | ||
"author": "Sven Lindauer <[email protected]>", | ||
"description": "Angular library for @inovex.de/elements to use the components in Angular projects", | ||
"contributors": [ | ||
|
@@ -20,7 +20,7 @@ | |
"rxjs": ">=7.5.0" | ||
}, | ||
"dependencies": { | ||
"@inovex.de/elements": "^9.0.1", | ||
"@inovex.de/elements": "^9.1.0", | ||
"tslib": "^2.3.0" | ||
}, | ||
"schematics": "./dist/schematics/collection.json", | ||
|
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": "9.0.1", | ||
"version": "9.1.0", | ||
"description": "This is the react package of the integration layer for @inovex.de/elements.", | ||
"author": "Patrick Hillert <[email protected]>", | ||
"contributors": [ | ||
|
@@ -47,6 +47,6 @@ | |
"react-dom": "^18.2.0" | ||
}, | ||
"dependencies": { | ||
"@inovex.de/elements": "^9.0.1" | ||
"@inovex.de/elements": "^9.1.0" | ||
} | ||
} |
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": "9.0.1", | ||
"version": "9.1.0", | ||
"description": "A web components library implementing the corporate identity of the inovex GmbH", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@inovex.de/elements-storybook", | ||
"version": "9.0.1", | ||
"version": "9.1.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 <[email protected]>", | ||
|
@@ -39,7 +39,7 @@ | |
"dist/" | ||
], | ||
"dependencies": { | ||
"@inovex.de/elements": "^9.0.1", | ||
"@inovex.de/elements": "^9.1.0", | ||
"lit": "^3.1.0", | ||
"lodash-es": "^4.17.21", | ||
"moment": "^2.24.0", | ||
|
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