@ihk-gfi/lux-components-update 19.2.0 → 19.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ihk-gfi/lux-components-update",
3
- "version": "19.2.0",
3
+ "version": "19.2.1",
4
4
  "description": "Schematics für die Aktualisierung von LUX-Applikationen",
5
5
  "scripts": {
6
6
  "build": "npm run clean && tsc -p tsconfig.json",
@@ -16,6 +16,7 @@ function update190200(options, runNpmInstall = true) {
16
16
  (0, util_1.messageInfoRule)(`Die LUX-Components werden auf die Version 19.2.0 aktualisiert...`),
17
17
  (0, util_1.messageInfoRule)(`Die Datei "package.json" wird angepasst...`),
18
18
  (0, index_1.updateDep)('@ihk-gfi/lux-components', '19.2.0', false),
19
+ (0, index_1.updateDep)('@ihk-gfi/lux-components-theme', '19.0.1', false),
19
20
  addCdkScrollable(options),
20
21
  (0, util_1.messageSuccessRule)(`Die LUX-Components wurden auf die Version 19.2.0 aktualisiert.`),
21
22
  (0, util_1.finish)(runNpmInstall, `${chalk.yellowBright('Fertig!')}`)