Skip to content

Commit

Permalink
chore: release v3.0.0-alpha.39 (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
instantsearch-bot committed Jul 23, 2021
1 parent 7fad6a4 commit 04878d7
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
# [v3.0.0-alpha.39](https://github.com/algolia/docsearch/compare/v3.0.0-alpha.38...v3.0.0-alpha.39) (2021-07-23)

### Bug Fixes

- **button:** prevent container keys ui flash ([#1033](https://github.com/algolia/docsearch/issues/1033)) ([7fad6a4](https://github.com/algolia/docsearch/commit/7fad6a46c18f2e08befc6ddf02817bb1d5930828))

# [v3.0.0-alpha.38](https://github.com/algolia/docsearch/compare/v3.0.0-alpha.37...v3.0.0-alpha.38) (2021-07-23)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions examples/demo/package.json
@@ -1,16 +1,16 @@
{
"name": "@docsearch/react-example",
"description": "DocSearch v3 React example",
"version": "3.0.0-alpha.38",
"version": "3.0.0-alpha.39",
"private": true,
"license": "MIT",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html"
},
"dependencies": {
"@docsearch/css": "3.0.0-alpha.38",
"@docsearch/react": "3.0.0-alpha.38",
"@docsearch/css": "3.0.0-alpha.39",
"@docsearch/react": "3.0.0-alpha.39",
"react": "17.0.2",
"react-dom": "17.0.2"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/js-demo/package.json
@@ -1,16 +1,16 @@
{
"name": "@docsearch/js-example",
"description": "DocSearch v3 Vanilla JavaScript example",
"version": "3.0.0-alpha.38",
"version": "3.0.0-alpha.39",
"private": true,
"license": "MIT",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html"
},
"dependencies": {
"@docsearch/css": "3.0.0-alpha.38",
"@docsearch/js": "3.0.0-alpha.38"
"@docsearch/css": "3.0.0-alpha.39",
"@docsearch/js": "3.0.0-alpha.39"
},
"devDependencies": {
"parcel": "2.0.0-beta.2"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"packages": ["packages/*", "examples/*"],
"version": "3.0.0-alpha.38",
"version": "3.0.0-alpha.39",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/docsearch-css/package.json
@@ -1,7 +1,7 @@
{
"name": "@docsearch/css",
"description": "Styles for DocSearch.",
"version": "3.0.0-alpha.38",
"version": "3.0.0-alpha.39",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": "algolia/docsearch",
Expand Down
4 changes: 2 additions & 2 deletions packages/docsearch-js/package.json
@@ -1,7 +1,7 @@
{
"name": "@docsearch/js",
"description": "JavaScript package for DocSearch, the best search experience for docs.",
"version": "3.0.0-alpha.38",
"version": "3.0.0-alpha.39",
"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": "3.0.0-alpha.38",
"@docsearch/react": "3.0.0-alpha.39",
"preact": "^10.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/docsearch-react/package.json
@@ -1,7 +1,7 @@
{
"name": "@docsearch/react",
"description": "React package for DocSearch, the best search experience for docs.",
"version": "3.0.0-alpha.38",
"version": "3.0.0-alpha.39",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": "algolia/docsearch",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@algolia/autocomplete-core": "1.2.1",
"@algolia/autocomplete-preset-algolia": "1.2.1",
"@docsearch/css": "3.0.0-alpha.38",
"@docsearch/css": "3.0.0-alpha.39",
"algoliasearch": "^4.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docsearch-react/src/version.ts
@@ -1 +1 @@
export const version = '3.0.0-alpha.38';
export const version = '3.0.0-alpha.39';
4 changes: 2 additions & 2 deletions packages/website/package.json
@@ -1,6 +1,6 @@
{
"name": "@docsearch/website",
"version": "3.0.0-alpha.38",
"version": "3.0.0-alpha.39",
"private": true,
"homepage": "https://docsearch.algolia.com/",
"scripts": {
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@algolia/ui-library": "2.35.0",
"@docsearch/react": "3.0.0-alpha.38",
"@docsearch/react": "3.0.0-alpha.39",
"@docusaurus/core": "2.0.0-alpha.69",
"@docusaurus/preset-classic": "2.0.0-alpha.69",
"@docusaurus/theme-live-codeblock": "2.0.0-alpha.69",
Expand Down

0 comments on commit 04878d7

Please sign in to comment.