From 58553e830054d6e24368e2976f14d408cb002608 Mon Sep 17 00:00:00 2001 From: seek-oss-ci <34733141+seek-oss-ci@users.noreply.github.com> Date: Tue, 11 Jul 2023 13:42:55 +1000 Subject: [PATCH] Version Packages (#965) Co-authored-by: github-actions[bot] --- .changeset/great-actors-laugh.md | 7 ------- fe/CHANGELOG.md | 8 ++++++++ fe/package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/great-actors-laugh.md diff --git a/.changeset/great-actors-laugh.md b/.changeset/great-actors-laugh.md deleted file mode 100644 index 7f1b5ed14..000000000 --- a/.changeset/great-actors-laugh.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'wingman-fe': patch ---- - -QuestionnaireBuilder: Handle `onChange` type change in `react-hook-form@7.45` - -See [react-hook-form/react-hook-form#10342](https://github.com/react-hook-form/react-hook-form/pull/10342) for more information. diff --git a/fe/CHANGELOG.md b/fe/CHANGELOG.md index 757a47c1a..edfb9a9a3 100644 --- a/fe/CHANGELOG.md +++ b/fe/CHANGELOG.md @@ -1,5 +1,13 @@ # wingman-fe +## 9.0.1 + +### Patch Changes + +- **QuestionnaireBuilder:** Handle `onChange` type change in `react-hook-form@7.45` ([#964](https://github.com/seek-oss/wingman/pull/964)) + + See [react-hook-form/react-hook-form#10342](https://github.com/react-hook-form/react-hook-form/pull/10342) for more information. + ## 9.0.0 ### Major Changes diff --git a/fe/package.json b/fe/package.json index b5d18bb95..570ad3a3e 100644 --- a/fe/package.json +++ b/fe/package.json @@ -69,5 +69,5 @@ "test": "sku test", "test:ci": "sku test --coverage" }, - "version": "9.0.0" + "version": "9.0.1" }