Skip to content

Commit

Permalink
chore: release v1.0.0-alpha.18 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Jun 11, 2020
1 parent 93a447e commit 2582dc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@docsearch/react",
"version": "1.0.0-alpha.17",
"version": "1.0.0-alpha.18",
"license": "MIT",
"homepage": "https://github.com/algolia/autocomplete.js",
"repository": "algolia/autocomplete.js",
Expand Down Expand Up @@ -36,8 +36,8 @@
"watch": "concurrently \"yarn build:esm:watch\" \"yarn build:types:watch\" \"yarn build:css:watch\""
},
"dependencies": {
"@francoischalifour/autocomplete-core": "^1.0.0-alpha.17",
"@francoischalifour/autocomplete-preset-algolia": "^1.0.0-alpha.17",
"@francoischalifour/autocomplete-core": "^1.0.0-alpha.18",
"@francoischalifour/autocomplete-preset-algolia": "^1.0.0-alpha.18",
"algoliasearch": "^4.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
@@ -1 +1 @@
export const version = '1.0.0-alpha.17';
export const version = '1.0.0-alpha.18';

0 comments on commit 2582dc7

Please sign in to comment.