1
0
Fork 0

chore: release v3.6.1 (#2279)

This commit is contained in:
Levi Whalen 2024-07-16 11:56:47 -06:00 committed by GitHub
parent 29aa9e6b18
commit 5c2ac997f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 28 additions and 15 deletions

View file

@ -1,3 +1,16 @@
## [3.6.1](https://github.com/algolia/docsearch/compare/v3.6.0...v3.6.1) (2024-07-16)
### Bug Fixes
* updating the templates page ([#2273](https://github.com/algolia/docsearch/issues/2273)) ([4aa0c2c](https://github.com/algolia/docsearch/commit/4aa0c2c67a5ba4d5d786c63cbce749d674b8ce44))
* **apply form:** Update ApplyForm.js ([#2270](https://github.com/algolia/docsearch/issues/2270)) ([069a3de](https://github.com/algolia/docsearch/commit/069a3de0b5e94b1186315a90e5724a9a3d8b97b1))
* **logos:** removed logos no longer using algolia ([#2261](https://github.com/algolia/docsearch/issues/2261)) ([8587f58](https://github.com/algolia/docsearch/commit/8587f58b0361699bb9ea26624052b201e69e5531))
* **logos:** they will not be fixing the search ([#2269](https://github.com/algolia/docsearch/issues/2269)) ([cdfa993](https://github.com/algolia/docsearch/commit/cdfa993990ff8caa323719ff8205db38f2ba06fe))
* **logos:** update URL and remove logos no longer using DocSearch ([#2260](https://github.com/algolia/docsearch/issues/2260)) ([1081660](https://github.com/algolia/docsearch/commit/108166016d91d8fcc26df15ca52c386d9334ab5d))
# [3.6.0](https://github.com/algolia/docsearch/compare/v3.5.2...v3.6.0) (2024-03-06)

View file

@ -1,7 +1,7 @@
{
"name": "@docsearch/react-example",
"description": "DocSearch v3 React example",
"version": "3.6.0",
"version": "3.6.1",
"private": true,
"license": "MIT",
"scripts": {
@ -9,8 +9,8 @@
"start": "parcel index.html"
},
"dependencies": {
"@docsearch/css": "3.6.0",
"@docsearch/react": "3.6.0",
"@docsearch/css": "3.6.1",
"@docsearch/react": "3.6.1",
"react": "^18.1.0",
"react-dom": "^18.1.0"
},

View file

@ -1,7 +1,7 @@
{
"name": "@docsearch/js-example",
"description": "DocSearch v3 Vanilla JavaScript example",
"version": "3.6.0",
"version": "3.6.1",
"private": true,
"license": "MIT",
"scripts": {
@ -9,8 +9,8 @@
"start": "parcel index.html"
},
"dependencies": {
"@docsearch/css": "3.6.0",
"@docsearch/js": "3.6.0"
"@docsearch/css": "3.6.1",
"@docsearch/js": "3.6.1"
},
"devDependencies": {
"parcel": "2.7.0"

View file

@ -1,6 +1,6 @@
{
"packages": ["packages/*", "examples/*"],
"version": "3.6.0",
"version": "3.6.1",
"npmClient": "yarn",
"useWorkspaces": true
}

View file

@ -1,7 +1,7 @@
{
"name": "@docsearch/css",
"description": "Styles for DocSearch.",
"version": "3.6.0",
"version": "3.6.1",
"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.6.0",
"version": "3.6.1",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": "algolia/docsearch",
@ -29,7 +29,7 @@
"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
},
"dependencies": {
"@docsearch/react": "3.6.0",
"@docsearch/react": "3.6.1",
"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.6.0",
"version": "3.6.1",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": "algolia/docsearch",
@ -34,7 +34,7 @@
"dependencies": {
"@algolia/autocomplete-core": "1.9.3",
"@algolia/autocomplete-preset-algolia": "1.9.3",
"@docsearch/css": "3.6.0",
"@docsearch/css": "3.6.1",
"algoliasearch": "^4.19.1"
},
"peerDependencies": {

View file

@ -1 +1 @@
export const version = '3.6.0';
export const version = '3.6.1';

View file

@ -1,6 +1,6 @@
{
"name": "@docsearch/website",
"version": "3.6.0",
"version": "3.6.1",
"private": true,
"homepage": "https://docsearch.algolia.com/",
"scripts": {
@ -17,7 +17,7 @@
},
"dependencies": {
"@algolia/ui-library": "4.0.0-beta.71",
"@docsearch/react": "3.6.0",
"@docsearch/react": "3.6.1",
"@docusaurus/core": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@mdx-js/react": "^1.6.22",