@rxap/schematic-angular 19.2.0-dev.2 → 19.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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
+ # [19.2.0](https://gitlab.com/rxap/packages/compare/@rxap/schematic-angular@19.2.0-dev.2...@rxap/schematic-angular@19.2.0) (2026-01-23)
7
+
8
+ **Note:** Version bump only for package @rxap/schematic-angular
9
+
6
10
  # [19.2.0-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/schematic-angular@19.2.0-dev.1...@rxap/schematic-angular@19.2.0-dev.2) (2026-01-19)
7
11
 
8
12
  ### Features
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "19.2.0-dev.2",
2
+ "version": "19.2.0",
3
3
  "name": "@rxap/schematic-angular",
4
4
  "description": "Provides schematics for generating Angular components, services, and related files, particularly focused on creating tables, forms, data grids, and accordions with NestJS integration. It offers tools for generating UI elements with backend connectivity, including data sources, methods, and form handling. This package aims to streamline the development of data-driven Angular applications with a focus on material design and backend integration.\n",
5
5
  "license": "GPL-3.0-or-later",
@@ -7,12 +7,12 @@
7
7
  "@angular-devkit/core": "19.2.1",
8
8
  "@angular-devkit/schematics": "19.2.1",
9
9
  "@nx/devkit": "20.5.0",
10
- "@rxap/schematics-ts-morph": "^19.1.1-dev.5",
11
- "@rxap/schematics-utilities": "^19.0.5-dev.4",
12
- "@rxap/ts-morph": "^1.6.0-dev.3",
13
- "@rxap/utilities": "^16.5.0-dev.1",
14
- "@rxap/workspace-ts-morph": "^19.1.13-dev.5",
15
- "@rxap/workspace-utilities": "^19.9.0-dev.0",
10
+ "@rxap/schematics-ts-morph": "^19.1.1",
11
+ "@rxap/schematics-utilities": "^19.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",
16
16
  "colors": "1.4.0",
17
17
  "handlebars": "^4.7.8",
18
18
  "ts-morph": "18.0.0",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "schematics": "./collection.json",
47
47
  "type": "commonjs",
48
- "gitHead": "5ad37909a73f9e3eaab7208cdf5b0e12eb759c7e",
48
+ "gitHead": "36b0e9732b24717840935712e316593ff6aba795",
49
49
  "types": "./src/index.d.ts",
50
50
  "main": "./src/index.js"
51
51
  }