@ruc-lib/skeleton 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
@@ -23,8 +23,8 @@ Please ensure you install the correct version of `@ruc-lib/skeleton` based on yo
23
23
 
24
24
  | Angular Version | Compatible `@ruc-lib/skeleton` Version |
25
25
  |--------------------|---------------------------------------------|
26
- | 15.x.x | `npm install @ruc-lib/skeleton@^3.0.0` |
27
- | 16.x.x | `npm install @ruc-lib/skeleton@^3.0.0` |
26
+ | 15.x.x | `npm install @ruc-lib/skeleton@^3.2.0` |
27
+ | 16.x.x | `npm install @ruc-lib/skeleton@^3.2.0` |
28
28
 
29
29
 
30
30
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ruc-lib/skeleton",
3
- "version": "3.1.1",
3
+ "version": "3.2.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/material": "^15.2.0",