ng-alain 17.1.0 → 17.2.0

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": "ng-alain",
3
- "version": "17.1.0",
3
+ "version": "17.2.0",
4
4
  "description": "Schematics specific to ng-alain",
5
5
  "author": "cipchk<cipchk@qq.com>",
6
6
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ZORROVERSION = exports.VERSION = void 0;
4
- exports.VERSION = '^17.1.0';
5
- exports.ZORROVERSION = '^17.1.0';
4
+ exports.VERSION = '^17.2.0';
5
+ exports.ZORROVERSION = '^17.2.0';
6
6
  //# sourceMappingURL=lib-versions.js.map
@@ -1,2 +1,2 @@
1
- export const VERSION = '^17.1.0';
2
- export const ZORROVERSION = '^17.1.0';
1
+ export const VERSION = '^17.2.0';
2
+ export const ZORROVERSION = '^17.2.0';
package/utils/versions.js CHANGED
@@ -44,7 +44,7 @@ function UpgradeMainVersions(tree, version = lib_versions_1.VERSION) {
44
44
  `@ng-util/monaco-editor@^17.0.1`,
45
45
  `@delon/testing@${version}`
46
46
  ], 'devDependencies');
47
- (0, package_1.addPackage)(tree, [`rxjs@~7.8.0`, `ng-zorro-antd@^17.1.0`]);
47
+ (0, package_1.addPackage)(tree, [`rxjs@~7.8.0`, `ng-zorro-antd@^17.2.0`]);
48
48
  }
49
49
  exports.UpgradeMainVersions = UpgradeMainVersions;
50
50
  function addESLintRule(projectName) {
package/utils/versions.ts CHANGED
@@ -42,7 +42,7 @@ export function UpgradeMainVersions(tree: Tree, version: string = VERSION): void
42
42
  ],
43
43
  'devDependencies'
44
44
  );
45
- addPackage(tree, [`rxjs@~7.8.0`, `ng-zorro-antd@^17.1.0`]);
45
+ addPackage(tree, [`rxjs@~7.8.0`, `ng-zorro-antd@^17.2.0`]);
46
46
  }
47
47
 
48
48
  export function addESLintRule(projectName: string): Rule {