From 1a594296b3a878f96d1438bea8ef789c5617015f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 14 Oct 2023 15:08:28 +0000 Subject: [PATCH] chore(changeset): Bump package version --- .changeset/clean-lemons-cough.md | 5 ----- .changeset/eleven-olives-compare.md | 6 ------ .changeset/famous-eyes-beg.md | 5 ----- .changeset/gold-mangos-tell.md | 6 ------ .changeset/lazy-bags-learn.md | 5 ----- .changeset/lazy-maps-exercise.md | 6 ------ .changeset/polite-starfishes-allow.md | 6 ------ .changeset/rare-gifts-beam.md | 6 ------ .changeset/stupid-bees-jam.md | 5 ----- .changeset/thick-countries-cheat.md | 5 ----- .changeset/wild-phones-repair.md | 6 ------ .changeset/yellow-beds-cry.md | 5 ----- contracts/CHANGELOG.md | 27 +++++++++++++++++++++++++++ contracts/package.json | 2 +- frontend/CHANGELOG.md | 26 ++++++++++++++++++++++++++ frontend/package.json | 2 +- 16 files changed, 55 insertions(+), 68 deletions(-) delete mode 100644 .changeset/clean-lemons-cough.md delete mode 100644 .changeset/eleven-olives-compare.md delete mode 100644 .changeset/famous-eyes-beg.md delete mode 100644 .changeset/gold-mangos-tell.md delete mode 100644 .changeset/lazy-bags-learn.md delete mode 100644 .changeset/lazy-maps-exercise.md delete mode 100644 .changeset/polite-starfishes-allow.md delete mode 100644 .changeset/rare-gifts-beam.md delete mode 100644 .changeset/stupid-bees-jam.md delete mode 100644 .changeset/thick-countries-cheat.md delete mode 100644 .changeset/wild-phones-repair.md delete mode 100644 .changeset/yellow-beds-cry.md create mode 100644 contracts/CHANGELOG.md create mode 100644 frontend/CHANGELOG.md diff --git a/.changeset/clean-lemons-cough.md b/.changeset/clean-lemons-cough.md deleted file mode 100644 index eae18bd..0000000 --- a/.changeset/clean-lemons-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@inkathon/contracts': patch ---- - -Add `contract/scripts/script.template.ts` template script and simplify script initialization in general. diff --git a/.changeset/eleven-olives-compare.md b/.changeset/eleven-olives-compare.md deleted file mode 100644 index 2a23e2d..0000000 --- a/.changeset/eleven-olives-compare.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@inkathon/contracts': minor -'@inkathon/frontend': minor ---- - -Move `frontend` and `contracts` packages to the root level diff --git a/.changeset/famous-eyes-beg.md b/.changeset/famous-eyes-beg.md deleted file mode 100644 index 7880e93..0000000 --- a/.changeset/famous-eyes-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@inkathon/contracts': patch ---- - -Auto-detect available contracts in build & test shell scripts diff --git a/.changeset/gold-mangos-tell.md b/.changeset/gold-mangos-tell.md deleted file mode 100644 index b5dcef6..0000000 --- a/.changeset/gold-mangos-tell.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@inkathon/contracts': patch -'@inkathon/frontend': patch ---- - -Add contributor guidelines at `CONTRIBUTING.md`. diff --git a/.changeset/lazy-bags-learn.md b/.changeset/lazy-bags-learn.md deleted file mode 100644 index b7872b0..0000000 --- a/.changeset/lazy-bags-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@inkathon/contracts': patch ---- - -Add pnpm/npm shorthand script for JS/TS script execution (i.e. `pnpm run script deploy`) diff --git a/.changeset/lazy-maps-exercise.md b/.changeset/lazy-maps-exercise.md deleted file mode 100644 index 58f42c8..0000000 --- a/.changeset/lazy-maps-exercise.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@inkathon/contracts': minor -'@inkathon/frontend': minor ---- - -Major README.md overhaul & improvements diff --git a/.changeset/polite-starfishes-allow.md b/.changeset/polite-starfishes-allow.md deleted file mode 100644 index 61c2b4f..0000000 --- a/.changeset/polite-starfishes-allow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@inkathon/contracts': patch -'@inkathon/frontend': patch ---- - -Switch from `husky` to `simple-git-hooks` pre-commit hooks diff --git a/.changeset/rare-gifts-beam.md b/.changeset/rare-gifts-beam.md deleted file mode 100644 index 9111f41..0000000 --- a/.changeset/rare-gifts-beam.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@inkathon/contracts': patch -'@inkathon/frontend': patch ---- - -Add compatability for using yarn (stable only, not classic v1) as the package manager. Note: npm is still not compatible as it lacks support for the workspace import protocol. diff --git a/.changeset/stupid-bees-jam.md b/.changeset/stupid-bees-jam.md deleted file mode 100644 index 7f7c1c9..0000000 --- a/.changeset/stupid-bees-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@inkathon/contracts': minor ---- - -Move ink! contract files under `contracts/src/` diff --git a/.changeset/thick-countries-cheat.md b/.changeset/thick-countries-cheat.md deleted file mode 100644 index 0ce5ef9..0000000 --- a/.changeset/thick-countries-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@inkathon/frontend': patch ---- - -Auto-create `.env.local` files upon first package install if non-existent diff --git a/.changeset/wild-phones-repair.md b/.changeset/wild-phones-repair.md deleted file mode 100644 index 2a8739e..0000000 --- a/.changeset/wild-phones-repair.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@inkathon/contracts': patch -'@inkathon/frontend': patch ---- - -Setup changeset integration for version, release, and changelog management. diff --git a/.changeset/yellow-beds-cry.md b/.changeset/yellow-beds-cry.md deleted file mode 100644 index c7efec5..0000000 --- a/.changeset/yellow-beds-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@inkathon/frontend': minor ---- - -Change `@…` local import path shortcut to `@/…` (create-next-app default). diff --git a/contracts/CHANGELOG.md b/contracts/CHANGELOG.md new file mode 100644 index 0000000..a175cd8 --- /dev/null +++ b/contracts/CHANGELOG.md @@ -0,0 +1,27 @@ +# @inkathon/contracts + +## 0.1.0 + +### Minor Changes + +- [#30](https://github.com/scio-labs/inkathon/pull/30) [`1839164`](https://github.com/scio-labs/inkathon/commit/183916440fb3043d06c1fd603aba923eb21a5964) Thanks [@wottpal](https://github.com/wottpal)! - Move `frontend` and `contracts` packages to the root level + +- [#30](https://github.com/scio-labs/inkathon/pull/30) [`3598618`](https://github.com/scio-labs/inkathon/commit/3598618f87d788ec51964167557210ed8b659797) Thanks [@wottpal](https://github.com/wottpal)! - Major README.md overhaul & improvements + +- [#30](https://github.com/scio-labs/inkathon/pull/30) [`1839164`](https://github.com/scio-labs/inkathon/commit/183916440fb3043d06c1fd603aba923eb21a5964) Thanks [@wottpal](https://github.com/wottpal)! - Move ink! contract files under `contracts/src/` + +### Patch Changes + +- [#30](https://github.com/scio-labs/inkathon/pull/30) [`cf04f67`](https://github.com/scio-labs/inkathon/commit/cf04f671c06276ffc51e33c1e38c181173227d75) Thanks [@wottpal](https://github.com/wottpal)! - Add `contract/scripts/script.template.ts` template script and simplify script initialization in general. + +- [#30](https://github.com/scio-labs/inkathon/pull/30) [`1839164`](https://github.com/scio-labs/inkathon/commit/183916440fb3043d06c1fd603aba923eb21a5964) Thanks [@wottpal](https://github.com/wottpal)! - Auto-detect available contracts in build & test shell scripts + +- [#30](https://github.com/scio-labs/inkathon/pull/30) [`7a41afe`](https://github.com/scio-labs/inkathon/commit/7a41afe1e7c2f45b6d3972760c173a4a2197c643) Thanks [@wottpal](https://github.com/wottpal)! - Add contributor guidelines at `CONTRIBUTING.md`. + +- [#30](https://github.com/scio-labs/inkathon/pull/30) [`1839164`](https://github.com/scio-labs/inkathon/commit/183916440fb3043d06c1fd603aba923eb21a5964) Thanks [@wottpal](https://github.com/wottpal)! - Add pnpm/npm shorthand script for JS/TS script execution (i.e. `pnpm run script deploy`) + +- [#30](https://github.com/scio-labs/inkathon/pull/30) [`1839164`](https://github.com/scio-labs/inkathon/commit/183916440fb3043d06c1fd603aba923eb21a5964) Thanks [@wottpal](https://github.com/wottpal)! - Switch from `husky` to `simple-git-hooks` pre-commit hooks + +- [#30](https://github.com/scio-labs/inkathon/pull/30) [`07d8381`](https://github.com/scio-labs/inkathon/commit/07d83819c48f4aaa129ccc3d27929767b916c93d) Thanks [@wottpal](https://github.com/wottpal)! - Add compatability for using yarn (stable only, not classic v1) as the package manager. Note: npm is still not compatible as it lacks support for the workspace import protocol. + +- [#30](https://github.com/scio-labs/inkathon/pull/30) [`1839164`](https://github.com/scio-labs/inkathon/commit/183916440fb3043d06c1fd603aba923eb21a5964) Thanks [@wottpal](https://github.com/wottpal)! - Setup changeset integration for version, release, and changelog management. diff --git a/contracts/package.json b/contracts/package.json index d2d120a..8f79358 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -2,7 +2,7 @@ "name": "@inkathon/contracts", "type": "module", "private": true, - "version": "0.0.1", + "version": "0.1.0", "scripts": { "postinstall": "touch deployments/greeter/development.ts; true", "test": "./test-all.sh", diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md new file mode 100644 index 0000000..ccf94be --- /dev/null +++ b/frontend/CHANGELOG.md @@ -0,0 +1,26 @@ +# @inkathon/frontend + +## 0.1.0 + +### Minor Changes + +- [#30](https://github.com/scio-labs/inkathon/pull/30) [`1839164`](https://github.com/scio-labs/inkathon/commit/183916440fb3043d06c1fd603aba923eb21a5964) Thanks [@wottpal](https://github.com/wottpal)! - Move `frontend` and `contracts` packages to the root level + +- [#30](https://github.com/scio-labs/inkathon/pull/30) [`3598618`](https://github.com/scio-labs/inkathon/commit/3598618f87d788ec51964167557210ed8b659797) Thanks [@wottpal](https://github.com/wottpal)! - Major README.md overhaul & improvements + +- [#30](https://github.com/scio-labs/inkathon/pull/30) [`bda4108`](https://github.com/scio-labs/inkathon/commit/bda4108c9aac8234bdb5989caea0daa8d12f46fb) Thanks [@wottpal](https://github.com/wottpal)! - Change `@…` local import path shortcut to `@/…` (create-next-app default). + +### Patch Changes + +- [#30](https://github.com/scio-labs/inkathon/pull/30) [`7a41afe`](https://github.com/scio-labs/inkathon/commit/7a41afe1e7c2f45b6d3972760c173a4a2197c643) Thanks [@wottpal](https://github.com/wottpal)! - Add contributor guidelines at `CONTRIBUTING.md`. + +- [#30](https://github.com/scio-labs/inkathon/pull/30) [`1839164`](https://github.com/scio-labs/inkathon/commit/183916440fb3043d06c1fd603aba923eb21a5964) Thanks [@wottpal](https://github.com/wottpal)! - Switch from `husky` to `simple-git-hooks` pre-commit hooks + +- [#30](https://github.com/scio-labs/inkathon/pull/30) [`07d8381`](https://github.com/scio-labs/inkathon/commit/07d83819c48f4aaa129ccc3d27929767b916c93d) Thanks [@wottpal](https://github.com/wottpal)! - Add compatability for using yarn (stable only, not classic v1) as the package manager. Note: npm is still not compatible as it lacks support for the workspace import protocol. + +- [#30](https://github.com/scio-labs/inkathon/pull/30) [`1839164`](https://github.com/scio-labs/inkathon/commit/183916440fb3043d06c1fd603aba923eb21a5964) Thanks [@wottpal](https://github.com/wottpal)! - Auto-create `.env.local` files upon first package install if non-existent + +- [#30](https://github.com/scio-labs/inkathon/pull/30) [`1839164`](https://github.com/scio-labs/inkathon/commit/183916440fb3043d06c1fd603aba923eb21a5964) Thanks [@wottpal](https://github.com/wottpal)! - Setup changeset integration for version, release, and changelog management. + +- Updated dependencies [[`cf04f67`](https://github.com/scio-labs/inkathon/commit/cf04f671c06276ffc51e33c1e38c181173227d75), [`1839164`](https://github.com/scio-labs/inkathon/commit/183916440fb3043d06c1fd603aba923eb21a5964), [`1839164`](https://github.com/scio-labs/inkathon/commit/183916440fb3043d06c1fd603aba923eb21a5964), [`7a41afe`](https://github.com/scio-labs/inkathon/commit/7a41afe1e7c2f45b6d3972760c173a4a2197c643), [`1839164`](https://github.com/scio-labs/inkathon/commit/183916440fb3043d06c1fd603aba923eb21a5964), [`3598618`](https://github.com/scio-labs/inkathon/commit/3598618f87d788ec51964167557210ed8b659797), [`1839164`](https://github.com/scio-labs/inkathon/commit/183916440fb3043d06c1fd603aba923eb21a5964), [`07d8381`](https://github.com/scio-labs/inkathon/commit/07d83819c48f4aaa129ccc3d27929767b916c93d), [`1839164`](https://github.com/scio-labs/inkathon/commit/183916440fb3043d06c1fd603aba923eb21a5964), [`1839164`](https://github.com/scio-labs/inkathon/commit/183916440fb3043d06c1fd603aba923eb21a5964)]: + - @inkathon/contracts@0.1.0 diff --git a/frontend/package.json b/frontend/package.json index 773e1be..934404d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "@inkathon/frontend", "private": true, - "version": "0.0.1", + "version": "0.1.0", "babelMacros": { "twin": { "preset": "emotion"