From c8adb4a45b3764347b40aa06b0e97999bdf1586a Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Wed, 13 Dec 2023 09:37:57 +0000
Subject: [PATCH] chore(release): v1.1.1 [skip ci]

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d090672..ca4f0c2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## [1.1.1](https://git.astron.nl/astron-sdc/design-system/compare/v1.1.0...v1.1.1) (2023-12-13)
+
+### Bug Fixes
+
+- dropdown focus color ([c725c87](https://git.astron.nl/astron-sdc/design-system/commit/c725c8799c05e6960ce6044e6dd891ccaf00c63b))
+- dropdown selected and hover color ([5d25e6b](https://git.astron.nl/astron-sdc/design-system/commit/5d25e6b496296fd9ebbaa5bcca702cf8b55ed09f))
+- toggle direction and color ([46cb9f3](https://git.astron.nl/astron-sdc/design-system/commit/46cb9f3a0fa8b2eda7a9906678265d3a5cafaa28))
+
 # [1.1.0](https://git.astron.nl/astron-sdc/design-system/compare/v1.0.1...v1.1.0) (2023-12-06)
 
 ### Bug Fixes
diff --git a/package-lock.json b/package-lock.json
index 5f7c31b..79885cf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@astron-sdc/design-system",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@astron-sdc/design-system",
-      "version": "1.1.0",
+      "version": "1.1.1",
       "devDependencies": {
         "@commitlint/cli": "^18.2.0",
         "@commitlint/config-conventional": "^18.1.0",
diff --git a/package.json b/package.json
index 164fba6..c461243 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@astron-sdc/design-system",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "type": "module",
   "main": "./dist/astron-design-system.cjs",
   "module": "./dist/astron-design-system.es.js",
-- 
GitLab