From 2c2d6d6158cd1a11cac7dacf5cb3dd6885bcf3d2 Mon Sep 17 00:00:00 2001 From: Joel Marcey Date: Sat, 17 Feb 2018 12:39:15 -0800 Subject: [PATCH] Publish Docusaurus v1.0.7 (#461) --- CHANGELOG.md | 27 ++++++++++++++++++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4027e26516..32c39bdd4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.0.7] - 2018-02-17 + +**This is a hotfix release** + +A couple of bugs were found in our versioning system that would make versioning unusable in some scenarios. Thank you to @iRoachie for finding these. This release also contains a better header link scroll on mobile. Total commits in this release is 6, including the release itself. + +### Breaking Changes + +N/A + +### Added + +- [A scrollbar to the header links on mobile](https://github.com/facebook/Docusaurus/commit/0dad6d562f78e9d1c9d8c70946755accd73a6a63), thanks @maaz93. + +### Fixed/Changed + +- [Allow new docs to be added for new versions](https://github.com/facebook/Docusaurus/commit/1388e1379512ddfd4d5bfbecaac2a598dd85151c) +- [Relax restriction on versioned doc ids with dashes](https://github.com/facebook/Docusaurus/commit/ec6ff9284c03e3287089f65e596a2293097c23ab) +- [Broken link in the site config docs](https://github.com/facebook/Docusaurus/commit/f79cfaa3a11270665ab528b26a37f2598a878bff), thanks @justinmusgrove. + +## Removed + +N/A + ## [1.0.6] - 2018-02-12 This is a bigger release than normal as it has been a month since releases. It contains bug fixes, duplicate code removal, a few new feaatures, and documentation updates. Total commits in this release is 38, including the release itself. @@ -100,7 +124,8 @@ N/A - Blog - Documentation -[Unreleased]: https://github.com/facebook/Docusaurus/compare/v1.0.6...HEAD +[Unreleased]: https://github.com/facebook/Docusaurus/compare/v1.0.7...HEAD +[1.0.7]: https://github.com/facebook/Docusaurus/compare/v1.0.6..v1.0.7 [1.0.6]: https://github.com/facebook/Docusaurus/compare/v1.0.5...v1.0.6 [1.0.5]: https://github.com/facebook/Docusaurus/compare/v1.0.4...v1.0.5 [1.0.4]: https://github.com/facebook/Docusaurus/compare/v1.0.3...v1.0.4 diff --git a/package-lock.json b/package-lock.json index 3c9b54b68c..c20ff0ab84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "docusaurus", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cc96ae9f65..bae536325b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "docusaurus", "description": "Easy to Maintain Open Source Documentation Websites", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "keywords": [ "documentation",