Skip to content

Commit adc58ac

Browse files
committed
chore(release): 2.0.0-beta.6
1 parent 07124d7 commit adc58ac

File tree

4 files changed

+123
-117
lines changed

4 files changed

+123
-117
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0-beta.6](https://github.com/lifinance/sdk/compare/v2.0.0-beta.5...v2.0.0-beta.6) (2023-03-21)
6+
57
## [2.0.0-beta.5](https://github.com/lifinance/sdk/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2023-03-17)
68

79

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lifi/sdk",
3-
"version": "2.0.0-beta.5",
3+
"version": "2.0.0-beta.6",
44
"description": "LI.FI Any-to-Any Cross-Chain-Swap SDK",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/index.js",
@@ -76,31 +76,31 @@
7676
"dependencies": {
7777
"@ethersproject/abi": "^5.7.0",
7878
"@ethersproject/contracts": "^5.7.0",
79-
"@lifi/types": "^2.5.2",
79+
"@lifi/types": "^2.5.7",
8080
"bignumber.js": "^9.1.1",
8181
"eth-rpc-errors": "^4.0.3",
8282
"ethers": "^5.7.2"
8383
},
8484
"devDependencies": {
8585
"@commitlint/cli": "^17.4.4",
8686
"@commitlint/config-conventional": "^17.4.4",
87-
"@typescript-eslint/eslint-plugin": "^5.55.0",
88-
"@typescript-eslint/parser": "^5.55.0",
89-
"@vitest/coverage-c8": "^0.29.3",
87+
"@typescript-eslint/eslint-plugin": "^5.56.0",
88+
"@typescript-eslint/parser": "^5.56.0",
89+
"@vitest/coverage-c8": "^0.29.7",
9090
"cross-fetch": "^3.1.5",
9191
"eslint": "^8.36.0",
92-
"eslint-config-prettier": "^8.7.0",
92+
"eslint-config-prettier": "^8.8.0",
9393
"eslint-plugin-prettier": "^4.2.1",
9494
"husky": "^8.0.3",
9595
"lint-staged": "^13.2.0",
9696
"msw": "1.0.1",
9797
"npm-run-all": "^4.1.5",
9898
"pinst": "^3.0.0",
99-
"prettier": "^2.8.4",
99+
"prettier": "^2.8.5",
100100
"standard-version": "^9.5.0",
101101
"ts-loader": "^9.4.2",
102102
"typescript": "^5.0.2",
103-
"vitest": "^0.29.3"
103+
"vitest": "^0.29.7"
104104
},
105105
"directories": {
106106
"test": "test"

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export const name = '@lifi/sdk'
2-
export const version = '2.0.0-beta.5'
2+
export const version = '2.0.0-beta.6'

0 commit comments

Comments
 (0)