@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ckb-ccc/connector-react
2
2
 
3
+ ## 1.1.2
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies []:
7
+ - @ckb-ccc/connector@1.1.2
8
+
3
9
  ## 1.1.1
4
10
  ### Patch Changes
5
11
 
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 [the document for @ckb-ccc/connector-react](https://api.ckbccc.com/modules/_ckb_ccc_connector_react.index.ccc.html) for more information.
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.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.1"
36
+ "@ckb-ccc/connector": "1.1.2"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@types/react": ">=16",