chore: prepare 1.14.3 release (#2073)

This commit is contained in:
Endi 2019-12-01 20:20:00 +07:00 committed by GitHub
parent 4d5b62ae47
commit 070a49e679
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 24 additions and 9 deletions

View file

@ -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).
## [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
#### :bug: Bug Fix
@ -1207,7 +1221,8 @@ N/A
- Blog
- 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.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

View file

@ -1,7 +1,7 @@
{
"name": "docusaurus",
"description": "Easy to Maintain Open Source Documentation Websites",
"version": "2.0.0-alpha.36",
"version": "1.14.3",
"license": "MIT",
"keywords": [
"documentation",

View file

@ -14,6 +14,6 @@
"crowdin-download": "crowdin --config ../crowdin.yaml download -b master"
},
"dependencies": {
"docusaurus": "^2.0.0-alpha.36"
"docusaurus": "^1.14.3"
}
}

View file

@ -1,5 +1,5 @@
---
id: version-1.14.2-doc-markdown
id: version-1.14.3-doc-markdown
title: Markdown Features
original_id: doc-markdown
---

View file

@ -1,5 +1,5 @@
---
id: version-1.14.2-site-config
id: version-1.14.3-site-config
title: siteConfig.js
original_id: site-config
---

View file

@ -1,5 +1,5 @@
---
id: version-1.14.2-installation
id: version-1.14.3-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!
original_id: installation

View file

@ -1,5 +1,5 @@
---
id: version-1.14.2-publishing
id: version-1.14.3-publishing
title: Publishing your site
original_id: publishing
---

View file

@ -1,5 +1,5 @@
---
id: version-1.14.2-translation
id: version-1.14.3-translation
title: Translations & Localization
original_id: translation
---

View file

@ -1,5 +1,5 @@
[
"1.14.2",
"1.14.3",
"1.13.0",
"1.12.0",
"1.11.x",