diff --git a/CHANGELOG.md b/CHANGELOG.md index d2978ba..060385f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.4.0](https://github.com/SatelCreative/formik-polaris/compare/0.3.1...0.4.0) + +> 12 November 2019 + +- Support formik v2 and polaris v4 [`4c39604`](https://github.com/SatelCreative/formik-polaris/commit/4c39604356eadda91da593d1e689d765b78721f7) +- Render prop to children, update readme [`653915d`](https://github.com/SatelCreative/formik-polaris/commit/653915dd4090b286830b5dc5368e36f2f299932e) +- Port textfield to hooks [`0832a86`](https://github.com/SatelCreative/formik-polaris/commit/0832a86a18cdc72502f95f653fb336b22f2cd579) + #### [0.3.1](https://github.com/SatelCreative/formik-polaris/compare/0.2.0...0.3.1) > 27 August 2019 diff --git a/package.json b/package.json index 04d64c0..5b9d22c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@satel/formik-polaris", - "version": "0.4.0", + "version": "1.0.0-rc.0", "license": "MIT", "main": "dist/index.js", "umd:main": "dist/formik-polaris.umd.production.js",