@rxap/schematic-composer 17.0.1 → 18.0.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 +12 -0
  2. package/README.md +1 -1
  3. package/package.json +30 -30
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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
+ ## [18.0.1-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/schematic-composer@17.0.1...@rxap/schematic-composer@18.0.1-dev.0) (2024-05-30)
7
+
8
+ **Note:** Version bump only for package @rxap/schematic-composer
9
+
10
+ ## [17.0.1](https://gitlab.com/rxap/packages/compare/@rxap/schematic-composer@17.0.1...@rxap/schematic-composer@17.0.1) (2024-05-29)
11
+
12
+ **Note:** Version bump only for package @rxap/schematic-composer
13
+
14
+ ## [17.0.1-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/schematic-composer@17.0.1...@rxap/schematic-composer@17.0.1-dev.0) (2024-05-29)
15
+
16
+ **Note:** Version bump only for package @rxap/schematic-composer
17
+
6
18
  ## [17.0.1](https://gitlab.com/rxap/packages/compare/@rxap/schematic-composer@17.0.1-dev.0...@rxap/schematic-composer@17.0.1) (2024-05-29)
7
19
 
8
20
  **Note:** Version bump only for package @rxap/schematic-composer
package/README.md CHANGED
@@ -17,5 +17,5 @@ yarn add @rxap/schematic-composer
17
17
  ```
18
18
  **Install peer dependencies:**
19
19
  ```bash
20
- yarn add @angular-devkit/schematics@^17.1.4 @rxap/schematics-ts-morph@^17.0.1 @rxap/schematics-utilities@^17.0.1 @rxap/utilities@^16.2.2 @rxap/workspace-utilities@^16.3.2
20
+ yarn add @angular-devkit/schematics@^18.0.2 @rxap/schematics-ts-morph@^18.0.1-dev.0 @rxap/schematics-utilities@^18.0.1-dev.0 @rxap/utilities@^16.2.2 @rxap/workspace-utilities@^19.0.1-dev.0
21
21
  ```
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "17.0.1",
2
+ "version": "18.0.1-dev.0",
3
3
  "name": "@rxap/schematic-composer",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "dependencies": {
@@ -8,11 +8,11 @@
8
8
  "yaml": "2.3.1"
9
9
  },
10
10
  "peerDependencies": {
11
- "@angular-devkit/schematics": "^17.1.4",
12
- "@rxap/schematics-ts-morph": "^17.0.1",
13
- "@rxap/schematics-utilities": "^17.0.1",
11
+ "@angular-devkit/schematics": "^18.0.2",
12
+ "@rxap/schematics-ts-morph": "^18.0.1-dev.0",
13
+ "@rxap/schematics-utilities": "^18.0.1-dev.0",
14
14
  "@rxap/utilities": "^16.2.2",
15
- "@rxap/workspace-utilities": "^16.3.2"
15
+ "@rxap/workspace-utilities": "^19.0.1-dev.0"
16
16
  },
17
17
  "author": {
18
18
  "name": "Merzough Münker",
@@ -34,7 +34,7 @@
34
34
  "packageGroup": [
35
35
  {
36
36
  "package": "@rxap/generator-ts-morph",
37
- "version": "1.0.5"
37
+ "version": "1.0.7-dev.0"
38
38
  },
39
39
  {
40
40
  "package": "@rxap/json-schema-to-typescript",
@@ -50,59 +50,59 @@
50
50
  },
51
51
  {
52
52
  "package": "@rxap/plugin-angular",
53
- "version": "17.0.1"
53
+ "version": "19.0.1-dev.0"
54
54
  },
55
55
  {
56
56
  "package": "@rxap/plugin-application",
57
- "version": "17.0.1"
57
+ "version": "19.0.1-dev.0"
58
58
  },
59
59
  {
60
60
  "package": "@rxap/plugin-compodoc",
61
- "version": "17.0.1"
61
+ "version": "19.0.1-dev.0"
62
62
  },
63
63
  {
64
64
  "package": "@rxap/plugin-docker",
65
- "version": "17.0.1"
65
+ "version": "19.0.1-dev.0"
66
66
  },
67
67
  {
68
68
  "package": "@rxap/plugin-gitlab-ci",
69
- "version": "17.0.1"
69
+ "version": "19.0.1-dev.0"
70
70
  },
71
71
  {
72
72
  "package": "@rxap/plugin-gpt",
73
- "version": "17.0.1"
73
+ "version": "19.0.1-dev.0"
74
74
  },
75
75
  {
76
76
  "package": "@rxap/plugin-library",
77
- "version": "17.0.1"
77
+ "version": "19.0.1-dev.0"
78
78
  },
79
79
  {
80
80
  "package": "@rxap/plugin-localazy",
81
- "version": "17.0.1"
81
+ "version": "19.0.1-dev.0"
82
82
  },
83
83
  {
84
84
  "package": "@rxap/plugin-nestjs",
85
- "version": "17.0.1"
85
+ "version": "19.0.1-dev.0"
86
86
  },
87
87
  {
88
88
  "package": "@rxap/plugin-open-api",
89
- "version": "17.0.1"
89
+ "version": "19.0.1-dev.0"
90
90
  },
91
91
  {
92
92
  "package": "@rxap/plugin-storybook",
93
- "version": "17.0.1"
93
+ "version": "19.0.1-dev.0"
94
94
  },
95
95
  {
96
96
  "package": "@rxap/plugin-utilities",
97
- "version": "17.0.1"
97
+ "version": "19.0.1-dev.0"
98
98
  },
99
99
  {
100
100
  "package": "@rxap/plugin-web3-storage",
101
- "version": "17.0.1"
101
+ "version": "19.0.1-dev.0"
102
102
  },
103
103
  {
104
104
  "package": "@rxap/plugin-workspace",
105
- "version": "17.0.1"
105
+ "version": "19.0.1-dev.0"
106
106
  },
107
107
  {
108
108
  "package": "@rxap/reflect-metadata",
@@ -110,27 +110,27 @@
110
110
  },
111
111
  {
112
112
  "package": "@rxap/schematic-angular",
113
- "version": "17.0.1"
113
+ "version": "18.0.1-dev.0"
114
114
  },
115
115
  {
116
116
  "package": "@rxap/schematic-nestjs",
117
- "version": "17.0.1"
117
+ "version": "18.0.1-dev.0"
118
118
  },
119
119
  {
120
120
  "package": "@rxap/schematics-open-api",
121
- "version": "17.0.1"
121
+ "version": "18.0.1-dev.0"
122
122
  },
123
123
  {
124
124
  "package": "@rxap/schematics-ts-morph",
125
- "version": "17.0.1"
125
+ "version": "18.0.1-dev.0"
126
126
  },
127
127
  {
128
128
  "package": "@rxap/schematics-utilities",
129
- "version": "17.0.1"
129
+ "version": "18.0.1-dev.0"
130
130
  },
131
131
  {
132
132
  "package": "@rxap/schematics-xml-parser",
133
- "version": "17.0.1"
133
+ "version": "18.0.1-dev.0"
134
134
  },
135
135
  {
136
136
  "package": "@rxap/ts-morph",
@@ -142,15 +142,15 @@
142
142
  },
143
143
  {
144
144
  "package": "@rxap/workspace-open-api",
145
- "version": "16.1.2"
145
+ "version": "19.0.1-dev.0"
146
146
  },
147
147
  {
148
148
  "package": "@rxap/workspace-ts-morph",
149
- "version": "16.1.3"
149
+ "version": "19.0.1-dev.0"
150
150
  },
151
151
  {
152
152
  "package": "@rxap/workspace-utilities",
153
- "version": "16.3.2"
153
+ "version": "19.0.1-dev.0"
154
154
  },
155
155
  {
156
156
  "package": "@rxap/xml-parser",
@@ -169,6 +169,6 @@
169
169
  },
170
170
  "schematics": "./collection.json",
171
171
  "type": "commonjs",
172
- "gitHead": "5fbe2959907b2f431b9bb9309415df831b8ff520",
172
+ "gitHead": "62f6f876258a5952fa36b7a271b8d6ec1a4b4e13",
173
173
  "main": "./src/index.js"
174
174
  }