Publish v1.1.1 (#681)

This commit is contained in:
Joel Marcey 2018-05-21 13:56:37 -07:00 committed by GitHub
parent 923356e312
commit 96dd757bdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1928 additions and 1918 deletions

View file

@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [1.1.1] - 2018-05-21
HOTFIX release. Dependency bug found.
### Fixed/Changed
- `opn` needs to be [installed](https://github.com/facebook/Docusaurus/commit/923356e312687cae107db2ec36aaf52f7f03028a), not just in dev dependencies.
## [1.1.0] - 2018-05-20
This is our first major point release. There are three primary reasons for this:
@ -412,7 +420,8 @@ N/A
- Blog
- Documentation
[Unreleased]: https://github.com/facebook/Docusaurus/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/facebook/Docusaurus/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/facebook/Docusaurus/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/facebook/Docusaurus/compare/v1.0.15...v1.1.0
[1.0.14]: https://github.com/facebook/Docusaurus/compare/v1.0.14...v1.0.15
[1.0.14]: https://github.com/facebook/Docusaurus/compare/v1.0.13...v1.0.14

3828
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{
"name": "docusaurus",
"description": "Easy to Maintain Open Source Documentation Websites",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"keywords": [
"documentation",

View file

@ -1,4 +1,5 @@
[
"1.1.1",
"1.1.0",
"1.0.15",
"1.0.14",

View file

@ -2656,8 +2656,8 @@ http-errors@~1.6.2:
statuses ">= 1.4.0 < 2"
http-parser-js@>=0.4.0:
version "0.4.12"
resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.4.12.tgz#b9cfbf4a2cf26f0fc34b10ca1489a27771e3474f"
version "0.4.13"
resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.4.13.tgz#3bd6d6fde6e3172c9334c3b33b6c193d80fe1137"
http-signature@~1.2.0:
version "1.2.0"