mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 02:08:55 +02:00
chore: prepare 1.14.3 release (#2073)
This commit is contained in:
parent
4d5b62ae47
commit
070a49e679
9 changed files with 24 additions and 9 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [1.14.3] - 2019-12-01
|
||||||
|
|
||||||
|
#### :bug: Bug Fix
|
||||||
|
* `docusaurus-1.x`
|
||||||
|
* [#2063](https://github.com/facebook/docusaurus/pull/2063) fix: transpile static js to IE 10 ([@JLHwung](https://github.com/JLHwung))
|
||||||
|
|
||||||
|
#### :house: Internal
|
||||||
|
* `docusaurus-1.x`
|
||||||
|
* [#2029](https://github.com/facebook/docusaurus/pull/2029) chore: bump deps and remove unused deps ([@endiliey](https://github.com/endiliey))
|
||||||
|
|
||||||
|
#### Committers: 2
|
||||||
|
- Endi ([@endiliey](https://github.com/endiliey))
|
||||||
|
- Huáng Jùnliàng ([@JLHwung](https://github.com/JLHwung))
|
||||||
|
|
||||||
## [1.14.2] - 2019-11-22
|
## [1.14.2] - 2019-11-22
|
||||||
|
|
||||||
#### :bug: Bug Fix
|
#### :bug: Bug Fix
|
||||||
|
@ -1207,7 +1221,8 @@ N/A
|
||||||
- Blog
|
- Blog
|
||||||
- Documentation
|
- Documentation
|
||||||
|
|
||||||
[unreleased]: https://github.com/facebook/docusaurus/compare/v1.14.2...HEAD
|
[unreleased]: https://github.com/facebook/docusaurus/compare/v1.14.3...HEAD
|
||||||
|
[1.14.3]: https://github.com/facebook/docusaurus/compare/v1.14.2...v1.14.3
|
||||||
[1.14.2]: https://github.com/facebook/docusaurus/compare/v1.14.1...v1.14.2
|
[1.14.2]: https://github.com/facebook/docusaurus/compare/v1.14.1...v1.14.2
|
||||||
[1.14.1]: https://github.com/facebook/docusaurus/compare/v1.14.0...v1.14.1
|
[1.14.1]: https://github.com/facebook/docusaurus/compare/v1.14.0...v1.14.1
|
||||||
[1.14.0]: https://github.com/facebook/docusaurus/compare/v1.13.0...v1.14.0
|
[1.14.0]: https://github.com/facebook/docusaurus/compare/v1.13.0...v1.14.0
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "docusaurus",
|
"name": "docusaurus",
|
||||||
"description": "Easy to Maintain Open Source Documentation Websites",
|
"description": "Easy to Maintain Open Source Documentation Websites",
|
||||||
"version": "2.0.0-alpha.36",
|
"version": "1.14.3",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"documentation",
|
"documentation",
|
||||||
|
|
|
@ -14,6 +14,6 @@
|
||||||
"crowdin-download": "crowdin --config ../crowdin.yaml download -b master"
|
"crowdin-download": "crowdin --config ../crowdin.yaml download -b master"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"docusaurus": "^2.0.0-alpha.36"
|
"docusaurus": "^1.14.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
id: version-1.14.2-doc-markdown
|
id: version-1.14.3-doc-markdown
|
||||||
title: Markdown Features
|
title: Markdown Features
|
||||||
original_id: doc-markdown
|
original_id: doc-markdown
|
||||||
---
|
---
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
id: version-1.14.2-site-config
|
id: version-1.14.3-site-config
|
||||||
title: siteConfig.js
|
title: siteConfig.js
|
||||||
original_id: site-config
|
original_id: site-config
|
||||||
---
|
---
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
id: version-1.14.2-installation
|
id: version-1.14.3-installation
|
||||||
title: Installation
|
title: Installation
|
||||||
description: Docusaurus was designed from the ground up to be easily installed and used to get your website up and running quickly!
|
description: Docusaurus was designed from the ground up to be easily installed and used to get your website up and running quickly!
|
||||||
original_id: installation
|
original_id: installation
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
id: version-1.14.2-publishing
|
id: version-1.14.3-publishing
|
||||||
title: Publishing your site
|
title: Publishing your site
|
||||||
original_id: publishing
|
original_id: publishing
|
||||||
---
|
---
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
id: version-1.14.2-translation
|
id: version-1.14.3-translation
|
||||||
title: Translations & Localization
|
title: Translations & Localization
|
||||||
original_id: translation
|
original_id: translation
|
||||||
---
|
---
|
|
@ -1,5 +1,5 @@
|
||||||
[
|
[
|
||||||
"1.14.2",
|
"1.14.3",
|
||||||
"1.13.0",
|
"1.13.0",
|
||||||
"1.12.0",
|
"1.12.0",
|
||||||
"1.11.x",
|
"1.11.x",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue