Skip to content

Commit 5f556db

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.3.19...v2.0.0) (2019-03-11) ### Features * **react-styleguidist:** Upgrade react-styleguidist v8 to v9 ([7491c0d](7491c0d)) ### BREAKING CHANGES * **react-styleguidist:** CodeMirror context is unique per example, see https://github.com/styleguidist/react-styleguidist/releases/tag/v9.0.0 for more info * **react-styleguidist:** We do not need to list react-styleguidist in our dependency
1 parent 485ffb5 commit 5f556db

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [2.0.0](https://github.com/rollup-umd/documentation/compare/v1.3.19...v2.0.0) (2019-03-11)
2+
3+
4+
### Features
5+
6+
* **react-styleguidist:** Upgrade react-styleguidist v8 to v9 ([7491c0d](https://github.com/rollup-umd/documentation/commit/7491c0d))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **react-styleguidist:** CodeMirror context is unique per example, see
12+
https://github.com/styleguidist/react-styleguidist/releases/tag/v9.0.0 for more info
13+
* **react-styleguidist:** We do not need to list react-styleguidist in our
14+
dependency
15+
116
## [1.3.19](https://github.com/rollup-umd/documentation/compare/v1.3.18...v1.3.19) (2019-03-07)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rollup-umd/documentation",
3-
"version": "1.3.19",
3+
"version": "2.0.0",
44
"description": "Extension for react-styleguidist, Featured generated react-documentation, generated jsdom documentation, default react-styleguidist configuration, layout package with auto-configuration, internals layouts, configured CI",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)