Skip to content

Commit e7797a5

Browse files
chore: release v3.0.0-alpha.33 (#996)
1 parent 379206c commit e7797a5

10 files changed

Lines changed: 192 additions & 169 deletions

File tree

.codesandbox/ci.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"packages": ["packages/docsearch-*"]
2+
"packages": ["packages/docsearch-*"],
3+
"node": "14"
34
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.0.0-alpha.33](https://github.com/algolia/docsearch/compare/v3.0.0-alpha.32...v3.0.0-alpha.33) (2021-02-05)
2+
3+
### Bug Fixes
4+
5+
- use spans inside button tag instead of divs ([#994](https://github.com/algolia/docsearch/issues/994)) ([f5c2a27](https://github.com/algolia/docsearch/commit/f5c2a2713651985412cb57fc37aeac787270c77c))
6+
- **css:** remove `sideEffects` package field ([#991](https://github.com/algolia/docsearch/issues/991)) ([9216ffa](https://github.com/algolia/docsearch/commit/9216ffa0a86724144d1b34d83fc288711eb22322))
7+
- **website:** Sync tailwind darkmode class with docusaurus theme context ([3ade29f](https://github.com/algolia/docsearch/commit/3ade29f4e1569c05c3dcff430a8317611e471c28))
8+
9+
### Features
10+
11+
- add `translations` prop to search button ([#995](https://github.com/algolia/docsearch/issues/995)) ([44f5c7b](https://github.com/algolia/docsearch/commit/44f5c7b5f8ef647a221cf4d41ffe9f3485ad842d))
12+
113
# [3.0.0-alpha.32](https://github.com/algolia/docsearch/compare/v3.0.0-alpha.31...v3.0.0-alpha.32) (2020-12-01)
214

315
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packages": ["packages/*"],
3-
"version": "3.0.0-alpha.32",
3+
"version": "3.0.0-alpha.33",
44
"npmClient": "yarn"
55
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@babel/plugin-transform-react-jsx": "7.10.4",
4141
"@babel/preset-env": "7.11.5",
4242
"@babel/preset-typescript": "7.10.4",
43-
"@percy/cypress": "2.3.1",
43+
"@percy/cypress": "2.3.4",
4444
"@rollup/plugin-json": "4.1.0",
4545
"@rollup/plugin-node-resolve": "7.1.1",
4646
"@rollup/plugin-replace": "2.3.3",
@@ -62,7 +62,7 @@
6262
"concurrently": "5.3.0",
6363
"cross-env": "7.0.2",
6464
"cssnano": "4.1.10",
65-
"cypress": "4.8.0",
65+
"cypress": "6.4.0",
6666
"dotenv": "8.2.0",
6767
"eslint": "6.8.0",
6868
"eslint-config-algolia": "15.0.0",

packages/docsearch-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@docsearch/css",
33
"description": "Styles for DocSearch.",
4-
"version": "3.0.0-alpha.32",
4+
"version": "3.0.0-alpha.33",
55
"license": "MIT",
66
"homepage": "https://docsearch.algolia.com",
77
"repository": "algolia/docsearch",

packages/docsearch-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@docsearch/js",
33
"description": "JavaScript package for DocSearch, the best search experience for docs.",
4-
"version": "3.0.0-alpha.32",
4+
"version": "3.0.0-alpha.33",
55
"license": "MIT",
66
"homepage": "https://docsearch.algolia.com",
77
"repository": "algolia/docsearch",
@@ -31,7 +31,7 @@
3131
"watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
3232
},
3333
"dependencies": {
34-
"@docsearch/react": "3.0.0-alpha.32",
34+
"@docsearch/react": "3.0.0-alpha.33",
3535
"preact": "^10.0.0"
3636
}
3737
}

packages/docsearch-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@docsearch/react",
33
"description": "React package for DocSearch, the best search experience for docs.",
4-
"version": "3.0.0-alpha.32",
4+
"version": "3.0.0-alpha.33",
55
"license": "MIT",
66
"homepage": "https://docsearch.algolia.com",
77
"repository": "algolia/docsearch",
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"@algolia/autocomplete-core": "^1.0.0-alpha.35",
3838
"@algolia/autocomplete-preset-algolia": "^1.0.0-alpha.35",
39-
"@docsearch/css": "3.0.0-alpha.32",
39+
"@docsearch/css": "3.0.0-alpha.33",
4040
"algoliasearch": "^4.0.0"
4141
},
4242
"peerDependencies": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '3.0.0-alpha.32';
1+
export const version = '3.0.0-alpha.33';

packages/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@docsearch/website",
3-
"version": "3.0.0-alpha.32",
3+
"version": "3.0.0-alpha.33",
44
"private": true,
55
"homepage": "https://docsearch.algolia.com/",
66
"scripts": {

0 commit comments

Comments
 (0)