Skip to content

Commit

Permalink
Merge pull request #62 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 Apr 11, 2024
2 parents 0f3c1a5 + 6e70cb2 commit 861ddf8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-icons-tan.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.8.0

### Minor Changes

- [`0f3c1a5`](https://github.com/scio-labs/inkathon/commit/0f3c1a5ba5f129c2fba0f7fed2ba27fc3968d07f) Thanks [@wottpal](https://github.com/wottpal)! - Integrate named workspace contracts with DRink! CLI in a simplified pnpm command.

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

## 0.8.0

### Patch Changes

- Updated dependencies [[`0f3c1a5`](https://github.com/scio-labs/inkathon/commit/0f3c1a5ba5f129c2fba0f7fed2ba27fc3968d07f)]:
- @inkathon/contracts@0.8.0

## 0.7.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.7.0",
"version": "0.8.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 861ddf8

Please sign in to comment.