Skip to content

Commit 466248b

Browse files
authored
Merge pull request #68 from scio-labs/changeset-release/main
chore(changeset): Bump package version
2 parents 3da078f + 720fabe commit 466248b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/lovely-parents-wait.md

-5
This file was deleted.

frontend/CHANGELOG.md

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

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.8.0
410

511
### Patch 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.8.0",
4+
"version": "0.8.1",
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)