ng-luna 0.1.4 → 0.1.5

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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,9 +18,9 @@ npm install ng-luna
18
18
 
19
19
  This library requires the following peer dependencies:
20
20
 
21
- - `@angular/common`: 19.2.15
22
- - `@angular/core`: 19.2.15
23
- - `@angular/forms`: 19.2.15
21
+ - `@angular/common`: 19.x.x
22
+ - `@angular/core`: 19.x.x
23
+ - `@angular/forms`: 19.x.x
24
24
 
25
25
  ## Usage
26
26
 
@@ -508,7 +508,7 @@ ng-luna/
508
508
  ## Dependencies
509
509
 
510
510
  - **@ibm/plex** (v6.4.1) - IBM Plex font families (fonts are bundled with the library)
511
- - **@angular/cdk** (v19.2.17) - Angular Component Dev Kit
511
+ - **@angular/cdk** (19.x.x) - Angular Component Dev Kit
512
512
 
513
513
  ## Publishing
514
514
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-luna",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "An Angular component library inspired by Windows XP aesthetics, built with IBM Plex fonts",
5
5
  "author": {
6
6
  "name": "Adam R Moss",