Skip to content

Commit 9703ab3

Browse files
authored
Merge pull request #54 from scio-labs/changeset-release/main
chore(changeset): Bump package version
2 parents 756d685 + bca3bf0 commit 9703ab3

File tree

5 files changed

+19
-8
lines changed

5 files changed

+19
-8
lines changed

.changeset/warm-grapes-rhyme.md

-6
This file was deleted.

contracts/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @inkathon/contracts
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#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`.
8+
39
## 0.4.2
410

511
### Patch Changes

contracts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@inkathon/contracts",
33
"type": "module",
44
"private": true,
5-
"version": "0.4.2",
5+
"version": "0.5.0",
66
"scripts": {
77
"postinstall": "bash postinstall.sh",
88
"test": "bash test-all.sh",

frontend/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @inkathon/frontend
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#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`.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`194120d`](https://github.com/scio-labs/inkathon/commit/194120d21028d48102d370db72660e1e23c84c4f)]:
12+
- @inkathon/contracts@0.5.0
13+
314
## 0.4.2
415

516
### Patch Changes

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inkathon/frontend",
33
"private": true,
4-
"version": "0.4.2",
4+
"version": "0.5.0",
55
"scripts": {
66
"postinstall": "bash postinstall.sh",
77
"dev": "NODE_ENV=development POLKADOTJS_DISABLE_ESM_CJS_WARNING_FLAG=1 next dev",

0 commit comments

Comments
 (0)