@rxap/plugin-angular 20.2.0-dev.9 → 20.2.1-dev.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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,20 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [20.2.1-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/plugin-angular@20.2.0...@rxap/plugin-angular@20.2.1-dev.0) (2025-05-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/plugin-angular
|
|
9
|
+
|
|
10
|
+
# [20.2.0](https://gitlab.com/rxap/packages/compare/@rxap/plugin-angular@20.2.0-dev.10...@rxap/plugin-angular@20.2.0) (2025-05-16)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rxap/plugin-angular
|
|
13
|
+
|
|
14
|
+
# [20.2.0-dev.10](https://gitlab.com/rxap/packages/compare/@rxap/plugin-angular@20.2.0-dev.9...@rxap/plugin-angular@20.2.0-dev.10) (2025-05-16)
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- remove deprecated meta ([e354ec0](https://gitlab.com/rxap/packages/commit/e354ec0caa61eaccc1b90f94d98e5093e7afa143))
|
|
19
|
+
|
|
6
20
|
# [20.2.0-dev.9](https://gitlab.com/rxap/packages/compare/@rxap/plugin-angular@20.2.0-dev.8...@rxap/plugin-angular@20.2.0-dev.9) (2025-04-17)
|
|
7
21
|
|
|
8
22
|
**Note:** Version bump only for package @rxap/plugin-angular
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "20.2.
|
|
2
|
+
"version": "20.2.1-dev.0",
|
|
3
3
|
"name": "@rxap/plugin-angular",
|
|
4
4
|
"description": "This package provides generators and executors for Angular projects within an Nx workspace. It helps initialize and configure Angular applications and libraries with Rxap-specific defaults and utilities. It also includes executors for tasks like checking ng-package configurations, managing application configurations, and generating i18n files.\n",
|
|
5
5
|
"license": "GPL-3.0-or-later",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@nx/angular": "20.5.0",
|
|
8
8
|
"@nx/devkit": "20.5.0",
|
|
9
|
-
"@rxap/plugin-application": "^20.0.
|
|
10
|
-
"@rxap/plugin-library": "^20.2.
|
|
11
|
-
"@rxap/plugin-utilities": "^20.0.
|
|
12
|
-
"@rxap/ts-morph": "^1.5.
|
|
13
|
-
"@rxap/utilities": "^16.4.
|
|
14
|
-
"@rxap/workspace-ts-morph": "^19.1.
|
|
15
|
-
"@rxap/workspace-utilities": "^19.8.
|
|
9
|
+
"@rxap/plugin-application": "^20.0.5-dev.0",
|
|
10
|
+
"@rxap/plugin-library": "^20.2.2-dev.0",
|
|
11
|
+
"@rxap/plugin-utilities": "^20.0.5-dev.0",
|
|
12
|
+
"@rxap/ts-morph": "^1.5.6-dev.0",
|
|
13
|
+
"@rxap/utilities": "^16.4.5-dev.0",
|
|
14
|
+
"@rxap/workspace-ts-morph": "^19.1.13-dev.0",
|
|
15
|
+
"@rxap/workspace-utilities": "^19.8.1-dev.0",
|
|
16
16
|
"colors": "1.4.0",
|
|
17
17
|
"handlebars": "4.7.8",
|
|
18
18
|
"semver": "7.5.3",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"schematics": "./generators.json",
|
|
58
58
|
"type": "commonjs",
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "ffa1412120f9f53f24487a857091543f444973e1",
|
|
60
60
|
"exports": {
|
|
61
61
|
"./package.json": "./package.json",
|
|
62
62
|
".": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
<meta content="#1976d2" name="msapplication-TileColor"/>
|
|
29
29
|
<meta content="assets/icons/icon-144x144.png" name="msapplication-TileImage"/>
|
|
30
30
|
<meta content="#ffffff" name="theme-color">
|
|
31
|
-
<meta
|
|
31
|
+
<meta name="mobile-web-app-capable" content="yes" />
|
|
32
32
|
<meta content="black-translucent" name="apple-mobile-web-app-status-bar-style">
|
|
33
33
|
<meta content="#ffffff" name="msapplication-navbutton-color">
|
|
34
34
|
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
<meta content="#1976d2" name="msapplication-TileColor"/>
|
|
29
29
|
<meta content="assets/icons/icon-144x144.png" name="msapplication-TileImage"/>
|
|
30
30
|
<meta content="#ffffff" name="theme-color">
|
|
31
|
-
<meta
|
|
31
|
+
<meta name="mobile-web-app-capable" content="yes" />
|
|
32
32
|
<meta content="black-translucent" name="apple-mobile-web-app-status-bar-style">
|
|
33
33
|
<meta content="#ffffff" name="msapplication-navbutton-color">
|
|
34
34
|
|