@volr/react-ui 0.1.28 → 0.1.29

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 +3 -3
package/README.md CHANGED
@@ -5,9 +5,9 @@ Pre-built UI components for Volr, built on top of `@volr/react` and `@volr/sdk-c
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm install @volr/react-ui @volr/react @volr/sdk-core viem
8
+ npm install @volr/react-ui
9
9
  # or
10
- yarn add @volr/react-ui @volr/react @volr/sdk-core viem
10
+ yarn add @volr/react-ui
11
11
  ```
12
12
 
13
13
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volr/react-ui",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "description": "Volr React UI - UI components for Volr built on top of @volr/react",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -72,8 +72,8 @@
72
72
  },
73
73
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
74
74
  "dependencies": {
75
- "@volr/react": "0.1.28",
76
- "@volr/sdk-core": "0.1.28",
75
+ "@volr/react": "0.1.29",
76
+ "@volr/sdk-core": "0.1.29",
77
77
  "axios": "^1.13.2",
78
78
  "class-variance-authority": "^0.7.1",
79
79
  "clsx": "^2.1.1",