@ckb-ccc/connector-react 1.1.1 → 1.1.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.
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ Before using the Connector, wrap your UI with the CCC Provider:
|
|
|
44
44
|
<ccc.Provider>{/* Your application */}</ccc.Provider>
|
|
45
45
|
```
|
|
46
46
|
|
|
47
|
-
Check
|
|
47
|
+
Check the [package documentation](https://docs.ckbccc.com/docs/packages/core-packages/connector-react) and [API reference](https://api.ckbccc.com/modules/_ckb-ccc_connector-react.index) for more details.
|
|
48
48
|
|
|
49
49
|
<h3 align="center">
|
|
50
50
|
Read more about CCC on <a href="https://docs.ckbccc.com">our website</a> or <a href="https://github.com/ckb-devrel/ccc">GitHub Repo</a>.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckb-ccc/connector-react",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "CCC - CKBer's Codebase. Common Chains Connector UI Component for React",
|
|
5
5
|
"author": "Hanssen0 <hanssen0@hanssen0.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@lit/react": "^1.0.8",
|
|
36
|
-
"@ckb-ccc/connector": "1.1.
|
|
36
|
+
"@ckb-ccc/connector": "1.1.2"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@types/react": ">=16",
|