@qualcomm-ui/core 1.0.1 → 1.0.2

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 +3 -3
package/README.md CHANGED
@@ -6,7 +6,7 @@ This package provides the foundational logic and utilities that power the QUI co
6
6
 
7
7
  For documentation and usage guides:
8
8
 
9
- - [React documentation](https://react-next.qui.aws.qualcomm.com/)
9
+ - [React documentation](https://react-next.qui.qualcomm.com/)
10
10
  - [Angular documentation](https://angular-next.qui.qualcomm.com/)
11
11
 
12
12
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qualcomm-ui/core",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "core components",
5
5
  "author": "Ryan Bower",
6
6
  "license": "BSD-3-Clause-Clear",
@@ -24,7 +24,7 @@
24
24
  ],
25
25
  "peerDependencies": {
26
26
  "@internationalized/number": ">=3.6.4",
27
- "@qualcomm-ui/dom": "^1.0.1",
28
- "@qualcomm-ui/utils": "^1.0.1"
27
+ "@qualcomm-ui/dom": "^1.0.2",
28
+ "@qualcomm-ui/utils": "^1.0.2"
29
29
  }
30
30
  }