@openzeppelin/ui-react 2.0.1 → 3.0.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.
package/dist/index.cjs CHANGED
@@ -32,7 +32,7 @@ let react_jsx_runtime = require("react/jsx-runtime");
32
32
  let _openzeppelin_ui_components = require("@openzeppelin/ui-components");
33
33
 
34
34
  //#region src/version.ts
35
- const VERSION = "2.0.1";
35
+ const VERSION = "3.0.0";
36
36
 
37
37
  //#endregion
38
38
  //#region src/hooks/AdapterContext.tsx
package/dist/index.mjs CHANGED
@@ -4,7 +4,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
4
4
  import { Button } from "@openzeppelin/ui-components";
5
5
 
6
6
  //#region src/version.ts
7
- const VERSION = "2.0.1";
7
+ const VERSION = "3.0.0";
8
8
 
9
9
  //#endregion
10
10
  //#region src/hooks/AdapterContext.tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openzeppelin/ui-react",
3
- "version": "2.0.1",
3
+ "version": "3.0.0",
4
4
  "private": false,
5
5
  "description": "Core React context providers and hooks for the OpenZeppelin UI ecosystem.",
6
6
  "type": "module",
@@ -43,9 +43,9 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "lucide-react": "^0.510.0",
46
- "@openzeppelin/ui-types": "^2.0.0",
47
- "@openzeppelin/ui-utils": "^2.0.0",
48
- "@openzeppelin/ui-components": "^2.0.0"
46
+ "@openzeppelin/ui-types": "^3.0.0",
47
+ "@openzeppelin/ui-components": "^3.0.0",
48
+ "@openzeppelin/ui-utils": "^3.0.0"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "@tanstack/react-query": "^5.0.0",