Skip to content

Commit 05b4bed

Browse files
authored
Merge pull request #61 from scio-labs/changeset-release/main
chore(changeset): Bump package version
2 parents 5006281 + 1a09c24 commit 05b4bed

File tree

6 files changed

+25
-14
lines changed

6 files changed

+25
-14
lines changed

.changeset/nervous-dots-remember.md

-6
This file was deleted.

.changeset/rotten-humans-add.md

-6
This file was deleted.

contracts/CHANGELOG.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- [#60](https://github.com/scio-labs/inkathon/pull/60) [`bcc077a`](https://github.com/scio-labs/inkathon/commit/bcc077a1f139029d1bd4456fcfd1343582ba7598) Thanks [@peetzweg](https://github.com/peetzweg)! - Update to ink! v5
8+
9+
### Patch Changes
10+
11+
- [#60](https://github.com/scio-labs/inkathon/pull/60) [`49d181b`](https://github.com/scio-labs/inkathon/commit/49d181b4efe7c874998f332f9a2e5c92d29f5223) Thanks [@peetzweg](https://github.com/peetzweg)! - Disable `typechain-polkadot` typed-contracts until ink! v5 support.
12+
313
## 0.6.0
414

515
### Minor 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.6.0",
5+
"version": "0.7.0",
66
"scripts": {
77
"postinstall": "bash postinstall.sh",
88
"test": "bash test-all.sh",

frontend/CHANGELOG.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- [#60](https://github.com/scio-labs/inkathon/pull/60) [`bcc077a`](https://github.com/scio-labs/inkathon/commit/bcc077a1f139029d1bd4456fcfd1343582ba7598) Thanks [@peetzweg](https://github.com/peetzweg)! - Update to ink! v5
8+
9+
### Patch Changes
10+
11+
- [#60](https://github.com/scio-labs/inkathon/pull/60) [`49d181b`](https://github.com/scio-labs/inkathon/commit/49d181b4efe7c874998f332f9a2e5c92d29f5223) Thanks [@peetzweg](https://github.com/peetzweg)! - Disable `typechain-polkadot` typed-contracts until ink! v5 support.
12+
13+
- Updated dependencies [[`bcc077a`](https://github.com/scio-labs/inkathon/commit/bcc077a1f139029d1bd4456fcfd1343582ba7598), [`49d181b`](https://github.com/scio-labs/inkathon/commit/49d181b4efe7c874998f332f9a2e5c92d29f5223)]:
14+
- @inkathon/contracts@0.7.0
15+
316
## 0.6.0
417

518
### Minor 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.6.0",
4+
"version": "0.7.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)