Skip to content

Commit

Permalink
Merge pull request #56 from liquality/changeset-release/develop
Browse files Browse the repository at this point in the history
🚀 PreRelease 2023-02-20_12-30-03 🚀 (next)
  • Loading branch information
koderholic authored Feb 20, 2023
2 parents 16a6aa8 + 7675cc9 commit 497428b
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 2 deletions.
19 changes: 18 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,22 @@
"tsconfig": "0.0.0",
"ui": "0.0.0"
},
"changesets": []
"changesets": [
"brave-pillows-deny",
"few-buckets-behave",
"forty-cows-pull",
"funny-apricots-jam",
"heavy-timers-care",
"light-meals-battle",
"lucky-onions-cry",
"moody-pots-arrive",
"old-files-matter",
"purple-dragons-mix",
"rotten-humans-approve",
"spotty-geckos-pull",
"strong-lies-travel",
"tasty-pens-shave",
"wicked-masks-hear",
"young-feet-pump"
]
}
27 changes: 27 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @liquality/wallet-sdk

## 1.0.0-next.11

### Major Changes

- 6c87f80: First Release

### Minor Changes

- f70e688: fix sdk import errors

### Patch Changes

- 6001dd9: bug fixes
- 9060a2e: chore: update entry file path in package.json
- 5499773: chore: compile contract artifacts during build
- 79111ca: fix: use address from ethers wallet rather than expect address as argument
- dfbc026: fix duplicate types
- f09ea07: fix: add getQuote function and getTransactionStatus function
- 91e9b9f: Add return types to auth service functions and erc20 service functions
- 37ef972: fix: resolve run time type error
- a015e85: refactor: remove unnecessary file
- 1a0a954: fix: update swap
- a96568a: Update readme
- 2db71f7: fix: remove duplicate types for TransferRequest
- 5b8ac77: update types
- 4cdf485: bump version

## 1.0.0-next.10

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liquality/wallet-sdk",
"version": "1.0.0-next.10",
"version": "1.0.0-next.11",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down

0 comments on commit 497428b

Please sign in to comment.