From 181271ddadf24c2b07018a88dfd62d72f98514ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Dec 2020 22:45:04 +0100 Subject: [PATCH] Version Packages (#99) * Version Packages * chore: update changelog Co-authored-by: github-actions[bot] Co-authored-by: jorisre --- .changeset/orange-starfishes-agree.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .changeset/orange-starfishes-agree.md create mode 100644 CHANGELOG.md diff --git a/.changeset/orange-starfishes-agree.md b/.changeset/orange-starfishes-agree.md deleted file mode 100644 index 15d301f0..00000000 --- a/.changeset/orange-starfishes-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hookform/resolvers': patch ---- - -esm support to fix bundler incompatibility (#96) diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..7ce97a74 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# @hookform/resolvers + +## 1.3.1 + +### Patch Changes + +- [`a7beb92`](https://github.com/react-hook-form/resolvers/commit/a7beb924686eb286e6c29dd766ddb56d0422d661) [#95](https://github.com/react-hook-form/resolvers/pull/95) Thanks [@benallfree](https://github.com/benallfree)! - esm support to fix bundler incompatibility diff --git a/package.json b/package.json index 0bf633fb..e5ffad48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hookform/resolvers", - "version": "1.3.0", + "version": "1.3.1", "description": "React Hook Form validation resolvers: Yup, Joi, Superstruct, Zod and etc.", "umd:main": "umd/index.js", "unpkg": "umd/index.js",