@rxap/plugin-angular 20.3.0 → 20.3.1-dev.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +9 -9
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.3.1-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/plugin-angular@20.3.1-dev.0...@rxap/plugin-angular@20.3.1-dev.1) (2026-02-09)
7
+
8
+ **Note:** Version bump only for package @rxap/plugin-angular
9
+
10
+ ## [20.3.1-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/plugin-angular@20.3.0...@rxap/plugin-angular@20.3.1-dev.0) (2026-01-29)
11
+
12
+ **Note:** Version bump only for package @rxap/plugin-angular
13
+
6
14
  # [20.3.0](https://gitlab.com/rxap/packages/compare/@rxap/plugin-angular@20.3.0-dev.3...@rxap/plugin-angular@20.3.0) (2026-01-23)
7
15
 
8
16
  **Note:** Version bump only for package @rxap/plugin-angular
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
- "version": "20.3.0",
2
+ "version": "20.3.1-dev.1",
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.1.0",
10
- "@rxap/plugin-library": "^20.3.0",
11
- "@rxap/plugin-utilities": "^20.0.5",
12
- "@rxap/ts-morph": "^1.6.0",
13
- "@rxap/utilities": "^16.5.0",
14
- "@rxap/workspace-ts-morph": "^19.1.13",
15
- "@rxap/workspace-utilities": "^19.9.0",
9
+ "@rxap/plugin-application": "^20.1.1-dev.0",
10
+ "@rxap/plugin-library": "^20.3.1-dev.1",
11
+ "@rxap/plugin-utilities": "^20.0.6-dev.0",
12
+ "@rxap/ts-morph": "^1.7.0-dev.0",
13
+ "@rxap/utilities": "^16.5.1-dev.0",
14
+ "@rxap/workspace-ts-morph": "^19.1.14-dev.1",
15
+ "@rxap/workspace-utilities": "^19.9.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": "36b0e9732b24717840935712e316593ff6aba795",
59
+ "gitHead": "dbb0bd2e1d3f41bc16b1a558aa71e6ef54aba7de",
60
60
  "exports": {
61
61
  "./package.json": "./package.json",
62
62
  ".": {