From ba323140dcfa3fac6a493e47ac2566d8f5fc5665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Thu, 9 Jul 2020 17:19:33 +0200 Subject: [PATCH] chore: release v1.0.0-alpha.22 (#57) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f562bbd8..8ed2891f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@docsearch/js", - "version": "1.0.0-alpha.21", + "version": "1.0.0-alpha.22", "license": "MIT", "homepage": "https://github.com/algolia/autocomplete.js", "repository": "algolia/autocomplete.js", @@ -30,7 +30,7 @@ "watch": "concurrently \"yarn build:esm:watch\" \"yarn build:types:watch\"" }, "dependencies": { - "@docsearch/react": "^1.0.0-alpha.21", + "@docsearch/react": "^1.0.0-alpha.22", "preact": "^10.0.0" } }