Skip to content

Commit

Permalink
Merge pull request #61 from scio-labs/changeset-release/main
Browse files Browse the repository at this point in the history
chore(changeset): Bump package version
  • Loading branch information
wottpal committed Apr 10, 2024
2 parents 5006281 + 1a09c24 commit 05b4bed
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/nervous-dots-remember.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rotten-humans-add.md

This file was deleted.

10 changes: 10 additions & 0 deletions contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @inkathon/contracts

## 0.7.0

### Minor Changes

- [#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

### Patch Changes

- [#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.

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@inkathon/contracts",
"type": "module",
"private": true,
"version": "0.6.0",
"version": "0.7.0",
"scripts": {
"postinstall": "bash postinstall.sh",
"test": "bash test-all.sh",
Expand Down
13 changes: 13 additions & 0 deletions frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @inkathon/frontend

## 0.7.0

### Minor Changes

- [#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

### Patch Changes

- [#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.

- Updated dependencies [[`bcc077a`](https://github.com/scio-labs/inkathon/commit/bcc077a1f139029d1bd4456fcfd1343582ba7598), [`49d181b`](https://github.com/scio-labs/inkathon/commit/49d181b4efe7c874998f332f9a2e5c92d29f5223)]:
- @inkathon/contracts@0.7.0

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@inkathon/frontend",
"private": true,
"version": "0.6.0",
"version": "0.7.0",
"scripts": {
"postinstall": "bash postinstall.sh",
"dev": "NODE_ENV=development POLKADOTJS_DISABLE_ESM_CJS_WARNING_FLAG=1 next dev",
Expand Down

0 comments on commit 05b4bed

Please sign in to comment.