@rxap/schematics-ts-morph 12.3.2 → 13.0.0-next.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.
- package/CHANGELOG.md +18 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,24 @@
|
|
|
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
|
+
# [13.0.0-next.0](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@12.3.2...@rxap/schematics-ts-morph@13.0.0-next.0) (2022-02-19)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Build System
|
|
10
|
+
|
|
11
|
+
* upgrade to nrwl 13.x.x ([5cd07c1](https://gitlab.com/rxap/packages/commit/5cd07c19645528c787ef01a121a4a4367db78902))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### BREAKING CHANGES
|
|
15
|
+
|
|
16
|
+
* update the core nrwl packages to 13.x.x
|
|
17
|
+
|
|
18
|
+
Signed-off-by: Merzough Münker <mmuenker@digitaix.com>
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
6
24
|
## [12.3.2](https://gitlab.com/rxap/packages/compare/@rxap/schematics-ts-morph@12.3.2-next.0...@rxap/schematics-ts-morph@12.3.2) (2021-10-07)
|
|
7
25
|
|
|
8
26
|
**Note:** Version bump only for package @rxap/schematics-ts-morph
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rxap/schematics-ts-morph",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "13.0.0-next.0",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@rxap/utilities": "^12.2.
|
|
6
|
-
"tslib": "^2.
|
|
5
|
+
"@rxap/utilities": "^12.2.2",
|
|
6
|
+
"tslib": "^2.3.1"
|
|
7
7
|
},
|
|
8
8
|
"publishConfig": {
|
|
9
9
|
"directory": "../../dist/libs/ts-morph",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"migrations": "./migration.json"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"ts-morph": "^
|
|
38
|
+
"ts-morph": "^13.0.3"
|
|
39
39
|
},
|
|
40
40
|
"typings": "./src/index.d.ts"
|
|
41
41
|
}
|