diff --git a/package.json b/package.json
index bcbeab0b4fa38c7906d598acba448168718cb2b0..5dfaff97b8c13d4760a43d5da4b9fec9725e5efc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@coscine/component-library",
-  "version": "1.9.0",
+  "version": "1.10.0",
   "main": "dist/index.umd.js",
   "module": "dist/index.common.js",
   "browser": "dist/index.umd.min.js",
@@ -65,5 +65,6 @@
       "git add"
     ]
   },
-  "license": "MIT"
+  "license": "MIT",
+  "packageManager": "yarn@3.1.0"
 }