File tree Expand file tree Collapse file tree 6 files changed +33
-21
lines changed
Expand file tree Collapse file tree 6 files changed +33
-21
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @usedapp/core
22
3+ ## 0.1.4
4+
5+ ### Patch Changes
6+
7+ - 8b8fb81: 🧹 General clean-up
8+
9+ - Introduce EthersProvider and activateBrowserWallet
10+ - Introduce Config, ConfigProvider and useConfig
11+ - Fix Goerli name
12+ - Add missing MULTICALL_ADDRESSES
13+ - Update docs structure and README
14+
15+ - 9506ad8: Add ability to specify a background chain that will be used before wallet is connected.
16+
317## 0.1.3
418
519### Patch Changes
1226
1327### Patch Changes
1428
15- - 7405165: Add possibility to add user wrappers to renderWeb3Hook.
29+ - 7405165: Add possibility to add user wrappers to renderWeb3Hook.
1630
1731## 0.1.1
1832
Original file line number Diff line number Diff line change 11{
22 "name" : " @usedapp/core" ,
3- "version" : " 0.1.3 " ,
3+ "version" : " 0.1.4 " ,
44 "main" : " dist/src/index.js" ,
55 "types" : " dist/src/index.d.ts" ,
66 "repository" : " git@github.com:EthWorks/dapp-framework.git" ,
Original file line number Diff line number Diff line change 1+ # @usedapp/example
2+
3+ ## 0.1.1
4+ ### Patch Changes
5+
6+ - 8b8fb81: 🧹 General clean-up
7+
8+ * Introduce EthersProvider and activateBrowserWallet
9+ * Introduce Config, ConfigProvider and useConfig
10+ * Fix Goerli name
11+ * Add missing MULTICALL_ADDRESSES
12+ * Update docs structure and README
13+ - 9506ad8: Add ability to specify a background chain that will be used before wallet is connected.
14+ - Updated dependencies [ 8b8fb81]
15+ - Updated dependencies [ 9506ad8]
16+ - @usedapp/core @0.1.4
Original file line number Diff line number Diff line change 11{
22 "name" : " @usedapp/example" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "private" : true ,
55 "scripts" : {
66 "start" : " webpack serve --mode development --progress" ,
You can’t perform that action at this time.
0 commit comments