@rxap/preset-angular 19.0.5 → 19.0.6-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.
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
+ ## [19.0.6-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@19.0.6-dev.0...@rxap/preset-angular@19.0.6-dev.1) (2024-08-30)
7
+
8
+ **Note:** Version bump only for package @rxap/preset-angular
9
+
10
+ ## [19.0.6-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@19.0.5...@rxap/preset-angular@19.0.6-dev.0) (2024-08-27)
11
+
12
+ **Note:** Version bump only for package @rxap/preset-angular
13
+
6
14
  ## [19.0.5](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@19.0.5-dev.9...@rxap/preset-angular@19.0.5) (2024-08-22)
7
15
 
8
16
  **Note:** Version bump only for package @rxap/preset-angular
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
- "version": "19.0.5",
2
+ "version": "19.0.6-dev.1",
3
3
  "name": "@rxap/preset-angular",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "dependencies": {
6
6
  "@nx/devkit": "19.6.2",
7
- "@rxap/plugin-angular": "^19.3.3",
8
- "@rxap/plugin-workspace": "^19.1.5",
7
+ "@rxap/plugin-angular": "^19.3.4-dev.1",
8
+ "@rxap/plugin-workspace": "^19.1.6-dev.1",
9
9
  "tslib": "2.6.2"
10
10
  },
11
11
  "author": {
@@ -40,6 +40,6 @@
40
40
  "schematics": "./generators.json",
41
41
  "type": "commonjs",
42
42
  "typings": "./src/index.d.ts",
43
- "gitHead": "ea68c930e11a27fffdf3260681b28fbab1dc6009",
43
+ "gitHead": "53a9351f4a8a8817550da2b3aaac5eb1c05c9f4d",
44
44
  "types": "./src/index.d.ts"
45
45
  }
@@ -493,6 +493,7 @@ gitlab-ci-setup.sh
493
493
  .idea/httpRequests/
494
494
  .idea/developer-tools.xml
495
495
  .idea/dataSources/*/storage_v2
496
+ .firebase
496
497
  "
497
498
  `;
498
499