@rxap/plugin-library 19.1.0-dev.0 → 19.1.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 +11 -0
  2. package/README.md +1 -1
  3. package/package.json +13 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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
+ # [19.1.0](https://gitlab.com/rxap/packages/compare/@rxap/plugin-library@19.1.0-dev.1...@rxap/plugin-library@19.1.0) (2024-06-02)
7
+
8
+ **Note:** Version bump only for package @rxap/plugin-library
9
+
10
+ # [19.1.0-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/plugin-library@19.0.1...@rxap/plugin-library@19.1.0-dev.1) (2024-06-02)
11
+
12
+ ### Features
13
+
14
+ - add generator to add a migration to a library ([2f34670](https://gitlab.com/rxap/packages/commit/2f346707a9ff924189fe494e581e4e4914035518))
15
+ - add generator to init a library with migrations ([13be015](https://gitlab.com/rxap/packages/commit/13be015dd671c7b2d68776eef3257e35c5d97a52))
16
+
6
17
  # [19.1.0-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/plugin-library@19.0.1...@rxap/plugin-library@19.1.0-dev.0) (2024-05-31)
7
18
 
8
19
  ### Features
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@^19.1.1 @nx/plugin@^19.1.1 @rxap/generator-ts-morph@^1.0.7 @rxap/node-utilities@^1.2.2 @rxap/plugin-utilities@^19.0.1 @rxap/ts-morph@^1.2.2 @rxap/utilities@^16.2.2 @rxap/workspace-utilities@^19.0.1 nx@^19.1.1 ts-morph@^18.0.0
22
+ yarn add @nx/devkit@^19.1.1 @nx/plugin@^19.1.1 @rxap/generator-ts-morph@^1.0.7 @rxap/node-utilities@^1.2.2 @rxap/plugin-utilities@^19.0.2-dev.1 @rxap/ts-morph@^1.3.0-dev.2 @rxap/utilities@^16.2.2 @rxap/workspace-utilities@^19.1.0-dev.1 nx@^19.1.1 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": "19.1.0-dev.0",
2
+ "version": "19.1.0",
3
3
  "name": "@rxap/plugin-library",
4
4
  "license": "GPL-3.0-or-later",
5
5
  "dependencies": {
@@ -14,10 +14,10 @@
14
14
  "@nx/plugin": "^19.1.1",
15
15
  "@rxap/generator-ts-morph": "^1.0.7",
16
16
  "@rxap/node-utilities": "^1.2.2",
17
- "@rxap/plugin-utilities": "^19.0.1",
18
- "@rxap/ts-morph": "^1.2.2",
17
+ "@rxap/plugin-utilities": "^19.0.2-dev.1",
18
+ "@rxap/ts-morph": "^1.3.0-dev.2",
19
19
  "@rxap/utilities": "^16.2.2",
20
- "@rxap/workspace-utilities": "^19.0.1",
20
+ "@rxap/workspace-utilities": "^19.1.0-dev.1",
21
21
  "nx": "^19.1.1",
22
22
  "ts-morph": "^18.0.0"
23
23
  },
@@ -45,6 +45,10 @@
45
45
  "package": "@nx/devkit",
46
46
  "version": "19.1.1"
47
47
  },
48
+ {
49
+ "package": "@nx/plugin",
50
+ "version": "19.1.1"
51
+ },
48
52
  {
49
53
  "package": "@rxap/generator-ts-morph",
50
54
  "version": "1.0.7"
@@ -55,11 +59,11 @@
55
59
  },
56
60
  {
57
61
  "package": "@rxap/plugin-utilities",
58
- "version": "19.0.1"
62
+ "version": "19.0.2-dev.1"
59
63
  },
60
64
  {
61
65
  "package": "@rxap/ts-morph",
62
- "version": "1.2.2"
66
+ "version": "1.3.0-dev.2"
63
67
  },
64
68
  {
65
69
  "package": "@rxap/utilities",
@@ -67,11 +71,11 @@
67
71
  },
68
72
  {
69
73
  "package": "@rxap/workspace-ts-morph",
70
- "version": "19.0.1"
74
+ "version": "19.0.2-dev.0"
71
75
  },
72
76
  {
73
77
  "package": "@rxap/workspace-utilities",
74
- "version": "19.0.1"
78
+ "version": "19.1.0-dev.1"
75
79
  }
76
80
  ]
77
81
  },
@@ -86,6 +90,6 @@
86
90
  },
87
91
  "schematics": "./generators.json",
88
92
  "type": "commonjs",
89
- "gitHead": "41ec24b8d91caeefbf6ad32f39d813cb114a62cc",
93
+ "gitHead": "ef5058ae11a9a81cc1acf88e25bd916200877684",
90
94
  "main": "./src/index.js"
91
95
  }