diff --git a/CHANGELOG.md b/CHANGELOG.md index 34fb2db11..94eed6470 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ ## [1.2.2] ### Fixes -- Fixes for switch and radio group -- Updates positioning mixin -- Updates checkbox and radio alignment in Edge +- Fixes for switch and radio group +- Updates positioning mixin +- Updates checkbox and radio alignment in Edge ## [1.2.1] @@ -1413,6 +1413,7 @@ Begin foundational sass for the framework. - CSS Reset - Grunt Workflows +[1.2.2]: https://github.com/esri/calcite-web/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/esri/calcite-web/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/esri/calcite-web/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/esri/calcite-web/compare/v1.0.3...v1.1.0 diff --git a/package.json b/package.json index 8c378aa0e..690ad6847 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calcite-web", - "version": "1.2.1", + "version": "1.2.2", "description": "SASS & CSS Framework for Esri websites", "private": true, "homepage": "https://github.com/esri/calcite-web",