From 656cf4f78e0e73c7397fb991de1381603dc125c6 Mon Sep 17 00:00:00 2001
From: Tuukka Turu <tuukka.turu@druid.fi>
Date: Wed, 21 Jun 2023 10:45:23 +0300
Subject: [PATCH] v0.8.49

---
 core/package-lock.json           | 2 +-
 core/package.json                | 2 +-
 lerna.json                       | 2 +-
 package-lock.json                | 8 ++++----
 packages/huds-react/package.json | 4 ++--
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/core/package-lock.json b/core/package-lock.json
index a9eb7503..0c944278 100644
--- a/core/package-lock.json
+++ b/core/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "@itcenteratunihelsinki/huds-lib",
-  "version": "0.8.48",
+  "version": "0.8.49",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/core/package.json b/core/package.json
index 59cab610..4cf05d33 100644
--- a/core/package.json
+++ b/core/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@itcenteratunihelsinki/huds-lib",
-  "version": "0.8.48",
+  "version": "0.8.49",
   "description": "Helsinki University Design System library",
   "main": "dist/index.cjs.js",
   "module": "dist/index.js",
diff --git a/lerna.json b/lerna.json
index 07be7336..2d648679 100644
--- a/lerna.json
+++ b/lerna.json
@@ -5,5 +5,5 @@
     "core",
     "packages/*"
   ],
-  "version": "0.8.48"
+  "version": "0.8.49"
 }
diff --git a/package-lock.json b/package-lock.json
index 7a5c41ca..e8b63a5d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17,7 +17,7 @@
     },
     "core": {
       "name": "@itcenteratunihelsinki/huds-lib",
-      "version": "0.8.48",
+      "version": "0.8.49",
       "license": "MIT",
       "dependencies": {
         "@stencil/core": "^3.2.0",
@@ -17066,10 +17066,10 @@
     },
     "packages/huds-react": {
       "name": "@itcenteratunihelsinki/huds-lib-react",
-      "version": "0.8.48",
+      "version": "0.8.49",
       "license": "MIT",
       "dependencies": {
-        "@itcenteratunihelsinki/huds-lib": "^0.8.48",
+        "@itcenteratunihelsinki/huds-lib": "^0.8.49",
         "tslib": "*"
       },
       "devDependencies": {
@@ -17955,7 +17955,7 @@
     "@itcenteratunihelsinki/huds-lib-react": {
       "version": "file:packages/huds-react",
       "requires": {
-        "@itcenteratunihelsinki/huds-lib": "^0.8.48",
+        "@itcenteratunihelsinki/huds-lib": "^0.8.49",
         "@types/node": "^14.0.14",
         "@types/react": "16.14.0",
         "@types/react-dom": "^16.9.0",
diff --git a/packages/huds-react/package.json b/packages/huds-react/package.json
index 10a165d9..0d165a6f 100644
--- a/packages/huds-react/package.json
+++ b/packages/huds-react/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@itcenteratunihelsinki/huds-lib-react",
-  "version": "0.8.48",
+  "version": "0.8.49",
   "description": "HUDS React wrapper",
   "keywords": [
     "huds"
@@ -22,7 +22,7 @@
     "url": "git@version.helsinki.fi:julkiset-sivut/design-system-lib.git"
   },
   "dependencies": {
-    "@itcenteratunihelsinki/huds-lib": "^0.8.48",
+    "@itcenteratunihelsinki/huds-lib": "^0.8.49",
     "tslib": "*"
   },
   "devDependencies": {
-- 
GitLab