@rxap/preset-angular 20.0.6-dev.7 → 20.0.6-dev.9
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 +8 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.0.6-dev.9](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@20.0.6-dev.8...@rxap/preset-angular@20.0.6-dev.9) (2026-01-12)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/preset-angular
|
|
9
|
+
|
|
10
|
+
## [20.0.6-dev.8](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@20.0.6-dev.7...@rxap/preset-angular@20.0.6-dev.8) (2025-09-18)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rxap/preset-angular
|
|
13
|
+
|
|
6
14
|
## [20.0.6-dev.7](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@20.0.6-dev.6...@rxap/preset-angular@20.0.6-dev.7) (2025-09-15)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @rxap/preset-angular
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "20.0.6-dev.
|
|
2
|
+
"version": "20.0.6-dev.9",
|
|
3
3
|
"name": "@rxap/preset-angular",
|
|
4
4
|
"description": "This package provides generators for initializing Angular projects with pre-configured settings. It leverages other `@rxap` plugins to set up workspace and Angular-specific configurations, including options for package management, standalone components, license, and repository URL. It aims to streamline the setup process for new Angular projects.\n",
|
|
5
5
|
"license": "GPL-3.0-or-later",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@nx/devkit": "20.5.0",
|
|
8
|
-
"@rxap/plugin-angular": "^20.
|
|
9
|
-
"@rxap/plugin-workspace": "^20.2.0-dev.
|
|
8
|
+
"@rxap/plugin-angular": "^20.3.0-dev.0",
|
|
9
|
+
"@rxap/plugin-workspace": "^20.2.0-dev.5",
|
|
10
10
|
"tslib": "2.6.2"
|
|
11
11
|
},
|
|
12
12
|
"author": {
|
|
@@ -41,6 +41,6 @@
|
|
|
41
41
|
"schematics": "./generators.json",
|
|
42
42
|
"type": "commonjs",
|
|
43
43
|
"typings": "./src/index.d.ts",
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "f6923aa9d989b25018f2fcac470963fb1e68049a",
|
|
45
45
|
"types": "./src/index.d.ts"
|
|
46
46
|
}
|