From 5d423cee8df0fa2348a53b25f047f8cf062e11bc Mon Sep 17 00:00:00 2001 From: seek-oss-ci <34733141+seek-oss-ci@users.noreply.github.com> Date: Wed, 15 Jun 2022 14:02:42 +1000 Subject: [PATCH] Version Packages (#797) Co-authored-by: github-actions[bot] --- .changeset/young-bees-smoke.md | 5 ----- fe/CHANGELOG.md | 6 ++++++ fe/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/young-bees-smoke.md diff --git a/.changeset/young-bees-smoke.md b/.changeset/young-bees-smoke.md deleted file mode 100644 index ea1d479fc..000000000 --- a/.changeset/young-bees-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wingman-fe': patch ---- - -JobCategoryLookup, LocationLookup, LocationSuggest: Fix incorrect ordering of breadcrumbs diff --git a/fe/CHANGELOG.md b/fe/CHANGELOG.md index 68e529c4e..89592d8cb 100644 --- a/fe/CHANGELOG.md +++ b/fe/CHANGELOG.md @@ -1,5 +1,11 @@ # wingman-fe +## 6.3.1 + +### Patch Changes + +- **JobCategoryLookup, LocationLookup, LocationSuggest:** Fix incorrect ordering of breadcrumbs ([#796](https://github.com/seek-oss/wingman/pull/796)) + ## 6.3.0 ### Minor Changes diff --git a/fe/package.json b/fe/package.json index 924253152..30bf504b5 100644 --- a/fe/package.json +++ b/fe/package.json @@ -66,5 +66,5 @@ "test": "sku test", "test:ci": "sku test --coverage" }, - "version": "6.3.0" + "version": "6.3.1" }