@ckb-ccc/connector-react 0.0.14 → 0.0.16

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,21 @@
1
1
  # @ckb-ccc/connector-react
2
2
 
3
+ ## 0.0.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @ckb-ccc/connector@0.0.16
9
+
10
+ ## 0.0.15
11
+
12
+ ### Patch Changes
13
+
14
+ - [`2483637`](https://github.com/ckb-ecofund/ccc/commit/2483637c89a2e012ed6408d8cabc123b8a45faa9) Thanks [@Hanssen0](https://github.com/Hanssen0)! - fix(connector): animation
15
+
16
+ - Updated dependencies [[`2483637`](https://github.com/ckb-ecofund/ccc/commit/2483637c89a2e012ed6408d8cabc123b8a45faa9)]:
17
+ - @ckb-ccc/connector@0.0.15
18
+
3
19
  ## 0.0.14
4
20
 
5
21
  ### Patch Changes
package/README.md CHANGED
@@ -61,9 +61,7 @@ For non-developers, you can also [try CCC's app now here](https://app.ckbccc.com
61
61
  Before using the Connector, wrap your UI with the CCC Provider:
62
62
 
63
63
  ```tsx
64
- <ccc.Provider>
65
- {/* Your application */}
66
- </ccc.Provider>
64
+ <ccc.Provider>{/* Your application */}</ccc.Provider>
67
65
  ```
68
66
 
69
67
  Check [the document for @ckb-ccc/connector-react](https://docs.ckbccc.com/modules/_ckb_ccc_connector_react.index.ccc.html) for more information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckb-ccc/connector-react",
3
- "version": "0.0.14",
3
+ "version": "0.0.16",
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",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@lit/react": "^1.0.5",
38
- "@ckb-ccc/connector": "0.0.14"
38
+ "@ckb-ccc/connector": "0.0.16"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "react": ">=16"