diff --git a/.changeset/warm-grapes-rhyme.md b/.changeset/warm-grapes-rhyme.md deleted file mode 100644 index ec6d3589..00000000 --- a/.changeset/warm-grapes-rhyme.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@inkathon/contracts": minor -"@inkathon/frontend": minor ---- - -Add type-safe contract integrations via `useRegisteredTypedContract` and `typechain-polkadot`. diff --git a/contracts/CHANGELOG.md b/contracts/CHANGELOG.md index be4258cb..cba75667 100644 --- a/contracts/CHANGELOG.md +++ b/contracts/CHANGELOG.md @@ -1,5 +1,11 @@ # @inkathon/contracts +## 0.5.0 + +### Minor Changes + +- [#53](https://github.com/scio-labs/inkathon/pull/53) [`194120d`](https://github.com/scio-labs/inkathon/commit/194120d21028d48102d370db72660e1e23c84c4f) Thanks [@wottpal](https://github.com/wottpal)! - Add type-safe contract integrations via `useRegisteredTypedContract` and `typechain-polkadot`. + ## 0.4.2 ### Patch Changes diff --git a/contracts/package.json b/contracts/package.json index 4974c0db..9bb00e76 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -2,7 +2,7 @@ "name": "@inkathon/contracts", "type": "module", "private": true, - "version": "0.4.2", + "version": "0.5.0", "scripts": { "postinstall": "bash postinstall.sh", "test": "bash test-all.sh", diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index a874ce3b..d339e926 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -1,5 +1,16 @@ # @inkathon/frontend +## 0.5.0 + +### Minor Changes + +- [#53](https://github.com/scio-labs/inkathon/pull/53) [`194120d`](https://github.com/scio-labs/inkathon/commit/194120d21028d48102d370db72660e1e23c84c4f) Thanks [@wottpal](https://github.com/wottpal)! - Add type-safe contract integrations via `useRegisteredTypedContract` and `typechain-polkadot`. + +### Patch Changes + +- Updated dependencies [[`194120d`](https://github.com/scio-labs/inkathon/commit/194120d21028d48102d370db72660e1e23c84c4f)]: + - @inkathon/contracts@0.5.0 + ## 0.4.2 ### Patch Changes diff --git a/frontend/package.json b/frontend/package.json index d1ae7b08..4deb763c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "@inkathon/frontend", "private": true, - "version": "0.4.2", + "version": "0.5.0", "scripts": { "postinstall": "bash postinstall.sh", "dev": "NODE_ENV=development POLKADOTJS_DISABLE_ESM_CJS_WARNING_FLAG=1 next dev",