diff --git a/.changeset/neat-bats-own.md b/.changeset/neat-bats-own.md deleted file mode 100644 index 30bede859..000000000 --- a/.changeset/neat-bats-own.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'wingman-fe': patch ---- - -**JobCategorySuggest:** Don't rerender on no-op props changes - -This avoids re-querying the SEEK API and re-displaying suggestions unless there's a meaningful change to our props. diff --git a/fe/CHANGELOG.md b/fe/CHANGELOG.md index a91a2747c..d296b1c22 100644 --- a/fe/CHANGELOG.md +++ b/fe/CHANGELOG.md @@ -1,5 +1,13 @@ # wingman-fe +## 4.7.1 + +### Patch Changes + +- **JobCategorySuggest:** Don't rerender on no-op props changes ([#656](https://github.com/seek-oss/wingman/pull/656)) + + This avoids re-querying the SEEK API and re-displaying suggestions unless there's a meaningful change to our props. + ## 4.7.0 ### Minor Changes diff --git a/fe/package.json b/fe/package.json index 7fed24b71..5cc4b7972 100644 --- a/fe/package.json +++ b/fe/package.json @@ -65,5 +65,5 @@ "start-storybook": "sku storybook", "test": "sku test" }, - "version": "4.7.0" + "version": "4.7.1" }