diff --git a/.changeset/wild-geese-learn.md b/.changeset/wild-geese-learn.md deleted file mode 100644 index a328e2e..0000000 --- a/.changeset/wild-geese-learn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@inkathon/contracts': patch -'@inkathon/frontend': patch ---- - -Make cp/copy command work cross-platform (i.e. on Windows) for postinstall and build-all scripts. diff --git a/contracts/CHANGELOG.md b/contracts/CHANGELOG.md index 983ad50..d3c5956 100644 --- a/contracts/CHANGELOG.md +++ b/contracts/CHANGELOG.md @@ -1,5 +1,11 @@ # @inkathon/contracts +## 0.1.2 + +### Patch Changes + +- [`2b9bc68`](https://github.com/scio-labs/inkathon/commit/2b9bc689876ea195a1cf2f6af1ca2414bcf04172) Thanks [@wottpal](https://github.com/wottpal)! - Make cp/copy command work cross-platform (i.e. on Windows) for postinstall and build-all scripts. + ## 0.1.0 ### Minor Changes diff --git a/contracts/package.json b/contracts/package.json index e0dba52..4885d3b 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -2,7 +2,7 @@ "name": "@inkathon/contracts", "type": "module", "private": true, - "version": "0.1.0", + "version": "0.1.2", "scripts": { "postinstall": "touch deployments/greeter/development.ts; true", "test": "./test-all.sh", diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index 20c10a2..c2e0053 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -1,5 +1,14 @@ # @inkathon/frontend +## 0.1.2 + +### Patch Changes + +- [`2b9bc68`](https://github.com/scio-labs/inkathon/commit/2b9bc689876ea195a1cf2f6af1ca2414bcf04172) Thanks [@wottpal](https://github.com/wottpal)! - Make cp/copy command work cross-platform (i.e. on Windows) for postinstall and build-all scripts. + +- Updated dependencies [[`2b9bc68`](https://github.com/scio-labs/inkathon/commit/2b9bc689876ea195a1cf2f6af1ca2414bcf04172)]: + - @inkathon/contracts@0.1.2 + ## 0.1.1 ### Patch Changes diff --git a/frontend/package.json b/frontend/package.json index f3960e3..d9deeb0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "@inkathon/frontend", "private": true, - "version": "0.1.1", + "version": "0.1.2", "babelMacros": { "twin": { "preset": "emotion"