Skip to content

Commit

Permalink
1.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
endiliey committed Nov 22, 2019
1 parent 0984dfc commit d2a095b
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 9 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-1.x/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion website-1.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"crowdin-download": "crowdin --config ../crowdin.yaml download -b master"
},
"dependencies": {
"docusaurus": "^1.14.1"
"docusaurus": "^1.14.2"
}
}
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: version-1.14.1-publishing
id: version-1.14.2-publishing
title: Publishing your site
original_id: publishing
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: version-1.14.1-translation
id: version-1.14.2-translation
title: Translations & Localization
original_id: translation
---
Expand Down
2 changes: 1 addition & 1 deletion website-1.x/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
"1.14.1",
"1.14.2",
"1.13.0",
"1.12.0",
"1.11.x",
Expand Down

0 comments on commit d2a095b

Please sign in to comment.