1
0
Fork 0

chore: release v3.0.0-alpha.30 (#987)

This commit is contained in:
François Chalifour 2020-11-25 17:16:21 +01:00 committed by GitHub
parent 64fbf75c04
commit 461aa390d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 7 deletions

View file

@ -1,3 +1,7 @@
# [](https://github.com/algolia/docsearch/compare/v3.0.0-alpha.29...v) (2020-11-25)
# [3.0.0-alpha.29](https://github.com/algolia/docsearch/compare/v2.6.3...v3.0.0-alpha.29) (2020-11-25)
This version follows `1.0.0-alpha.28`.

View file

@ -1,5 +1,5 @@
{
"packages": ["packages/*"],
"version": "3.0.0-alpha.29",
"version": "3.0.0-alpha.30",
"npmClient": "yarn"
}

View file

@ -1,7 +1,7 @@
{
"name": "@docsearch/css",
"description": "Styles for DocSearch.",
"version": "3.0.0-alpha.29",
"version": "3.0.0-alpha.30",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": "algolia/docsearch",

View file

@ -1,7 +1,7 @@
{
"name": "@docsearch/js",
"description": "JavaScript package for DocSearch, the best search experience for docs.",
"version": "3.0.0-alpha.29",
"version": "3.0.0-alpha.30",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": "algolia/docsearch",
@ -31,7 +31,7 @@
"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
},
"dependencies": {
"@docsearch/react": "3.0.0-alpha.29",
"@docsearch/react": "3.0.0-alpha.30",
"preact": "^10.0.0"
}
}

View file

@ -1,7 +1,7 @@
{
"name": "@docsearch/react",
"description": "React package for DocSearch, the best search experience for docs.",
"version": "3.0.0-alpha.29",
"version": "3.0.0-alpha.30",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": "algolia/docsearch",
@ -36,7 +36,7 @@
"dependencies": {
"@algolia/autocomplete-core": "^1.0.0-alpha.35",
"@algolia/autocomplete-preset-algolia": "^1.0.0-alpha.35",
"@docsearch/css": "3.0.0-alpha.29",
"@docsearch/css": "3.0.0-alpha.30",
"algoliasearch": "^4.0.0"
},
"peerDependencies": {

View file

@ -1 +1 @@
export const version = '3.0.0-alpha.29';
export const version = '3.0.0-alpha.30';