Skip to content

Commit

Permalink
chore: release v1.0.0-alpha.13 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Apr 24, 2020
1 parent 6edcf4a commit fb10cc4
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": "@francoischalifour/docsearch-react",
"version": "1.0.0-alpha.12",
"version": "1.0.0-alpha.13",
"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.12",
"@francoischalifour/autocomplete-preset-algolia": "^1.0.0-alpha.12",
"@francoischalifour/autocomplete-core": "^1.0.0-alpha.13",
"@francoischalifour/autocomplete-preset-algolia": "^1.0.0-alpha.13",
"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.12';
export const version = '1.0.0-alpha.13';

0 comments on commit fb10cc4

Please sign in to comment.