@hopper-ui/components 0.0.8 → 0.0.9

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @hopper-ui/components
2
2
 
3
+ ## 0.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7717443]
8
+ - @hopper-ui/styled-system@0.2.7
9
+
3
10
  ## 0.0.8
4
11
 
5
12
  ### Patch Changes
package/README.md CHANGED
@@ -18,13 +18,13 @@ pnpm add @hopper-ui/components
18
18
  **With yarn**
19
19
 
20
20
  ```shell
21
- yarn add -D @hopper-ui/components
21
+ yarn add @hopper-ui/components
22
22
  ```
23
23
 
24
24
  **With npm**
25
25
 
26
26
  ```shell
27
- npm install -D @hopper-ui/components
27
+ npm install @hopper-ui/components
28
28
  ```
29
29
 
30
30
  ## Usage
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hopper-ui/components",
3
3
  "author": "Workleap",
4
- "version": "0.0.8",
4
+ "version": "0.0.9",
5
5
  "description": "The components package.",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
@@ -36,7 +36,7 @@
36
36
  "react-dom": "*"
37
37
  },
38
38
  "dependencies": {
39
- "@hopper-ui/styled-system": "0.2.6"
39
+ "@hopper-ui/styled-system": "0.2.7"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@swc/core": "1.3.106",