Skip to content

Commit

Permalink
chore(changeset): Bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 5, 2024
1 parent b466d45 commit 7772b5e
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-deers-dream.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/early-pens-itch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/odd-comics-compare.md

This file was deleted.

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

## 0.6.0

### Minor Changes

- [#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)
- Setup Docker workflow for local development of contracts (Rust & Substrate Contracts Node Setup, Contract Deployment)

### Patch Changes

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

## 0.5.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.5.0",
"version": "0.6.0",
"scripts": {
"postinstall": "bash postinstall.sh",
"test": "bash test-all.sh",
Expand Down
16 changes: 16 additions & 0 deletions frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @inkathon/frontend

## 0.6.0

### Minor Changes

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

- [#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)
- Setup Docker workflow for local development of contracts (Rust & Substrate Contracts Node Setup, Contract Deployment)

### Patch Changes

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

- Updated dependencies [[`7c717dd`](https://github.com/scio-labs/inkathon/commit/7c717dd17e4b221b076ecf5d7bf74bebecc9df83), [`6b7ea5d`](https://github.com/scio-labs/inkathon/commit/6b7ea5de1e425242fd4811dbc85898f64ceb069f)]:
- @inkathon/contracts@0.6.0

## 0.5.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.5.0",
"version": "0.6.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 7772b5e

Please sign in to comment.