@rxap/plugin-library 15.0.1 → 16.0.0-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 (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +9 -11
package/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
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.0.0-dev.0](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@15.0.2...@rxap/plugin-library@16.0.0-dev.0) (2023-05-11)
7
+
8
+
9
+ ### Build System
10
+
11
+ * upgrade to nrwl 16.x.x ([de73759](https://gitlab.com/rxap/schematics/commit/de737599e984ce6e0dd19776ffbd04ab2c4085f3))
12
+
13
+
14
+ ### BREAKING CHANGES
15
+
16
+ * upgrade nrwl 16.x.x
17
+
18
+
19
+
20
+
21
+
22
+ ## [15.0.2](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@15.0.1...@rxap/plugin-library@15.0.2) (2023-05-11)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * update to nrwl 15.9.4 ([c9ab045](https://gitlab.com/rxap/schematics/commit/c9ab0454484162e633b789a6274d77793179df23))
28
+
29
+
30
+
31
+
32
+
6
33
  ## [15.0.1](https://gitlab.com/rxap/schematics/compare/@rxap/plugin-library@15.0.0...@rxap/plugin-library@15.0.1) (2023-01-30)
7
34
 
8
35
  **Note:** Version bump only for package @rxap/plugin-library
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rxap/plugin-library",
3
- "version": "15.0.1",
3
+ "version": "16.0.0-dev.0",
4
4
  "author": "Merzough Münker",
5
5
  "homepage": "https://gitlab.com/rxap/plugins/libs/library",
6
6
  "repository": "git@gitlab.com:rxap/schematics.git",
@@ -26,14 +26,12 @@
26
26
  "save": "devDependencies"
27
27
  },
28
28
  "dependencies": {
29
- "@angular-devkit/architect": "^0.1500.3",
30
- "@angular-devkit/core": "^15.0.3",
31
- "@angular-devkit/schematics": "^15.0.3",
32
- "@rxap/schematics-utilities": "^15.0.0",
33
- "tslib": "^2.3.1",
34
- "typescript": "^4.8.4",
35
- "fs-extra": "9.1.0",
36
- "glob": "7.1.7"
29
+ "@angular-devkit/architect": "0.1600.1",
30
+ "@angular-devkit/core": "16.0.1",
31
+ "@angular-devkit/schematics": "16.0.1",
32
+ "@rxap/schematics-utilities": "15.0.0",
33
+ "tslib": "2.3.1",
34
+ "typescript": "5.0.4"
37
35
  },
38
36
  "publishConfig": {
39
37
  "directory": "../../dist/libs/library",
@@ -46,8 +44,8 @@
46
44
  ]
47
45
  },
48
46
  "peerDependencies": {
49
- "@nrwl/workspace": "^15.3.3",
50
- "nx": "^15.3.3"
47
+ "@nx/workspace": "^16.1.4",
48
+ "nx": "^15.9.4"
51
49
  },
52
50
  "gitHead": "4d5539102ddcfc828e6d22e8a15beb42e326ca12",
53
51
  "types": "./src/index.d.ts"