@rxap/preset-angular 19.0.5-dev.6 → 19.0.5-dev.7

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,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.0.5-dev.7](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@19.0.5-dev.6...@rxap/preset-angular@19.0.5-dev.7) (2024-08-21)
7
+
8
+ **Note:** Version bump only for package @rxap/preset-angular
9
+
6
10
  ## [19.0.5-dev.6](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@19.0.5-dev.5...@rxap/preset-angular@19.0.5-dev.6) (2024-08-19)
7
11
 
8
12
  **Note:** Version bump only for package @rxap/preset-angular
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
- "version": "19.0.5-dev.6",
2
+ "version": "19.0.5-dev.7",
3
3
  "name": "@rxap/preset-angular",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "dependencies": {
6
6
  "@nx/devkit": "19.4.2",
7
7
  "@rxap/plugin-angular": "^19.3.3-dev.6",
8
- "@rxap/plugin-workspace": "^19.1.5-dev.1",
8
+ "@rxap/plugin-workspace": "^19.1.5-dev.2",
9
9
  "tslib": "2.6.2"
10
10
  },
11
11
  "author": {
@@ -40,5 +40,5 @@
40
40
  "schematics": "./generators.json",
41
41
  "type": "commonjs",
42
42
  "typings": "./src/index.d.ts",
43
- "gitHead": "a5df326c24ed77ab752393f643dfba4a3a4f2e9d"
43
+ "gitHead": "dcd9fcece255ee0a19bd11385e5994731b5d22e1"
44
44
  }
@@ -492,6 +492,7 @@ gitlab-ci-setup.sh
492
492
  .idea/workspace.xml
493
493
  .idea/httpRequests/
494
494
  .idea/developer-tools.xml
495
+ .idea/dataSources/*/storage_v2
495
496
  "
496
497
  `;
497
498