File tree Expand file tree Collapse file tree 9 files changed +23
-26
lines changed
Expand file tree Collapse file tree 9 files changed +23
-26
lines changed Original file line number Diff line number Diff line change 1- # [ v3.0.0-alpha.36] ( https://github.com/algolia/docsearch/compare/v3.0.0-alpha.35...v3.0.0-alpha.36 ) (2021-04-14)
2-
1+ # [ v3.0.0-alpha.37] ( https://github.com/algolia/docsearch/compare/v3.0.0-alpha.36...v3.0.0-alpha.37 ) (2021-07-09)
32
43### Bug Fixes
54
6- * ** escapedResults:** fix undefined ` _highlightResult ` ([ #1003 ] ( https://github.com/algolia/docsearch/issues/1003 ) ) ([ 16e6558] ( https://github.com/algolia/docsearch/commit/16e6558da735e014c809f1b549fdb7fccd682dbc ) )
5+ - ** dependencies:** upgrade dependencies ([ #1015 ] ( https://github.com/algolia/docsearch/issues/1015 ) ) ([ 9300cb4] ( https://github.com/algolia/docsearch/commit/9300cb4bd6fe09d9649eb3664a6fa6b40412cd6a ) )
6+
7+ # [ v3.0.0-alpha.36] ( https://github.com/algolia/docsearch/compare/v3.0.0-alpha.35...v3.0.0-alpha.36 ) (2021-04-14)
78
9+ ### Bug Fixes
810
11+ - ** escapedResults:** fix undefined ` _highlightResult ` ([ #1003 ] ( https://github.com/algolia/docsearch/issues/1003 ) ) ([ 16e6558] ( https://github.com/algolia/docsearch/commit/16e6558da735e014c809f1b549fdb7fccd682dbc ) )
912
1013# [ 3.0.0-alpha.35] ( https://github.com/algolia/docsearch/compare/v3.0.0-alpha.34...v3.0.0-alpha.35 ) (2021-04-12)
1114
12-
1315### Bug Fixes
1416
15- * ** results:** unescaped lvl0 ([ #1001 ] ( https://github.com/algolia/docsearch/issues/1001 ) ) ([ 117228b] ( https://github.com/algolia/docsearch/commit/117228b19b57755c1d1cc2762f73a5b1e76a1da4 ) )
16-
17-
17+ - ** results:** unescaped lvl0 ([ #1001 ] ( https://github.com/algolia/docsearch/issues/1001 ) ) ([ 117228b] ( https://github.com/algolia/docsearch/commit/117228b19b57755c1d1cc2762f73a5b1e76a1da4 ) )
1818
1919# [ 3.0.0-alpha.34] ( https://github.com/algolia/docsearch/compare/v3.0.0-alpha.33...v3.0.0-alpha.34 ) (2021-03-09)
2020
21-
2221### Bug Fixes
2322
24- * ** deps:** Update and pin Autocomplete to the latest version ([ #999 ] ( https://github.com/algolia/docsearch/issues/999 ) ) ([ 1421077] ( https://github.com/algolia/docsearch/commit/1421077637ca52284e33f95e1745df2796039891 ) )
25-
26-
23+ - ** deps:** Update and pin Autocomplete to the latest version ([ #999 ] ( https://github.com/algolia/docsearch/issues/999 ) ) ([ 1421077] ( https://github.com/algolia/docsearch/commit/1421077637ca52284e33f95e1745df2796039891 ) )
2724
2825# [ 3.0.0-alpha.33] ( https://github.com/algolia/docsearch/compare/v3.0.0-alpha.32...v3.0.0-alpha.33 ) (2021-02-05)
2926
Original file line number Diff line number Diff line change 11{
22 "name" : " @docsearch/react-example" ,
33 "description" : " DocSearch v3 React example" ,
4- "version" : " 3.0.0-alpha.36 " ,
4+ "version" : " 3.0.0-alpha.37 " ,
55 "private" : true ,
66 "license" : " MIT" ,
77 "scripts" : {
88 "build" : " parcel build index.html" ,
99 "start" : " parcel index.html"
1010 },
1111 "dependencies" : {
12- "@docsearch/react " : " 3.0.0-alpha.36 " ,
13- "@docsearch/css " : " 3.0.0-alpha.36 " ,
12+ "@docsearch/css " : " 3.0.0-alpha.37 " ,
13+ "@docsearch/react " : " 3.0.0-alpha.37 " ,
1414 "react" : " 17.0.2" ,
1515 "react-dom" : " 17.0.2"
1616 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @docsearch/js-example" ,
33 "description" : " DocSearch v3 Vanilla JavaScript example" ,
4- "version" : " 3.0.0-alpha.36 " ,
4+ "version" : " 3.0.0-alpha.37 " ,
55 "private" : true ,
66 "license" : " MIT" ,
77 "scripts" : {
88 "build" : " parcel build index.html" ,
99 "start" : " parcel index.html"
1010 },
1111 "dependencies" : {
12- "@docsearch/js " : " 3.0.0-alpha.36 " ,
13- "@docsearch/css " : " 3.0.0-alpha.36 "
12+ "@docsearch/css " : " 3.0.0-alpha.37 " ,
13+ "@docsearch/js " : " 3.0.0-alpha.37 "
1414 },
1515 "devDependencies" : {
1616 "parcel" : " 2.0.0-beta.2"
Original file line number Diff line number Diff line change 11{
22 "packages" : [" packages/*" , " examples/*" ],
3- "version" : " 3.0.0-alpha.36 " ,
3+ "version" : " 3.0.0-alpha.37 " ,
44 "npmClient" : " yarn"
55}
Original file line number Diff line number Diff line change 11{
22 "name" : " @docsearch/css" ,
33 "description" : " Styles for DocSearch." ,
4- "version" : " 3.0.0-alpha.36 " ,
4+ "version" : " 3.0.0-alpha.37 " ,
55 "license" : " MIT" ,
66 "homepage" : " https://docsearch.algolia.com" ,
77 "repository" : " algolia/docsearch" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @docsearch/js" ,
33 "description" : " JavaScript package for DocSearch, the best search experience for docs." ,
4- "version" : " 3.0.0-alpha.36 " ,
4+ "version" : " 3.0.0-alpha.37 " ,
55 "license" : " MIT" ,
66 "homepage" : " https://docsearch.algolia.com" ,
77 "repository" : " algolia/docsearch" ,
3131 "watch" : " watch \" yarn on:change\" --ignoreDirectoryPattern \" /dist/\" "
3232 },
3333 "dependencies" : {
34- "@docsearch/react" : " 3.0.0-alpha.36 " ,
34+ "@docsearch/react" : " 3.0.0-alpha.37 " ,
3535 "preact" : " ^10.0.0"
3636 }
3737}
Original file line number Diff line number Diff line change 11{
22 "name" : " @docsearch/react" ,
33 "description" : " React package for DocSearch, the best search experience for docs." ,
4- "version" : " 3.0.0-alpha.36 " ,
4+ "version" : " 3.0.0-alpha.37 " ,
55 "license" : " MIT" ,
66 "homepage" : " https://docsearch.algolia.com" ,
77 "repository" : " algolia/docsearch" ,
3636 "dependencies" : {
3737 "@algolia/autocomplete-core" : " 1.2.1" ,
3838 "@algolia/autocomplete-preset-algolia" : " 1.2.1" ,
39- "@docsearch/css" : " 3.0.0-alpha.36 " ,
39+ "@docsearch/css" : " 3.0.0-alpha.37 " ,
4040 "algoliasearch" : " ^4.0.0"
4141 },
4242 "peerDependencies" : {
Original file line number Diff line number Diff line change 1- export const version = '3.0.0-alpha.36 ' ;
1+ export const version = '3.0.0-alpha.37 ' ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @docsearch/website" ,
3- "version" : " 3.0.0-alpha.36 " ,
3+ "version" : " 3.0.0-alpha.37 " ,
44 "private" : true ,
55 "homepage" : " https://docsearch.algolia.com/" ,
66 "scripts" : {
1313 },
1414 "dependencies" : {
1515 "@algolia/ui-library" : " 2.35.0" ,
16- "@docsearch/react" : " 3.0.0-alpha.36 " ,
16+ "@docsearch/react" : " 3.0.0-alpha.37 " ,
1717 "@docusaurus/core" : " 2.0.0-alpha.69" ,
1818 "@docusaurus/preset-classic" : " 2.0.0-alpha.69" ,
1919 "@docusaurus/theme-live-codeblock" : " 2.0.0-alpha.69" ,
You can’t perform that action at this time.
0 commit comments