Skip to content

Commit

Permalink
chore: release v3.0.0-alpha.33 (#996)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour authored Feb 5, 2021
1 parent 379206c commit e7797a5
Show file tree
Hide file tree
Showing 10 changed files with 192 additions and 169 deletions.
3 changes: 2 additions & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"packages": ["packages/docsearch-*"]
"packages": ["packages/docsearch-*"],
"node": "14"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0-alpha.33](https://github.com/algolia/docsearch/compare/v3.0.0-alpha.32...v3.0.0-alpha.33) (2021-02-05)

### Bug Fixes

- use spans inside button tag instead of divs ([#994](https://github.com/algolia/docsearch/issues/994)) ([f5c2a27](https://github.com/algolia/docsearch/commit/f5c2a2713651985412cb57fc37aeac787270c77c))
- **css:** remove `sideEffects` package field ([#991](https://github.com/algolia/docsearch/issues/991)) ([9216ffa](https://github.com/algolia/docsearch/commit/9216ffa0a86724144d1b34d83fc288711eb22322))
- **website:** Sync tailwind darkmode class with docusaurus theme context ([3ade29f](https://github.com/algolia/docsearch/commit/3ade29f4e1569c05c3dcff430a8317611e471c28))

### Features

- add `translations` prop to search button ([#995](https://github.com/algolia/docsearch/issues/995)) ([44f5c7b](https://github.com/algolia/docsearch/commit/44f5c7b5f8ef647a221cf4d41ffe9f3485ad842d))

# [3.0.0-alpha.32](https://github.com/algolia/docsearch/compare/v3.0.0-alpha.31...v3.0.0-alpha.32) (2020-12-01)

### Bug Fixes
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/*"],
"version": "3.0.0-alpha.32",
"version": "3.0.0-alpha.33",
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@babel/plugin-transform-react-jsx": "7.10.4",
"@babel/preset-env": "7.11.5",
"@babel/preset-typescript": "7.10.4",
"@percy/cypress": "2.3.1",
"@percy/cypress": "2.3.4",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "7.1.1",
"@rollup/plugin-replace": "2.3.3",
Expand All @@ -62,7 +62,7 @@
"concurrently": "5.3.0",
"cross-env": "7.0.2",
"cssnano": "4.1.10",
"cypress": "4.8.0",
"cypress": "6.4.0",
"dotenv": "8.2.0",
"eslint": "6.8.0",
"eslint-config-algolia": "15.0.0",
Expand Down
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.32",
"version": "3.0.0-alpha.33",
"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.32",
"version": "3.0.0-alpha.33",
"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.32",
"@docsearch/react": "3.0.0-alpha.33",
"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.32",
"version": "3.0.0-alpha.33",
"license": "MIT",
"homepage": "https://docsearch.algolia.com",
"repository": "algolia/docsearch",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@algolia/autocomplete-core": "^1.0.0-alpha.35",
"@algolia/autocomplete-preset-algolia": "^1.0.0-alpha.35",
"@docsearch/css": "3.0.0-alpha.32",
"@docsearch/css": "3.0.0-alpha.33",
"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.32';
export const version = '3.0.0-alpha.33';
2 changes: 1 addition & 1 deletion 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.32",
"version": "3.0.0-alpha.33",
"private": true,
"homepage": "https://docsearch.algolia.com/",
"scripts": {
Expand Down
Loading

0 comments on commit e7797a5

Please sign in to comment.