Skip to content

Commit

Permalink
Merge pull request #47 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 authored Dec 4, 2023
2 parents cc17f92 + 3e47542 commit 65ac474
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/big-seals-reply.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strange-snakes-grin.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- [#42](https://github.com/scio-labs/inkathon/pull/42) [`0533391`](https://github.com/scio-labs/inkathon/commit/0533391ac6f9b953ba0cb231af8b3037e80bcbab) Thanks [@ical10](https://github.com/ical10)! - Update project default to Node 20.

## 0.3.2

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

## 0.4.0

### Minor Changes

- [#42](https://github.com/scio-labs/inkathon/pull/42) [`0533391`](https://github.com/scio-labs/inkathon/commit/0533391ac6f9b953ba0cb231af8b3037e80bcbab) Thanks [@ical10](https://github.com/ical10)! - Update project default to Node 20.

- [#42](https://github.com/scio-labs/inkathon/pull/42) [`bc721ea`](https://github.com/scio-labs/inkathon/commit/bc721ea638a33d5d9d993eecddfd2a6f3ece1bfe) Thanks [@ical10](https://github.com/ical10)! - - Migrate the current pages directory to the Next.js 13 app directory.
- Migrate to `shadcn/ui` components and vanilla tailwind.

### Patch Changes

- Updated dependencies [[`0533391`](https://github.com/scio-labs/inkathon/commit/0533391ac6f9b953ba0cb231af8b3037e80bcbab)]:
- @inkathon/contracts@0.4.0

## 0.3.2

### Patch 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.3.2",
"version": "0.4.0",
"scripts": {
"postinstall": "bash postinstall.sh",
"dev": "NODE_ENV=development POLKADOTJS_DISABLE_ESM_CJS_WARNING_FLAG=1 next dev",
Expand Down

1 comment on commit 65ac474

@vercel
Copy link

@vercel vercel bot commented on 65ac474 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.