From 306a5ade0735ae1c4fd58da794b2affff3976802 Mon Sep 17 00:00:00 2001 From: Matt Carroll Date: Thu, 12 Nov 2020 14:16:26 +1100 Subject: [PATCH] [CHANGELOG] 0.1.4 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 341b2ccd..b9be232a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `minLength` and `maxLength` validation to `text` and `textarea` type form elements - Support for `includeTimestampWatermark` for `camera` form element type +## 0.1.4 (2020-11-12) + ### Changed - source from Flow to TypeScript @@ -21,6 +23,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - auto save icon not getting position fixed styling +### Dependencies + +- update [@react-google-maps/api](https://www.npmjs.com/package/@react-google-maps/api) to 1.13.0 (from 1.9.12) + +- update [bulma](https://www.npmjs.com/package/bulma) to [0.9.1](https://github.com/jgthms/bulma/releases/tag/0.9.1) (from [0.8.2](https://github.com/jgthms/bulma/releases/tag/0.8.2)) + +- update [bulma-toast](https://www.npmjs.com/package/bulma-toast) to [2.1.0](https://github.com/rfoel/bulma-toast/releases/tag/v2.1.0) (from [2.0.1](https://github.com/rfoel/bulma-toast/blob/master/CHANGELOG.md)) + +- update [query-string](https://www.npmjs.com/package/query-string) to [6.13.7](https://github.com/sindresorhus/query-string/releases/tag/v6.13.7) (from [6.13.1](https://github.com/sindresorhus/query-string/releases/tag/v6.13.1)) + +- update [sanitize-html](https://www.npmjs.com/package/sanitize-html) to [1.27.5](https://github.com/apostrophecms/sanitize-html/blob/master/CHANGELOG.md) (from [1.27.3](https://github.com/apostrophecms/sanitize-html/blob/master/CHANGELOG.md)) + +- update [signature_pad](https://www.npmjs.com/package/signature_pad) to [3.0.0-beta.4](https://github.com/szimek/signature_pad/blob/master/CHANGELOG.md) (from [3.0.0-beta.3](https://github.com/szimek/signature_pad/releases/tag/v3.0.0-beta.3)) + ## 0.1.3 (2020-11-05) ### Added