Skip to content

Commit

Permalink
chore: release v1.0.0-alpha.20 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour authored Jul 1, 2020
1 parent 5725023 commit 83c7750
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docsearch/react",
"version": "1.0.0-alpha.19",
"version": "1.0.0-alpha.20",
"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.19",
"@francoischalifour/autocomplete-preset-algolia": "^1.0.0-alpha.19",
"@francoischalifour/autocomplete-core": "^1.0.0-alpha.20",
"@francoischalifour/autocomplete-preset-algolia": "^1.0.0-alpha.20",
"algoliasearch": "^4.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '1.0.0-alpha.19';
export const version = '1.0.0-alpha.20';

0 comments on commit 83c7750

Please sign in to comment.