Skip to content

Commit cb5c9ac

Browse files
Version Packages (#35)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 56c0156 commit cb5c9ac

File tree

5 files changed

+29
-14
lines changed

5 files changed

+29
-14
lines changed

.changeset/tricky-carpets-bow.md

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

packages/core/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# @usedapp/core
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 56c0156: 📢 Set publishing access to public
8+
9+
(Test of publishing)
10+
311
## 0.1.2
412

513
### Patch Changes
614

7-
- 7405165: Add possibility to add user wrappers to renderWeb3Hook.
15+
- 7405165: Add possibility to add user wrappers to renderWeb3Hook.
816

917
## 0.1.1
1018

packages/core/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "@usedapp/core",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"main": "dist/src/index.js",
55
"types": "dist/src/index.d.ts",
66
"repository": "git@github.com:EthWorks/dapp-framework.git",
77
"author": "Ethworks",
88
"license": "MIT",
9-
"publishConfig": {"access": "public"},
9+
"publishConfig": {
10+
"access": "public"
11+
},
1012
"devDependencies": {
1113
"@ethereum-waffle/provider": "^3.2.2",
1214
"@ethersproject/abi": "^5.0.12",

packages/testing/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
# @usedapp/testing
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- 56c0156: 📢 Set publishing access to public
8+
9+
(Test of publishing)
10+
11+
- Updated dependencies [56c0156]
12+
- @usedapp/core@0.1.3
13+
314
## 0.1.1
15+
416
### Patch Changes
517

618
- 7405165: Introduce the first version of @usedapp/testing.
719
- Updated dependencies [7405165]
820
- @usedapp/core@0.1.2
9-

packages/testing/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "@usedapp/testing",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"main": "dist/src/index.js",
55
"types": "dist/src/index.d.ts",
66
"repository": "git@github.com:EthWorks/dapp-framework.git",
77
"author": "Ethworks",
88
"license": "MIT",
9-
"publishConfig": {"access": "public"},
9+
"publishConfig": {
10+
"access": "public"
11+
},
1012
"devDependencies": {
1113
"@ethereum-waffle/provider": "^3.2.2",
1214
"@ethersproject/abi": "^5.0.12",

0 commit comments

Comments
 (0)