Skip to content

Commit

Permalink
chore: release v3.0.0-alpha.42 (#1201)
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
instantsearch-bot and shortcuts authored Dec 3, 2021
1 parent 80677fd commit 521239a
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 15 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [v3.0.0-alpha.42](https://github.com/algolia/docsearch/compare/v3.0.0-alpha.41...v3.0.0-alpha.42) (2021-12-03)

### Bug Fixes

- **deps:** update dependency postcss to v8.3.11 ([#1153](https://github.com/algolia/docsearch/issues/1153)) ([0ddad32](https://github.com/algolia/docsearch/commit/0ddad32aaff34c7660d3f0e3a71fe88eafa3dfb8))
- **deps:** update dependency postcss-import to v14 ([#1155](https://github.com/algolia/docsearch/issues/1155)) ([ebaf66e](https://github.com/algolia/docsearch/commit/ebaf66e3ef26f74152ce25ea062f7010a45ad05a))
- **deps:** update dependency postcss-preset-env to v7 ([#1194](https://github.com/algolia/docsearch/issues/1194)) ([96af398](https://github.com/algolia/docsearch/commit/96af3984110825baa4b048b9fef4fdfec44148bc))
- **deps:** update docusaurus monorepo to v2.0.0-beta.9 ([#1166](https://github.com/algolia/docsearch/issues/1166)) ([5aed646](https://github.com/algolia/docsearch/commit/5aed646ba8d5f1adf3d5a6671387a8595bc7347a))
- **discord:** update invite link ([510cbc6](https://github.com/algolia/docsearch/commit/510cbc679954919d58148f14d55d416b49d3009f))
- **DocSearchProps:** type `searchParameters` ([#1200](https://github.com/algolia/docsearch/issues/1200)) ([80677fd](https://github.com/algolia/docsearch/commit/80677fd7d36a85b6a205383a7ca3d68969fbe3bf))
- **examples:** use new infra credentials ([65d9414](https://github.com/algolia/docsearch/commit/65d9414fce6c26389e9e86c93b46a28d49f8102c))
- **issue template:** update codesandbox link ([891fd88](https://github.com/algolia/docsearch/commit/891fd88d1bd3670533fc4a8b41d21678a6f6b832))

### Features

- **translations:** expose Button and Modal translations ([#1183](https://github.com/algolia/docsearch/issues/1183)) ([ef13dea](https://github.com/algolia/docsearch/commit/ef13dea393e02ec459c8adcb5883e896fbd64bb0))

# [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
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.41",
"version": "3.0.0-alpha.42",
"private": true,
"license": "MIT",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html"
},
"dependencies": {
"@docsearch/css": "3.0.0-alpha.41",
"@docsearch/react": "3.0.0-alpha.41",
"@docsearch/css": "3.0.0-alpha.42",
"@docsearch/react": "3.0.0-alpha.42",
"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.41",
"version": "3.0.0-alpha.42",
"private": true,
"license": "MIT",
"scripts": {
"build": "parcel build index.html",
"start": "parcel index.html"
},
"dependencies": {
"@docsearch/css": "3.0.0-alpha.41",
"@docsearch/js": "3.0.0-alpha.41"
"@docsearch/css": "3.0.0-alpha.42",
"@docsearch/js": "3.0.0-alpha.42"
},
"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,6 +1,6 @@
{
"packages": ["packages/*", "examples/*"],
"version": "3.0.0-alpha.41",
"version": "3.0.0-alpha.42",
"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.0.0-alpha.41",
"version": "3.0.0-alpha.42",
"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.41",
"version": "3.0.0-alpha.42",
"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.41",
"@docsearch/react": "3.0.0-alpha.42",
"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.41",
"version": "3.0.0-alpha.42",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": "algolia/docsearch",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@algolia/autocomplete-core": "1.5.0",
"@algolia/autocomplete-preset-algolia": "1.5.0",
"@docsearch/css": "3.0.0-alpha.41",
"@docsearch/css": "3.0.0-alpha.42",
"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.41';
export const version = '3.0.0-alpha.42';
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.41",
"version": "3.0.0-alpha.42",
"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.41",
"@docsearch/react": "3.0.0-alpha.42",
"@docusaurus/core": "2.0.0-beta.9",
"@docusaurus/preset-classic": "2.0.0-beta.9",
"@mdx-js/react": "1.6.22",
Expand Down

0 comments on commit 521239a

Please sign in to comment.