From b91fed2be44b23166288fb0886fbd5755614f861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Wed, 26 Aug 2020 15:13:18 +0200 Subject: [PATCH] chore: release v1.0.0-alpha.28 (#76) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 98dabdaa..4419da8f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@docsearch/js", "description": "JavaScript package for DocSearch, the best search experience for docs.", - "version": "1.0.0-alpha.27", + "version": "1.0.0-alpha.28", "license": "MIT", "homepage": "https://github.com/francoischalifour/autocomplete.js", "repository": "francoischalifour/autocomplete.js", @@ -30,7 +30,7 @@ "watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\"" }, "dependencies": { - "@docsearch/react": "^1.0.0-alpha.27", + "@docsearch/react": "^1.0.0-alpha.28", "preact": "^10.0.0" } }