From eab1d35605c2b86dddea93b18fc854bc7fb2c422 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Wed, 13 Dec 2023 11:42:23 +0000
Subject: [PATCH] chore(release): v1.2.0 [skip ci]

---
 CHANGELOG.md      | 15 +++++++++++++++
 package-lock.json |  4 ++--
 package.json      |  2 +-
 3 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca4f0c2..e4c059f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,18 @@
+# [1.2.0](https://git.astron.nl/astron-sdc/design-system/compare/v1.1.1...v1.2.0) (2023-12-13)
+
+### Bug Fixes
+
+- date input should open to selected date when it exists ([f563d18](https://git.astron.nl/astron-sdc/design-system/commit/f563d18afe2e294a4000be547ec72ec160771893))
+
+### Features
+
+- button should support option to listen for enter ([f648d97](https://git.astron.nl/astron-sdc/design-system/commit/f648d978a05bf351871bd6acf55818d514653d70))
+- form components required prop ([ae89d32](https://git.astron.nl/astron-sdc/design-system/commit/ae89d321e956145be60689d18f53ba60919e643e))
+- input hover and focus states ([6986ba4](https://git.astron.nl/astron-sdc/design-system/commit/6986ba44b89ce944058fdd452756280222c8fe4b))
+- radio and checkbox disabled state ([c9cef27](https://git.astron.nl/astron-sdc/design-system/commit/c9cef27337c2777d3db4dcb43c59036fa7db4a19))
+- text input disabled state ([4b4823f](https://git.astron.nl/astron-sdc/design-system/commit/4b4823f48e02531a547baa9a324b7d352b5a1462))
+- toggle disabled state ([ee9562f](https://git.astron.nl/astron-sdc/design-system/commit/ee9562f600d65ed6a9329025c6a9cf782d8f7c17))
+
 ## [1.1.1](https://git.astron.nl/astron-sdc/design-system/compare/v1.1.0...v1.1.1) (2023-12-13)
 
 ### Bug Fixes
diff --git a/package-lock.json b/package-lock.json
index 79885cf..4606240 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@astron-sdc/design-system",
-  "version": "1.1.1",
+  "version": "1.2.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@astron-sdc/design-system",
-      "version": "1.1.1",
+      "version": "1.2.0",
       "devDependencies": {
         "@commitlint/cli": "^18.2.0",
         "@commitlint/config-conventional": "^18.1.0",
diff --git a/package.json b/package.json
index c461243..0104e3c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@astron-sdc/design-system",
-  "version": "1.1.1",
+  "version": "1.2.0",
   "type": "module",
   "main": "./dist/astron-design-system.cjs",
   "module": "./dist/astron-design-system.es.js",
-- 
GitLab