Skip to content

Commit 17748eb

Browse files
chore(changeset): Bump package version
1 parent 3f4179e commit 17748eb

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/tricky-clouds-swim.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

contracts/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @inkathon/contracts
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [`3f4179e`](https://github.com/scio-labs/inkathon/commit/3f4179e9325b155324d23796234d9f853ae03dd9) Thanks [@wottpal](https://github.com/wottpal)! - Add workaround to run ESM-enabled ts-node scripts with Node.js 20. Related: https://github.com/TypeStrong/ts-node/issues/1997
8+
39
## 0.2.0
410

511
### Minor Changes

contracts/package.json

Lines changed: 1 addition & 1 deletion
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.2.0",
5+
"version": "0.2.1",
66
"scripts": {
77
"postinstall": "bash postinstall.sh",
88
"test": "bash test-all.sh",

frontend/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @inkathon/frontend
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3f4179e`](https://github.com/scio-labs/inkathon/commit/3f4179e9325b155324d23796234d9f853ae03dd9)]:
8+
- @inkathon/contracts@0.2.1
9+
310
## 0.2.0
411

512
### Minor Changes

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inkathon/frontend",
33
"private": true,
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"babelMacros": {
66
"twin": {
77
"preset": "emotion"

0 commit comments

Comments
 (0)