@ruc-lib/org-chart 3.1.1 → 3.2.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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,8 +33,8 @@ Please ensure you install the correct version of `@ruc-lib/org-chart` based on y
33
33
 
34
34
  | Angular Version | Compatible `@ruc-lib/org-chart` Version |
35
35
  |--------------------|---------------------------------------------|
36
- | 15.x.x | `npm install @ruc-lib/org-chart@^3.0.0` |
37
- | 16.x.x | `npm install @ruc-lib/org-chart@^3.0.0` |
36
+ | 15.x.x | `npm install @ruc-lib/org-chart@^3.2.0` |
37
+ | 16.x.x | `npm install @ruc-lib/org-chart@^3.2.0` |
38
38
 
39
39
  **Note:** If you are facing any build/compile issue related to "primeng", then install "primeng" explicitly according to angular version.
40
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ruc-lib/org-chart",
3
- "version": "3.1.1",
3
+ "version": "3.2.0",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {