1
0
Fork 0

chore: release v3.1.0 (#1390)

Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
This commit is contained in:
InstantSearch 2022-05-18 10:25:13 +02:00 committed by GitHub
parent 613f2a882d
commit 82b73a7dc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 26 additions and 15 deletions

View file

@ -1,3 +1,14 @@
# [3.1.0](https://github.com/algolia/docsearch/compare/v3.0.0...v3.1.0) (2022-05-18)
### Bug Fixes
- **button:** use kbd instead of span ([#1335](https://github.com/algolia/docsearch/issues/1335)) ([7459a42](https://github.com/algolia/docsearch/commit/7459a424d9435f46f3f6115921f1b7528e0c10da))
- **css:** prevent `kbd` unwanted style overriding ([#1389](https://github.com/algolia/docsearch/issues/1389)) ([613f2a8](https://github.com/algolia/docsearch/commit/613f2a882d73a967d738971376fc30e799cc61eb))
### Features
- **deps:** bump peer to React 18 ([#1385](https://github.com/algolia/docsearch/issues/1385)) ([eb372f2](https://github.com/algolia/docsearch/commit/eb372f2743e9f74e2546cde59e676c32b903bece))
# [3.0.0](https://github.com/algolia/docsearch/compare/v3.0.0-alpha.50...v3.0.0) (2022-02-22)
### Breaking Change

View file

@ -1,7 +1,7 @@
{
"name": "@docsearch/react-example",
"description": "DocSearch v3 React example",
"version": "3.0.0",
"version": "3.1.0",
"private": true,
"license": "MIT",
"scripts": {
@ -9,8 +9,8 @@
"start": "parcel index.html"
},
"dependencies": {
"@docsearch/css": "3.0.0",
"@docsearch/react": "3.0.0",
"@docsearch/css": "3.1.0",
"@docsearch/react": "3.1.0",
"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.0.0",
"version": "3.1.0",
"private": true,
"license": "MIT",
"scripts": {
@ -9,8 +9,8 @@
"start": "parcel index.html"
},
"dependencies": {
"@docsearch/css": "3.0.0",
"@docsearch/js": "3.0.0"
"@docsearch/css": "3.1.0",
"@docsearch/js": "3.1.0"
},
"devDependencies": {
"parcel": "2.0.0-beta.2"

View file

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

View file

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

View file

@ -1 +1 @@
export const version = '3.0.0';
export const version = '3.1.0';

View file

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