Skip to content

Commit

Permalink
chore: release v3.0.0-alpha.29
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Nov 25, 2020
1 parent 0abb406 commit f516cad
Show file tree
Hide file tree
Showing 6 changed files with 387 additions and 9 deletions.
378 changes: 378 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["packages/*"],
"version": "1.0.0-alpha.28",
"version": "3.0.0-alpha.29",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/docsearch-css/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@docsearch/css",
"description": "Styles for DocSearch.",
"version": "1.0.0-alpha.28",
"version": "3.0.0-alpha.29",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": "algolia/docsearch",
Expand Down
4 changes: 2 additions & 2 deletions packages/docsearch-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@docsearch/js",
"description": "JavaScript package for DocSearch, the best search experience for docs.",
"version": "1.0.0-alpha.28",
"version": "3.0.0-alpha.29",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": "algolia/docsearch",
Expand Down Expand Up @@ -31,7 +31,7 @@
"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
},
"dependencies": {
"@docsearch/react": "^1.0.0-alpha.28",
"@docsearch/react": "3.0.0-alpha.29",
"preact": "^10.0.0"
}
}
8 changes: 4 additions & 4 deletions packages/docsearch-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@docsearch/react",
"description": "React package for DocSearch, the best search experience for docs.",
"version": "1.0.0-alpha.28",
"version": "3.0.0-alpha.29",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": "algolia/docsearch",
Expand Down Expand Up @@ -36,12 +36,12 @@
"dependencies": {
"@algolia/autocomplete-core": "^1.0.0-alpha.35",
"@algolia/autocomplete-preset-algolia": "^1.0.0-alpha.35",
"@docsearch/css": "^1.0.0-alpha.28",
"@docsearch/css": "3.0.0-alpha.29",
"algoliasearch": "^4.8.0"
},
"peerDependencies": {
"@types/react": ">= 16.8.0 < 18.0.0",
"react": ">= 16.8.0 < 18.0.0",
"react-dom": ">= 16.8.0 < 18.0.0",
"@types/react": ">= 16.8.0 < 18.0.0"
"react-dom": ">= 16.8.0 < 18.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/docsearch-react/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '1.0.0-alpha.28';
export const version = '3.0.0-alpha.29';

0 comments on commit f516cad

Please sign in to comment.