Skip to content

Commit ee8b286

Browse files
authored
Merge pull request #44 from liquality/changeset-release/develop
🚀 PreRelease 2023-02-15_17-05-00 🚀 (next)
2 parents 1f1690f + f5d0f75 commit ee8b286

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

.changeset/pre.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,16 @@
99
"tsconfig": "0.0.0",
1010
"ui": "0.0.0"
1111
},
12-
"changesets": []
12+
"changesets": [
13+
"brave-pillows-deny",
14+
"few-buckets-behave",
15+
"forty-cows-pull",
16+
"funny-apricots-jam",
17+
"moody-pots-arrive",
18+
"purple-dragons-mix",
19+
"spotty-geckos-pull",
20+
"tasty-pens-shave",
21+
"wicked-masks-hear",
22+
"young-feet-pump"
23+
]
1324
}

packages/sdk/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @liquality/wallet-sdk
22

3+
## 1.0.0-next.5
4+
5+
### Major Changes
6+
7+
- 6c87f80: First Release
8+
9+
### Minor Changes
10+
11+
- f70e688: fix sdk import errors
12+
13+
### Patch Changes
14+
15+
- 6001dd9: bug fixes
16+
- 9060a2e: chore: update entry file path in package.json
17+
- 5499773: chore: compile contract artifacts during build
18+
- 91e9b9f: Add return types to auth service functions and erc20 service functions
19+
- a015e85: refactor: remove unnecessary file
20+
- a96568a: Update readme
21+
- 5b8ac77: update types
22+
- 4cdf485: bump version
23+
324
## 1.0.0-next.4
425

526
### Major Changes

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@liquality/wallet-sdk",
3-
"version": "1.0.0-next.4",
3+
"version": "1.0.0-next.5",
44
"main": "./dist/src/index.js",
55
"types": "./dist/src/index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)