Skip to content

Commit

Permalink
Merge branch 'main' into chore/renovateBaseBranch
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Afsar authored Aug 17, 2023
2 parents 733ff59 + 50d5d70 commit 4a2a6f6
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 25 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.5.2](https://github.com/algolia/docsearch/compare/v3.5.1...v3.5.2) (2023-08-11)


### Fixes

* Updates `algoliasearch` package version ([cc90789](https://github.com/algolia/docsearch/commit/cc9078929032e7360fd629ed43071e698a54bab6))
* Adds `search-insights` as options peer dependency ([cc90789](https://github.com/algolia/docsearch/commit/cc9078929032e7360fd629ed43071e698a54bab6))

## [3.5.1](https://github.com/algolia/docsearch/compare/v3.5.0...v3.5.1) (2023-06-15)


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.5.1",
"version": "3.5.2",
"private": true,
"license": "MIT",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html"
},
"dependencies": {
"@docsearch/css": "3.5.1",
"@docsearch/react": "3.5.1",
"@docsearch/css": "3.5.2",
"@docsearch/react": "3.5.2",
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
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.5.1",
"version": "3.5.2",
"private": true,
"license": "MIT",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html"
},
"dependencies": {
"@docsearch/css": "3.5.1",
"@docsearch/js": "3.5.1"
"@docsearch/css": "3.5.2",
"@docsearch/js": "3.5.2"
},
"devDependencies": {
"parcel": "2.7.0"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*", "examples/*"],
"version": "3.5.1",
"version": "3.5.2",
"npmClient": "yarn",
"useWorkspaces": true
}
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.5.1",
"version": "3.5.2",
"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.5.1",
"version": "3.5.2",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": "algolia/docsearch",
Expand Down Expand Up @@ -30,7 +30,7 @@
"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
},
"dependencies": {
"@docsearch/react": "3.5.1",
"@docsearch/react": "3.5.2",
"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.5.1",
"version": "3.5.2",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": "algolia/docsearch",
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@algolia/autocomplete-core": "1.9.3",
"@algolia/autocomplete-preset-algolia": "1.9.3",
"@docsearch/css": "3.5.1",
"@docsearch/css": "3.5.2",
"algoliasearch": "^4.19.1"
},
"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.5.1';
export const version = '3.5.2';
13 changes: 8 additions & 5 deletions packages/website/docs/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ So, if you're using one of the following tools, checkout their documentation to
- [Orchid][11] - [Algolia Search][12]
- [Smooth DOC][13] - [DocSearch][14]
- [Docsy][15] - [Configure Algolia DocSearch][16]
- [dumi][18] - [algolia][19]
- [dumi][17] - [algolia][18]
- [Lotus Docs][19] - [Enabling the DocSearch Plugin][20]
- [Sphinx](https://www.sphinx-doc.org/en/master/) - [Algolia DocSearch for Sphinx](https://sphinx-docsearch.readthedocs.io/en/latest/)

If you're maintaining a similar tool and want us to add you to the list, [get in touch with us][17]. We'd be happy to help.
If you're maintaining a similar tool and want us to add you to the list, [feel free to make a pull request](https://github.com/algolia/docsearch/edit/main/packages/website/docs/integrations.md) and [contribute to Code Exchange](https://www.algolia.com/developers/code-exchange/contribute/). We're happy to help.

[1]: https://v1.docusaurus.io/
[2]: https://v1.docusaurus.io/docs/en/search
Expand All @@ -36,6 +38,7 @@ If you're maintaining a similar tool and want us to add you to the list, [get in
[14]: https://smooth-doc.com/docs/docsearch/
[15]: https://www.docsy.dev/
[16]: https://www.docsy.dev/docs/adding-content/navigation/#configure-algolia-docsearch
[17]: mailto:[email protected]
[18]: https://d.umijs.org/
[19]: https://d.umijs.org/config#algolia
[17]: https://d.umijs.org/
[18]: https://d.umijs.org/config#algolia
[19]: https://lotusdocs.dev/docs/
[20]: https://lotusdocs.dev/docs/guides/features/docsearch/#enabling-the-docsearch-plugin
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.5.1",
"version": "3.5.2",
"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.5.1",
"@docsearch/react": "3.5.2",
"@docusaurus/core": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@mdx-js/react": "^1.6.22",
Expand Down
5 changes: 0 additions & 5 deletions packages/website/src/components/showcase-projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,6 @@
"image": "img/logos/react-bootstrap.svg",
"href": "https://react-bootstrap.github.io/"
},
{
"name": "Symfony",
"image": "img/logos/symfony.png",
"href": "https://symfony.com/doc/current/index.html"
},
{
"name": "styled components",
"image": "img/logos/styled-components.png",
Expand Down
Binary file removed packages/website/static/img/logos/symfony.png
Binary file not shown.

0 comments on commit 4a2a6f6

Please sign in to comment.