diff --git a/CHANGELOG.md b/CHANGELOG.md index 012364ebb90a..59e530923d5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.2] - 2019-11-22 + +#### :bug: Bug Fix +* `docusaurus-1.x` + * [#2028](https://github.com/facebook/docusaurus/pull/2028) fix(v1): apply negative margin to docs heading only ([@yangshun](https://github.com/yangshun)) + +#### :memo: Documentation +* [#2026](https://github.com/facebook/docusaurus/pull/2026) docs(v1): showcase user Channelize.io ([@gauravberiwal](https://github.com/gauravberiwal)) + ## [1.14.1] - 2019-11-21 #### :bug: Bug Fix @@ -1198,7 +1207,8 @@ N/A - Blog - Documentation -[unreleased]: https://github.com/facebook/docusaurus/compare/v1.14.1...HEAD +[unreleased]: https://github.com/facebook/docusaurus/compare/v1.14.2...HEAD +[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 [1.13.0]: https://github.com/facebook/docusaurus/compare/v1.12.0...v1.13.0 diff --git a/packages/docusaurus-1.x/package.json b/packages/docusaurus-1.x/package.json index ebb64230b832..8e6b2e80f064 100644 --- a/packages/docusaurus-1.x/package.json +++ b/packages/docusaurus-1.x/package.json @@ -1,7 +1,7 @@ { "name": "docusaurus", "description": "Easy to Maintain Open Source Documentation Websites", - "version": "1.14.1", + "version": "1.14.2", "license": "MIT", "keywords": [ "documentation", diff --git a/website-1.x/package.json b/website-1.x/package.json index f8429db445f3..3d7bcdead49a 100644 --- a/website-1.x/package.json +++ b/website-1.x/package.json @@ -14,6 +14,6 @@ "crowdin-download": "crowdin --config ../crowdin.yaml download -b master" }, "dependencies": { - "docusaurus": "^1.14.1" + "docusaurus": "^1.14.2" } } diff --git a/website-1.x/versioned_docs/version-1.14.1/api-doc-markdown.md b/website-1.x/versioned_docs/version-1.14.2/api-doc-markdown.md similarity index 99% rename from website-1.x/versioned_docs/version-1.14.1/api-doc-markdown.md rename to website-1.x/versioned_docs/version-1.14.2/api-doc-markdown.md index 84cc95356217..22685e0e621c 100644 --- a/website-1.x/versioned_docs/version-1.14.1/api-doc-markdown.md +++ b/website-1.x/versioned_docs/version-1.14.2/api-doc-markdown.md @@ -1,5 +1,5 @@ --- -id: version-1.14.1-doc-markdown +id: version-1.14.2-doc-markdown title: Markdown Features original_id: doc-markdown --- diff --git a/website-1.x/versioned_docs/version-1.14.1/api-site-config.md b/website-1.x/versioned_docs/version-1.14.2/api-site-config.md similarity index 99% rename from website-1.x/versioned_docs/version-1.14.1/api-site-config.md rename to website-1.x/versioned_docs/version-1.14.2/api-site-config.md index bcbbcad4e079..3650be11d7bc 100644 --- a/website-1.x/versioned_docs/version-1.14.1/api-site-config.md +++ b/website-1.x/versioned_docs/version-1.14.2/api-site-config.md @@ -1,5 +1,5 @@ --- -id: version-1.14.1-site-config +id: version-1.14.2-site-config title: siteConfig.js original_id: site-config --- diff --git a/website-1.x/versioned_docs/version-1.14.1/getting-started-installation.md b/website-1.x/versioned_docs/version-1.14.2/getting-started-installation.md similarity index 99% rename from website-1.x/versioned_docs/version-1.14.1/getting-started-installation.md rename to website-1.x/versioned_docs/version-1.14.2/getting-started-installation.md index 884366c3c61c..4f46c589e718 100644 --- a/website-1.x/versioned_docs/version-1.14.1/getting-started-installation.md +++ b/website-1.x/versioned_docs/version-1.14.2/getting-started-installation.md @@ -1,5 +1,5 @@ --- -id: version-1.14.1-installation +id: version-1.14.2-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 diff --git a/website-1.x/versioned_docs/version-1.14.1/getting-started-publishing.md b/website-1.x/versioned_docs/version-1.14.2/getting-started-publishing.md similarity index 99% rename from website-1.x/versioned_docs/version-1.14.1/getting-started-publishing.md rename to website-1.x/versioned_docs/version-1.14.2/getting-started-publishing.md index efee4da2b01f..de23162a9f34 100644 --- a/website-1.x/versioned_docs/version-1.14.1/getting-started-publishing.md +++ b/website-1.x/versioned_docs/version-1.14.2/getting-started-publishing.md @@ -1,5 +1,5 @@ --- -id: version-1.14.1-publishing +id: version-1.14.2-publishing title: Publishing your site original_id: publishing --- diff --git a/website-1.x/versioned_docs/version-1.14.1/guides-translation.md b/website-1.x/versioned_docs/version-1.14.2/guides-translation.md similarity index 99% rename from website-1.x/versioned_docs/version-1.14.1/guides-translation.md rename to website-1.x/versioned_docs/version-1.14.2/guides-translation.md index 4821430db414..a5b023c04727 100644 --- a/website-1.x/versioned_docs/version-1.14.1/guides-translation.md +++ b/website-1.x/versioned_docs/version-1.14.2/guides-translation.md @@ -1,5 +1,5 @@ --- -id: version-1.14.1-translation +id: version-1.14.2-translation title: Translations & Localization original_id: translation --- diff --git a/website-1.x/versions.json b/website-1.x/versions.json index 993de7d4090b..203134113fdb 100644 --- a/website-1.x/versions.json +++ b/website-1.x/versions.json @@ -1,5 +1,5 @@ [ - "1.14.1", + "1.14.2", "1.13.0", "1.12.0", "1.11.x",