Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v3.0.0-alpha.41 #1062

Merged
merged 2 commits into from
Oct 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [v3.0.0-alpha.41](https://github.com/algolia/docsearch/compare/v3.0.0-alpha.40...v3.0.0-alpha.41) (2021-10-18)

### Bug Fixes

- **build:** remove occurences of `process` in UMD build ([#1047](https://github.com/algolia/docsearch/issues/1047)) ([20f54c9](https://github.com/algolia/docsearch/commit/20f54c968cf02e95d8d85e5d6efdc163f2236edf))
- **ci:** update docker image ([#1052](https://github.com/algolia/docsearch/issues/1052)) ([6b4944f](https://github.com/algolia/docsearch/commit/6b4944f4027e8a7107ab5b1f44cb7fe028d43a05))
- **docs:** relative apply link ([#1060](https://github.com/algolia/docsearch/issues/1060)) ([7b48078](https://github.com/algolia/docsearch/commit/7b48078c277772ebb12f782602a66d14fc58d329))
- **docs:** typo in `Home.js` ([#1054](https://github.com/algolia/docsearch/issues/1054)) ([2942246](https://github.com/algolia/docsearch/commit/29422464cc9c67a94e28ef7f1014221b5a17594c))
- **v3:** pass `initialQuery` ([#1051](https://github.com/algolia/docsearch/issues/1051)) ([6e194c7](https://github.com/algolia/docsearch/commit/6e194c73bf604611a0b975554590efd748f1c2d3))
- **website:** apply feedbacks from beta testers ([#1053](https://github.com/algolia/docsearch/issues/1053)) ([33d78e7](https://github.com/algolia/docsearch/commit/33d78e7d328bc17da259f7a83c84cd2612e6cd8b))

### Features

- **website:** new documentation ([#1048](https://github.com/algolia/docsearch/issues/1048)) ([9a89cde](https://github.com/algolia/docsearch/commit/9a89cde74605a1011dd3dcf8a02807228017b965))

# [v3.0.0-alpha.40](https://github.com/algolia/docsearch/compare/v3.0.0-alpha.39...v3.0.0-alpha.40) (2021-08-23)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions examples/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@docsearch/react-example",
"description": "DocSearch v3 React example",
"version": "3.0.0-alpha.40",
"version": "3.0.0-alpha.41",
"private": true,
"license": "MIT",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html"
},
"dependencies": {
"@docsearch/css": "3.0.0-alpha.40",
"@docsearch/react": "3.0.0-alpha.40",
"@docsearch/css": "3.0.0-alpha.41",
"@docsearch/react": "3.0.0-alpha.41",
"react": "17.0.2",
"react-dom": "17.0.2"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/js-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@docsearch/js-example",
"description": "DocSearch v3 Vanilla JavaScript example",
"version": "3.0.0-alpha.40",
"version": "3.0.0-alpha.41",
"private": true,
"license": "MIT",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html"
},
"dependencies": {
"@docsearch/css": "3.0.0-alpha.40",
"@docsearch/js": "3.0.0-alpha.40"
"@docsearch/css": "3.0.0-alpha.41",
"@docsearch/js": "3.0.0-alpha.41"
},
"devDependencies": {
"parcel": "2.0.0-beta.2"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["packages/*", "examples/*"],
"version": "3.0.0-alpha.40",
"version": "3.0.0-alpha.41",
"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": "3.0.0-alpha.40",
"version": "3.0.0-alpha.41",
"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": "3.0.0-alpha.40",
"version": "3.0.0-alpha.41",
"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.40",
"@docsearch/react": "3.0.0-alpha.41",
"preact": "^10.0.0"
}
}
4 changes: 2 additions & 2 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": "3.0.0-alpha.40",
"version": "3.0.0-alpha.41",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": "algolia/docsearch",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@algolia/autocomplete-core": "1.2.2",
"@algolia/autocomplete-preset-algolia": "1.2.2",
"@docsearch/css": "3.0.0-alpha.40",
"@docsearch/css": "3.0.0-alpha.41",
"algoliasearch": "^4.0.0"
},
"peerDependencies": {
Expand Down
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 = '3.0.0-alpha.40';
export const version = '3.0.0-alpha.41';
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@docsearch/website",
"version": "3.0.0-alpha.40",
"version": "3.0.0-alpha.41",
"private": true,
"homepage": "https://docsearch.algolia.com/",
"scripts": {
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@algolia/ui-library": "4.0.0-beta.71",
"@docsearch/react": "3.0.0-alpha.40",
"@docsearch/react": "3.0.0-alpha.41",
"@docusaurus/core": "2.0.0-beta.6",
"@docusaurus/preset-classic": "2.0.0-beta.6",
"@mdx-js/react": "1.6.22",
Expand Down