@ni/nimble-angular 1.0.0-beta.128 → 1.0.0-beta.129

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -43,7 +43,7 @@ NI-styled UI components for Angular applications
43
43
  }
44
44
  }
45
45
  ```
46
-
46
+
47
47
  ### Learn more
48
48
 
49
49
  See the [README.md for the ni/nimble repository](/README.md) for documentation of individual components.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ni/nimble-angular",
3
- "version": "1.0.0-beta.128",
3
+ "version": "1.0.0-beta.129",
4
4
  "description": "Angular components for the NI Nimble Design System",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,7 +18,7 @@
18
18
  "@angular/common": "^12.1.0",
19
19
  "@angular/core": "^12.1.0",
20
20
  "@angular/forms": "^12.1.0",
21
- "@ni/nimble-components": "^1.0.0-beta.108"
21
+ "@ni/nimble-components": "^1.0.0-beta.109"
22
22
  },
23
23
  "dependencies": {
24
24
  "tslib": "^2.2.0"