@rxap/plugin-angular 16.3.0-dev.2 → 16.3.1-dev.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 (3) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +1 -1
  3. package/package.json +21 -23
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
+ ## [16.3.1-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/plugin-angular@16.3.0...@rxap/plugin-angular@16.3.1-dev.0) (2024-05-28)
7
+
8
+ **Note:** Version bump only for package @rxap/plugin-angular
9
+
10
+ # [16.3.0](https://gitlab.com/rxap/packages/compare/@rxap/plugin-angular@16.3.0-dev.2...@rxap/plugin-angular@16.3.0) (2024-05-27)
11
+
12
+ **Note:** Version bump only for package @rxap/plugin-angular
13
+
6
14
  # [16.3.0-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/plugin-angular@16.3.0-dev.1...@rxap/plugin-angular@16.3.0-dev.2) (2024-05-27)
7
15
 
8
16
  **Note:** Version bump only for package @rxap/plugin-angular
package/README.md CHANGED
@@ -19,7 +19,7 @@ yarn add @rxap/plugin-angular
19
19
  ```
20
20
  **Install peer dependencies:**
21
21
  ```bash
22
- yarn add @nx/angular@^16.10.0 @nx/devkit@^16.10.0 @rxap/plugin-application@^16.3.0-dev.2 @rxap/plugin-library@^16.1.0 @rxap/plugin-localazy@^16.1.1 @rxap/plugin-utilities@^16.4.0-dev.0 @rxap/ts-morph@^1.2.0-dev.0 @rxap/utilities@^16.2.0-dev.1 @rxap/workspace-ts-morph@^16.1.0 @rxap/workspace-utilities@^16.3.0-dev.1 nx@^16.10.0 ts-morph@^18.0.0 tslib@2.6.2
22
+ yarn add @nx/angular@^16.10.0 @nx/devkit@^16.10.0 @rxap/plugin-application@^16.3.0 @rxap/plugin-library@^16.3.1-dev.0 @rxap/plugin-localazy@^16.1.2 @rxap/plugin-utilities@^16.4.0 @rxap/ts-morph@^1.2.0 @rxap/utilities@^16.2.0 @rxap/workspace-ts-morph@^16.1.1 @rxap/workspace-utilities@^16.3.0 nx@^16.10.0 ts-morph@^18.0.0
23
23
  ```
24
24
  **Execute the init generator:**
25
25
  ```bash
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
- "version": "16.3.0-dev.2",
2
+ "version": "16.3.1-dev.0",
3
3
  "name": "@rxap/plugin-angular",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "dependencies": {
6
6
  "@apidevtools/json-schema-ref-parser": "9.0.9",
7
- "@nx/devkit": "16.10.0",
8
7
  "colors": "1.4.0",
9
8
  "fs-extra": "11.1.1",
10
9
  "glob": "10.3.10",
@@ -18,19 +17,18 @@
18
17
  "peerDependencies": {
19
18
  "@nx/angular": "^16.10.0",
20
19
  "@nx/devkit": "^16.10.0",
21
- "@rxap/plugin-application": "^16.3.0-dev.2",
22
- "@rxap/plugin-library": "^16.1.0",
23
- "@rxap/plugin-localazy": "^16.1.1",
24
- "@rxap/plugin-utilities": "^16.4.0-dev.0",
25
- "@rxap/ts-morph": "^1.2.0-dev.0",
26
- "@rxap/utilities": "^16.2.0-dev.1",
27
- "@rxap/workspace-ts-morph": "^16.1.0",
28
- "@rxap/workspace-utilities": "^16.3.0-dev.1",
20
+ "@rxap/plugin-application": "^16.3.0",
21
+ "@rxap/plugin-library": "^16.3.1-dev.0",
22
+ "@rxap/plugin-localazy": "^16.1.2",
23
+ "@rxap/plugin-utilities": "^16.4.0",
24
+ "@rxap/ts-morph": "^1.2.0",
25
+ "@rxap/utilities": "^16.2.0",
26
+ "@rxap/workspace-ts-morph": "^16.1.1",
27
+ "@rxap/workspace-utilities": "^16.3.0",
29
28
  "nx": "^16.10.0",
30
29
  "ts-morph": "^18.0.0",
31
- "tslib": "2.6.2",
32
- "@rxap/generator-ts-morph": "1.0.3-dev.0",
33
- "@rxap/node-utilities": "1.2.0"
30
+ "@rxap/generator-ts-morph": "1.0.4-dev.0",
31
+ "@rxap/node-utilities": "1.2.1-dev.0"
34
32
  },
35
33
  "author": {
36
34
  "name": "Merzough Münker",
@@ -64,7 +62,7 @@
64
62
  },
65
63
  {
66
64
  "package": "@rxap/generator-ts-morph",
67
- "version": "1.0.2"
65
+ "version": "1.0.3"
68
66
  },
69
67
  {
70
68
  "package": "@rxap/node-utilities",
@@ -72,35 +70,35 @@
72
70
  },
73
71
  {
74
72
  "package": "@rxap/plugin-application",
75
- "version": "16.3.0-dev.2"
73
+ "version": "16.3.0"
76
74
  },
77
75
  {
78
76
  "package": "@rxap/plugin-library",
79
- "version": "16.1.0"
77
+ "version": "16.3.1-dev.0"
80
78
  },
81
79
  {
82
80
  "package": "@rxap/plugin-localazy",
83
- "version": "16.1.1"
81
+ "version": "16.1.2"
84
82
  },
85
83
  {
86
84
  "package": "@rxap/plugin-utilities",
87
- "version": "16.4.0-dev.0"
85
+ "version": "16.4.0"
88
86
  },
89
87
  {
90
88
  "package": "@rxap/ts-morph",
91
- "version": "1.2.0-dev.0"
89
+ "version": "1.2.0"
92
90
  },
93
91
  {
94
92
  "package": "@rxap/utilities",
95
- "version": "16.2.0-dev.1"
93
+ "version": "16.2.0"
96
94
  },
97
95
  {
98
96
  "package": "@rxap/workspace-ts-morph",
99
- "version": "16.1.0"
97
+ "version": "16.1.1"
100
98
  },
101
99
  {
102
100
  "package": "@rxap/workspace-utilities",
103
- "version": "16.3.0-dev.1"
101
+ "version": "16.3.0"
104
102
  }
105
103
  ]
106
104
  },
@@ -115,6 +113,6 @@
115
113
  },
116
114
  "schematics": "./generators.json",
117
115
  "type": "commonjs",
118
- "gitHead": "ca2e1999cd330fd3c1a07a2b2471a36567dab3e9",
116
+ "gitHead": "20f3b82b49e268f7cb20aa82a934b4e0da0d2263",
119
117
  "main": "./src/index.js"
120
118
  }