Skip to content

Commit 861ddf8

Browse files
authored
Merge pull request #62 from scio-labs/changeset-release/main
chore(changeset): Bump package version
2 parents 0f3c1a5 + 6e70cb2 commit 861ddf8

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/brave-icons-tan.md

-5
This file was deleted.

contracts/CHANGELOG.md

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

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- [`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.
8+
39
## 0.7.0
410

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

frontend/CHANGELOG.md

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

3+
## 0.8.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0f3c1a5`](https://github.com/scio-labs/inkathon/commit/0f3c1a5ba5f129c2fba0f7fed2ba27fc3968d07f)]:
8+
- @inkathon/contracts@0.8.0
9+
310
## 0.7.0
411

512
### 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.7.0",
4+
"version": "0.8.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)