Skip to content

Commit 9142b4b

Browse files
Version Packages (#43)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8b8fb81 commit 9142b4b

File tree

6 files changed

+33
-21
lines changed

6 files changed

+33
-21
lines changed

.changeset/brave-pigs-admire.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/silent-flowers-shop.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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
@@ -12,7 +26,7 @@
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

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

packages/example/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

packages/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)