From ec5d5b17f9b752924f6e50c9778dadd216391997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Fri, 7 Aug 2020 11:50:16 +0200 Subject: [PATCH] chore: release v1.0.0-alpha.27 (#67) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index eb0ffe23..5cb7a0d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@docsearch/js", - "version": "1.0.0-alpha.26", + "version": "1.0.0-alpha.27", "license": "MIT", "homepage": "https://github.com/algolia/autocomplete.js", "repository": "algolia/autocomplete.js", @@ -29,7 +29,7 @@ "watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\"" }, "dependencies": { - "@docsearch/react": "^1.0.0-alpha.26", + "@docsearch/react": "^1.0.0-alpha.27", "preact": "^10.0.0" } }