Skip to content

Commit cf2159b

Browse files
committed
v0.9.0
1 parent a0c5d57 commit cf2159b

File tree

6 files changed

+51
-4
lines changed

6 files changed

+51
-4
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [0.9.0](https://github.com/cmfcmf/docusaurus-search-local/compare/v0.8.0...v0.9.0) (2021-12-11)
7+
8+
### Features
9+
10+
- split indexes by plugin and documentation versions ([2953045](https://github.com/cmfcmf/docusaurus-search-local/commit/295304582682d6bd27839454f609dc0e88d029a2))
11+
- support up to Docusaurus v2.0.0-beta13 ([e74750f](https://github.com/cmfcmf/docusaurus-search-local/commit/e74750f5ea906f759a8b5c81c7397d12f4d6de9e)), closes [#82](https://github.com/cmfcmf/docusaurus-search-local/issues/82) [#83](https://github.com/cmfcmf/docusaurus-search-local/issues/83)
12+
13+
### BREAKING CHANGES
14+
15+
- the minimum supported Docusaurus version is now v2.0.0-beta9.
16+
117
# 0.8.0
218

319
- FEAT: Support multiple docs, blogs, and pages plugins (#33)

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
},
1111
"npmClient": "yarn",
1212
"useWorkspaces": true,
13-
"version": "0.8.0"
13+
"version": "0.9.0"
1414
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [0.9.0](https://github.com/cmfcmf/docusaurus-search-local/compare/v0.8.0...v0.9.0) (2021-12-11)
7+
8+
### Features
9+
10+
- split indexes by plugin and documentation versions ([2953045](https://github.com/cmfcmf/docusaurus-search-local/commit/295304582682d6bd27839454f609dc0e88d029a2))
11+
- support up to Docusaurus v2.0.0-beta13 ([e74750f](https://github.com/cmfcmf/docusaurus-search-local/commit/e74750f5ea906f759a8b5c81c7397d12f4d6de9e)), closes [#82](https://github.com/cmfcmf/docusaurus-search-local/issues/82) [#83](https://github.com/cmfcmf/docusaurus-search-local/issues/83)
12+
13+
### BREAKING CHANGES
14+
15+
- the minimum supported Docusaurus version is now v2.0.0-beta9.

packages/docusaurus-search-local/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cmfcmf/docusaurus-search-local",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Local / Offline Search for Docusaurus",
55
"keywords": [
66
"docusaurus",

packages/example-docs/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [0.9.0](https://github.com/cmfcmf/docusaurus-search-local/compare/v0.8.0...v0.9.0) (2021-12-11)
7+
8+
9+
### Features
10+
11+
* support up to Docusaurus v2.0.0-beta13 ([e74750f](https://github.com/cmfcmf/docusaurus-search-local/commit/e74750f5ea906f759a8b5c81c7397d12f4d6de9e)), closes [#82](https://github.com/cmfcmf/docusaurus-search-local/issues/82) [#83](https://github.com/cmfcmf/docusaurus-search-local/issues/83)
12+
13+
14+
### BREAKING CHANGES
15+
16+
* the minimum supported Docusaurus version is now v2.0.0-beta9.

packages/example-docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"write-heading-ids": "docusaurus write-heading-ids"
1414
},
1515
"dependencies": {
16-
"@cmfcmf/docusaurus-search-local": "^0.8.0",
16+
"@cmfcmf/docusaurus-search-local": "^0.9.0",
1717
"@mdx-js/react": "^1.6.21",
1818
"clsx": "^1.1.1"
1919
},
@@ -35,5 +35,5 @@
3535
"last 1 safari version"
3636
]
3737
},
38-
"version": "0.8.0"
38+
"version": "0.9.0"
3939
}

0 commit comments

Comments
 (0)