From 97f780e5925fd371d2c9106a6e1cf0e4fd185759 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 15:17:43 +1000 Subject: [PATCH] Version Packages (#610) Co-authored-by: github-actions[bot] --- .changeset/ten-boats-invent.md | 7 ------- fe/CHANGELOG.md | 8 ++++++++ fe/package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/ten-boats-invent.md diff --git a/.changeset/ten-boats-invent.md b/.changeset/ten-boats-invent.md deleted file mode 100644 index 649d329ba..000000000 --- a/.changeset/ten-boats-invent.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'wingman-fe': minor ---- - -**MockComponents:** Add GitHub links to mock component actions - -The existence of Wingman is still a bit mysterious. This adds an explicit link from our `MockComponentActions` to the relevant directory on GitHub. diff --git a/fe/CHANGELOG.md b/fe/CHANGELOG.md index d1be87d9f..cf5a8cd5a 100644 --- a/fe/CHANGELOG.md +++ b/fe/CHANGELOG.md @@ -1,5 +1,13 @@ # wingman-fe +## 4.5.0 + +### Minor Changes + +- **MockComponents:** Add GitHub links to mock component actions ([#609](https://github.com/seek-oss/wingman/pull/609)) + + The existence of Wingman is still a bit mysterious. This adds an explicit link from our `MockComponentActions` to the relevant directory on GitHub. + ## 4.4.0 ### Minor Changes diff --git a/fe/package.json b/fe/package.json index 194b6ac9c..a125b4cb6 100644 --- a/fe/package.json +++ b/fe/package.json @@ -64,5 +64,5 @@ "start-storybook": "sku storybook", "test": "sku test" }, - "version": "4.4.0" + "version": "4.5.0" }