Skip to content

Commit

Permalink
RELEASE: Releasing 3 package(s)
Browse files Browse the repository at this point in the history
Releases:
  @galacticcouncil/[email protected]
  • Loading branch information
nohaapav committed Mar 31, 2024
1 parent db1b832 commit fe61959
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 102 deletions.
2 changes: 1 addition & 1 deletion examples/sdk-cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"node": "^21.6.0"
},
"dependencies": {
"@galacticcouncil/sdk": "^1.1.7"
"@galacticcouncil/sdk": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/sdk-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"esbuild": "^0.17.11"
},
"dependencies": {
"@galacticcouncil/sdk": "^1.1.7"
"@galacticcouncil/sdk": "^2.0.0"
}
}
104 changes: 5 additions & 99 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @galacticcouncil/sdk

## 2.0.0

### Major Changes

- Use deferred wasms for ESM build (Breaking!!!)
- WHAT - Wasms are not longer enbedded for esm build
- WHY - To decrease resulting bundle size
- FIX - Include wasms from sdk package to your project root

## 1.2.3

### Patch Changes
Expand Down
Empty file added packages/sdk/TROUBLESHOOTING.md
Empty file.
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": "@galacticcouncil/sdk",
"version": "1.2.3",
"version": "2.0.0",
"description": "Galactic off-chain routing & optimization of orders across pools for best price execution",
"author": "GalacticCouncil",
"repository": {
Expand Down

0 comments on commit fe61959

Please sign in to comment.