Skip to content

Commit 631af40

Browse files
authored
Merge pull request #58 from scio-labs/changeset-release/main
chore(changeset): Bump package version
2 parents b466d45 + 0a2922c commit 631af40

7 files changed

+29
-20
lines changed

.changeset/early-deers-dream.md

-5
This file was deleted.

.changeset/early-pens-itch.md

-7
This file was deleted.

.changeset/odd-comics-compare.md

-6
This file was deleted.

contracts/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#50](https://github.com/scio-labs/inkathon/pull/50) [`7c717dd`](https://github.com/scio-labs/inkathon/commit/7c717dd17e4b221b076ecf5d7bf74bebecc9df83) Thanks [@ical10](https://github.com/ical10)! - - Setup Docker workflow for local development of frontend (Next.js Startup & Watching) and production build (non-Vercel deployments)
8+
- Setup Docker workflow for local development of contracts (Rust & Substrate Contracts Node Setup, Contract Deployment)
9+
10+
### Patch Changes
11+
12+
- [#55](https://github.com/scio-labs/inkathon/pull/55) [`6b7ea5d`](https://github.com/scio-labs/inkathon/commit/6b7ea5de1e425242fd4811dbc85898f64ceb069f) Thanks [@peetzweg](https://github.com/peetzweg)! - allow postinstall to work with new contracts instead of only packaged greeter
13+
314
## 0.5.0
415

516
### 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.5.0",
5+
"version": "0.6.0",
66
"scripts": {
77
"postinstall": "bash postinstall.sh",
88
"test": "bash test-all.sh",

frontend/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#57](https://github.com/scio-labs/inkathon/pull/57) [`d623968`](https://github.com/scio-labs/inkathon/commit/d623968827da0d96b51a09f79d2f02ecb1c6c2a8) Thanks [@peetzweg](https://github.com/peetzweg)! - uses zod for form validation
8+
9+
- [#50](https://github.com/scio-labs/inkathon/pull/50) [`7c717dd`](https://github.com/scio-labs/inkathon/commit/7c717dd17e4b221b076ecf5d7bf74bebecc9df83) Thanks [@ical10](https://github.com/ical10)! - - Setup Docker workflow for local development of frontend (Next.js Startup & Watching) and production build (non-Vercel deployments)
10+
- Setup Docker workflow for local development of contracts (Rust & Substrate Contracts Node Setup, Contract Deployment)
11+
12+
### Patch Changes
13+
14+
- [#55](https://github.com/scio-labs/inkathon/pull/55) [`6b7ea5d`](https://github.com/scio-labs/inkathon/commit/6b7ea5de1e425242fd4811dbc85898f64ceb069f) Thanks [@peetzweg](https://github.com/peetzweg)! - allow postinstall to work with new contracts instead of only packaged greeter
15+
16+
- Updated dependencies [[`7c717dd`](https://github.com/scio-labs/inkathon/commit/7c717dd17e4b221b076ecf5d7bf74bebecc9df83), [`6b7ea5d`](https://github.com/scio-labs/inkathon/commit/6b7ea5de1e425242fd4811dbc85898f64ceb069f)]:
17+
- @inkathon/contracts@0.6.0
18+
319
## 0.5.0
420

521
### 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.5.0",
4+
"version": "0.6.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)