diff --git a/core/package-lock.json b/core/package-lock.json
index a669e41a2b1fc196a01d02d27d2b7bb1b0fd6808..383eaf6705785d4b18b4dcc02ad7a3a6bbc512ea 100644
--- a/core/package-lock.json
+++ b/core/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "@itcenteratunihelsinki/huds-lib",
-  "version": "0.8.61",
+  "version": "0.8.62",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/core/package.json b/core/package.json
index 6f8e23c79dedb0fa029e32d1dc37aa398006e385..aec86f376e780f2f6cc3d13bde3db4acd0ba603c 100644
--- a/core/package.json
+++ b/core/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@itcenteratunihelsinki/huds-lib",
-  "version": "0.8.61",
+  "version": "0.8.62",
   "description": "Helsinki University Design System library",
   "main": "dist/index.cjs.js",
   "module": "dist/index.js",
diff --git a/lerna.json b/lerna.json
index 3c37145a47eeaab00104daa349fdb29ff8396a25..f9fb54750f787ce48c6a383484f29d22962f5030 100644
--- a/lerna.json
+++ b/lerna.json
@@ -5,5 +5,5 @@
     "core",
     "packages/*"
   ],
-  "version": "0.8.61"
+  "version": "0.8.62"
 }
diff --git a/package-lock.json b/package-lock.json
index 54df1987a29c036cac38d427c7737db3353917ce..100ac6d4c4b3da2c35010c9a0d61a65858780b29 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17,7 +17,7 @@
     },
     "core": {
       "name": "@itcenteratunihelsinki/huds-lib",
-      "version": "0.8.61",
+      "version": "0.8.62",
       "license": "MIT",
       "dependencies": {
         "@stencil/core": "^3.2.0",
@@ -17052,10 +17052,10 @@
     },
     "packages/huds-react": {
       "name": "@itcenteratunihelsinki/huds-lib-react",
-      "version": "0.8.61",
+      "version": "0.8.62",
       "license": "MIT",
       "dependencies": {
-        "@itcenteratunihelsinki/huds-lib": "^0.8.61",
+        "@itcenteratunihelsinki/huds-lib": "^0.8.62",
         "tslib": "*"
       },
       "devDependencies": {
diff --git a/packages/huds-react/package.json b/packages/huds-react/package.json
index 30f66b5ee5cdbbda3f5df3b62a3bbe172d23561d..529b09a43d12ef6327c51a572714f1348acc1ab2 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.61",
+  "version": "0.8.62",
   "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.61",
+    "@itcenteratunihelsinki/huds-lib": "^0.8.62",
     "tslib": "*"
   },
   "devDependencies": {