From 6f67a51e72f0c5a460c6cfb9de248326b023d789 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2020 16:17:19 +1000 Subject: [PATCH] Version Packages (#54) Co-authored-by: github-actions[bot] --- .changeset/three-jars-collect.md | 5 ----- fe/CHANGELOG.md | 6 ++++++ fe/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/three-jars-collect.md diff --git a/.changeset/three-jars-collect.md b/.changeset/three-jars-collect.md deleted file mode 100644 index 327ba16c5..000000000 --- a/.changeset/three-jars-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wingman-fe': minor ---- - -Remove enforced typing on client (ApolloClient) for LocationSuggest diff --git a/fe/CHANGELOG.md b/fe/CHANGELOG.md index 141a3d337..aa4414592 100644 --- a/fe/CHANGELOG.md +++ b/fe/CHANGELOG.md @@ -1,5 +1,11 @@ # wingman-fe +## 0.6.0 + +### Minor Changes + +- 8a6a69d: Remove enforced typing on client (ApolloClient) for LocationSuggest + ## 0.5.0 ### Minor Changes diff --git a/fe/package.json b/fe/package.json index 9d294b64d..fb3965a60 100644 --- a/fe/package.json +++ b/fe/package.json @@ -50,5 +50,5 @@ "storybook:build": "sku build-storybook", "storybook:deploy": "storybook-to-ghpages --existing-output-dir=dist-storybook" }, - "version": "0.5.0" + "version": "0.6.0" }