Skip to content

Commit

Permalink
Latest CHANGELOG (w/ deps bump) (#5719)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Aug 29, 2023
1 parent 321b759 commit ebde5a3
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 98 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# CHANGELOG

## master

Contributed:

- Add aliases for Noir type paths (Thanks to https://github.com/conr2d)
- Add runtime `FungliblesApi` version 2 (Thanks to https://github.com/bkontur)
- Add runtime `EthereumApi` version 5 (Thanks to https://github.com/timbrinded)
- Add runtime `AssetConversionApi` (Thanks to https://github.com/jsidorenko)

Changes:

- Add runtime `BeefyApi` version 3
- Add runtime `ParachainHost` version 5
- Consistently use `import.meta.url` inside tests
- Group `Uint/Int` tests for maintainability
- Update to latest Polkadot, Kusama & Substrate metadata


## 10.9.1 Jun 12, 2023

Changes:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"test:one": "polkadot-dev-run-test --env node"
},
"devDependencies": {
"@polkadot/dev": "^0.76.18",
"@polkadot/dev": "^0.76.21",
"@polkadot/typegen": "workspace:packages/typegen",
"@types/node": "^20.5.3"
"@types/node": "^20.5.7"
},
"resolutions": {
"typescript": "^5.1.6"
Expand Down
1 change: 0 additions & 1 deletion packages/typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/websocket": "^1.0.5",
"@types/yargs": "^17.0.24"
}
}
Loading

0 comments on commit ebde5a3

Please sign in to comment.