Skip to content

Commit faf7fbd

Browse files
authored
chore: release v3.4.0-7 (#11)
1 parent effb6c8 commit faf7fbd

5 files changed

Lines changed: 49 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
# [3.4.0-7](https://github.com/typesense/docsearch.js/compare/v3.4.0-5...v3.4.0-7) (2023-03-21)
2+
3+
4+
5+
# [3.4.0-5](https://github.com/typesense/docsearch.js/compare/v0.4.0-3...v3.4.0-5) (2023-03-21)
6+
7+
8+
9+
# [0.4.0-3](https://github.com/typesense/docsearch.js/compare/v3.4.0-4...v0.4.0-3) (2023-03-21)
10+
11+
12+
13+
# [3.4.0-4](https://github.com/typesense/docsearch.js/compare/v0.4.0-2...v3.4.0-4) (2023-03-21)
14+
15+
16+
17+
# [0.4.0-2](https://github.com/typesense/docsearch.js/compare/v3.4.0-3...v0.4.0-2) (2023-03-21)
18+
19+
20+
21+
# [3.4.0-3](https://github.com/typesense/docsearch.js/compare/v3.4.0-2...v3.4.0-3) (2023-03-20)
22+
23+
24+
25+
# [3.4.0-2](https://github.com/typesense/docsearch.js/compare/v0.4.0-1...v3.4.0-2) (2023-03-20)
26+
27+
28+
29+
# [0.4.0-1](https://github.com/typesense/docsearch.js/compare/v3.4.0-1...v0.4.0-1) (2023-03-20)
30+
31+
32+
33+
# [3.4.0-1](https://github.com/typesense/docsearch.js/compare/v0.4.0-0...v3.4.0-1) (2023-03-20)
34+
35+
36+
37+
# [0.4.0-0](https://github.com/typesense/docsearch.js/compare/v3.4.0-0...v0.4.0-0) (2023-03-20)
38+
39+
40+
41+
# [3.4.0-0](https://github.com/typesense/docsearch.js/compare/v0.3.0...v3.4.0-0) (2023-03-20)
42+
43+
44+
145
# [3.4.0-6](https://github.com/typesense/docsearch.js/compare/v3.4.0-5...v3.4.0-6) (2023-03-21)
246

347

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages": ["packages/*", "examples/*"],
3-
"version": "3.4.0-6",
3+
"version": "3.4.0-7",
44
"npmClient": "yarn",
55
"useWorkspaces": true
66
}

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": "typesense-docsearch.js",
33
"description": "JavaScript package for DocSearch, adapted to work with Typesense",
4-
"version": "3.4.0-5",
4+
"version": "3.4.0-7",
55
"license": "MIT",
66
"homepage": "https://typesense.org/docs/latest/guide/docsearch.html",
77
"repository": "typesense/docsearch.js",
@@ -37,6 +37,6 @@
3737
},
3838
"dependencies": {
3939
"preact": "^10.0.0",
40-
"typesense-docsearch-react": "^0.4.0-3"
40+
"typesense-docsearch-react": "3.4.0-7"
4141
}
4242
}

packages/docsearch-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typesense-docsearch-react",
33
"description": "React package for DocSearch, customized to work with Typesense",
4-
"version": "0.4.0-3",
4+
"version": "3.4.0-7",
55
"license": "MIT",
66
"homepage": "https://typesense.org/docs/latest/guide/docsearch.html",
77
"repository": "typesense/docsearch.js",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '3.4.0-6';
1+
export const version = '3.4.0-7';

0 commit comments

Comments
 (0)