diff --git a/.changeset/light-toes-grin.md b/.changeset/light-toes-grin.md deleted file mode 100644 index 4876f9c32..000000000 --- a/.changeset/light-toes-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wingman-fe': minor ---- - -Bundles SEEK types directly within fe/lib diff --git a/fe/CHANGELOG.md b/fe/CHANGELOG.md index 9c6e4888c..1702feb03 100644 --- a/fe/CHANGELOG.md +++ b/fe/CHANGELOG.md @@ -1,5 +1,11 @@ # wingman-fe +## 0.4.0 + +### Minor Changes + +- 4581e81: Bundles SEEK types directly within fe/lib + ## 0.3.0 ### Minor Changes diff --git a/fe/package.json b/fe/package.json index f8a863e81..ed5bafbdc 100644 --- a/fe/package.json +++ b/fe/package.json @@ -33,5 +33,5 @@ "storybook:build": "sku build-storybook", "storybook:deploy": "storybook-to-ghpages --existing-output-dir=dist-storybook" }, - "version": "0.3.0" + "version": "0.4.0" }