diff --git a/CHANGELOG.md b/CHANGELOG.md index aa679e8..771bf5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,17 @@ 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). +### [1.0.2](https://github.com/eea/volto-widget-theme-picker/compare/1.0.1...1.0.2) - 3 February 2023 + +#### :hammer_and_wrench: Others + +- fix scrolling to top of form when switching from undefined value to some value [andreiggr - [`877d385`](https://github.com/eea/volto-widget-theme-picker/commit/877d38518338d62ab57a68f75521e6a0863e44cd)] +- removed default theme in favor of no theme value [ichim-david - [`baa5b83`](https://github.com/eea/volto-widget-theme-picker/commit/baa5b83e7c74abc6d156f3b7ce6bf30b58d1895d)] ### [1.0.1](https://github.com/eea/volto-widget-theme-picker/compare/1.0.0...1.0.1) - 31 January 2023 #### :hammer_and_wrench: Others - update volto addon template to theme picker [andreiggr - [`370e76e`](https://github.com/eea/volto-widget-theme-picker/commit/370e76e3817ae83d736655a7f71f233963ad2a24)] -- update package json [Andrei Grigore - [`e7e673b`](https://github.com/eea/volto-widget-theme-picker/commit/e7e673b2c805dd5be1dbf23a39e1c92eeea3abba)] - 1.0.0 release [Andrei Grigore - [`7c232dd`](https://github.com/eea/volto-widget-theme-picker/commit/7c232dde42ab42452b81374afa980834fe5ad533)] ### 1.0.0 - 26 January 2023 diff --git a/package.json b/package.json index f5eb132..4ebd3b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eeacms/volto-widget-theme-picker", - "version": "1.0.1", + "version": "1.0.2", "description": "@eeacms/volto-widget-theme-picker: Volto add-on", "main": "src/index.js", "author": "European Environment Agency: IDM2 A-Team",