diff --git a/.changeset/big-mice-camp.md b/.changeset/big-mice-camp.md deleted file mode 100644 index 0c209d2a9..000000000 --- a/.changeset/big-mice-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wingman-fe': patch ---- - -**MockSalaryDetails:** Increase spacing on mock component actions diff --git a/.changeset/six-spiders-smile.md b/.changeset/six-spiders-smile.md deleted file mode 100644 index 9a5812f28..000000000 --- a/.changeset/six-spiders-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wingman-fe': patch ---- - -**Mock\*:** Control "View on GitHub" links with `showStorybookAction` diff --git a/fe/CHANGELOG.md b/fe/CHANGELOG.md index 6b46401fa..c79dfad85 100644 --- a/fe/CHANGELOG.md +++ b/fe/CHANGELOG.md @@ -1,5 +1,13 @@ # wingman-fe +## 4.6.2 + +### Patch Changes + +- **MockSalaryDetails:** Increase spacing on mock component actions ([#619](https://github.com/seek-oss/wingman/pull/619)) + +* **Mock\*:** Control "View on GitHub" links with `showStorybookAction` ([#617](https://github.com/seek-oss/wingman/pull/617)) + ## 4.6.1 ### Patch Changes diff --git a/fe/package.json b/fe/package.json index aa5e158ea..90eef7a6b 100644 --- a/fe/package.json +++ b/fe/package.json @@ -64,5 +64,5 @@ "start-storybook": "sku storybook", "test": "sku test" }, - "version": "4.6.1" + "version": "4.6.2" }