Skip to content

Commit 6fc3533

Browse files
github-actions[bot]koderholic
authored andcommitted
chore: enter prerelease mode and version packages (next)
1 parent 0b5ba4f commit 6fc3533

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-2
lines changed

.changeset/pre.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,22 @@
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+
"heavy-timers-care",
18+
"light-meals-battle",
19+
"lucky-onions-cry",
20+
"moody-pots-arrive",
21+
"old-files-matter",
22+
"purple-dragons-mix",
23+
"rotten-humans-approve",
24+
"spotty-geckos-pull",
25+
"strong-lies-travel",
26+
"tasty-pens-shave",
27+
"wicked-masks-hear",
28+
"young-feet-pump"
29+
]
1330
}

packages/sdk/CHANGELOG.md

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

3+
## 1.0.0-next.11
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+
- 79111ca: fix: use address from ethers wallet rather than expect address as argument
19+
- dfbc026: fix duplicate types
20+
- f09ea07: fix: add getQuote function and getTransactionStatus function
21+
- 91e9b9f: Add return types to auth service functions and erc20 service functions
22+
- 37ef972: fix: resolve run time type error
23+
- a015e85: refactor: remove unnecessary file
24+
- 1a0a954: fix: update swap
25+
- a96568a: Update readme
26+
- 2db71f7: fix: remove duplicate types for TransferRequest
27+
- 5b8ac77: update types
28+
- 4cdf485: bump version
29+
330
## 1.0.0-next.10
431

532
### 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.10",
3+
"version": "1.0.0-next.11",
44
"main": "./dist/src/index.js",
55
"types": "./dist/src/index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)