@worldresources/wri-design-systems 2.118.0 → 2.119.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,13 +23,13 @@ npm i @worldresources/wri-design-systems
23
23
  ## Other dependecies
24
24
 
25
25
  ```
26
- yarn add @chakra-ui/react@ @emotion/react@
26
+ yarn add @chakra-ui/react@ @emotion/react
27
27
  ```
28
28
 
29
29
  or
30
30
 
31
31
  ```
32
- npm i @chakra-ui/react@ @emotion/react@
32
+ npm i @chakra-ui/react@ @emotion/react
33
33
  ```
34
34
 
35
35
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worldresources/wri-design-systems",
3
- "version": "2.118.0",
3
+ "version": "2.119.0",
4
4
  "description": "WRI UI Library",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",