mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
Publish v1.1.1 (#681)
This commit is contained in:
parent
923356e312
commit
96dd757bdc
5 changed files with 1928 additions and 1918 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -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
3828
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[
|
||||
"1.1.1",
|
||||
"1.1.0",
|
||||
"1.0.15",
|
||||
"1.0.14",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue