@rxap/plugin-library 16.3.1-dev.1 → 16.3.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +1 -1
  3. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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](https://gitlab.com/rxap/packages/compare/@rxap/plugin-library@16.3.1-dev.1...@rxap/plugin-library@16.3.1) (2024-05-28)
7
+
8
+ **Note:** Version bump only for package @rxap/plugin-library
9
+
6
10
  ## [16.3.1-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/plugin-library@16.3.1-dev.0...@rxap/plugin-library@16.3.1-dev.1) (2024-05-28)
7
11
 
8
12
  **Note:** Version bump only for package @rxap/plugin-library
package/README.md CHANGED
@@ -19,7 +19,7 @@ yarn add @rxap/plugin-library
19
19
  ```
20
20
  **Install peer dependencies:**
21
21
  ```bash
22
- yarn add @nx/devkit@^16.10.0 @rxap/generator-ts-morph@^1.0.3 @rxap/node-utilities@^1.2.0 @rxap/plugin-utilities@^16.4.0 @rxap/ts-morph@^1.2.0 @rxap/utilities@^16.2.0 @rxap/workspace-utilities@^16.3.0 nx@^16.10.0 ts-morph@^18.0.0
22
+ yarn add @nx/devkit@^16.10.0 @rxap/generator-ts-morph@^1.0.4-dev.0 @rxap/node-utilities@^1.2.1-dev.0 @rxap/plugin-utilities@^16.4.1-dev.0 @rxap/ts-morph@^1.2.1-dev.0 @rxap/utilities@^16.2.1-dev.0 @rxap/workspace-utilities@^16.3.1-dev.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,5 +1,5 @@
1
1
  {
2
- "version": "16.3.1-dev.1",
2
+ "version": "16.3.1",
3
3
  "name": "@rxap/plugin-library",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "dependencies": {
@@ -14,15 +14,15 @@
14
14
  },
15
15
  "peerDependencies": {
16
16
  "@nx/devkit": "^16.10.0",
17
- "@rxap/generator-ts-morph": "^1.0.3",
18
- "@rxap/node-utilities": "^1.2.0",
19
- "@rxap/plugin-utilities": "^16.4.0",
20
- "@rxap/ts-morph": "^1.2.0",
21
- "@rxap/utilities": "^16.2.0",
22
- "@rxap/workspace-utilities": "^16.3.0",
17
+ "@rxap/generator-ts-morph": "^1.0.4-dev.0",
18
+ "@rxap/node-utilities": "^1.2.1-dev.0",
19
+ "@rxap/plugin-utilities": "^16.4.1-dev.0",
20
+ "@rxap/ts-morph": "^1.2.1-dev.0",
21
+ "@rxap/utilities": "^16.2.1-dev.0",
22
+ "@rxap/workspace-utilities": "^16.3.1-dev.0",
23
23
  "nx": "^16.10.0",
24
24
  "ts-morph": "^18.0.0",
25
- "@rxap/workspace-ts-morph": "16.1.2-dev.0"
25
+ "@rxap/workspace-ts-morph": "16.1.2"
26
26
  },
27
27
  "author": {
28
28
  "name": "Merzough Münker",
@@ -50,31 +50,31 @@
50
50
  },
51
51
  {
52
52
  "package": "@rxap/generator-ts-morph",
53
- "version": "1.0.3"
53
+ "version": "1.0.4-dev.0"
54
54
  },
55
55
  {
56
56
  "package": "@rxap/node-utilities",
57
- "version": "1.2.0"
57
+ "version": "1.2.1-dev.0"
58
58
  },
59
59
  {
60
60
  "package": "@rxap/plugin-utilities",
61
- "version": "16.4.0"
61
+ "version": "16.4.1-dev.0"
62
62
  },
63
63
  {
64
64
  "package": "@rxap/ts-morph",
65
- "version": "1.2.0"
65
+ "version": "1.2.1-dev.0"
66
66
  },
67
67
  {
68
68
  "package": "@rxap/utilities",
69
- "version": "16.2.0"
69
+ "version": "16.2.1-dev.0"
70
70
  },
71
71
  {
72
72
  "package": "@rxap/workspace-ts-morph",
73
- "version": "16.1.1"
73
+ "version": "16.1.2-dev.0"
74
74
  },
75
75
  {
76
76
  "package": "@rxap/workspace-utilities",
77
- "version": "16.3.0"
77
+ "version": "16.3.1-dev.0"
78
78
  }
79
79
  ]
80
80
  },
@@ -89,6 +89,6 @@
89
89
  },
90
90
  "schematics": "./generators.json",
91
91
  "type": "commonjs",
92
- "gitHead": "20f3b82b49e268f7cb20aa82a934b4e0da0d2263",
92
+ "gitHead": "3f9d5b6894ba51b8e771cab65fa9da327eb52837",
93
93
  "main": "./src/index.js"
94
94
  }