diff --git a/.changeset/lovely-parents-wait.md b/.changeset/lovely-parents-wait.md deleted file mode 100644 index c38e157..0000000 --- a/.changeset/lovely-parents-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inkathon/frontend": patch ---- - -feat: Fix frontend production build Dockerfile diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index a7115f2..2e8dd4e 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -1,5 +1,11 @@ # @inkathon/frontend +## 0.8.1 + +### Patch Changes + +- [#67](https://github.com/scio-labs/inkathon/pull/67) [`503c07b`](https://github.com/scio-labs/inkathon/commit/503c07b6c0d877463c97ea8a83da176893ee8461) Thanks [@ical10](https://github.com/ical10)! - feat: Fix frontend production build Dockerfile + ## 0.8.0 ### Patch Changes diff --git a/frontend/package.json b/frontend/package.json index 205e21d..71ec4c8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "@inkathon/frontend", "private": true, - "version": "0.8.0", + "version": "0.8.1", "scripts": { "postinstall": "bash postinstall.sh", "dev": "NODE_ENV=development POLKADOTJS_DISABLE_ESM_CJS_WARNING_FLAG=1 next dev",