Skip to content

Commit 11dc22f

Browse files
authored
Merge pull request #1202 from julien/release/2.0.0-beta.6
Prepare for release v2.0.0-beta.6
2 parents 08539ea + fb9af49 commit 11dc22f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [v2.0.0-beta.6](https://github.com/liferay/alloy-editor/tree/v2.0.0-beta.6) (2019-04-01)
2+
3+
[Full changelog](https://github.com/liferay/alloy-editor/compare/v2.0.0-beta.5...v2.0.0-beta.6)
4+
5+
- fix: make React available on AlloyEditor in "all" build variant (#1189, #1200) ([\#1201](https://github.com/liferay/alloy-editor/pull/1201))
6+
- fix: missing PropTypes on AlloyEditor.React (#1200) ([\#1199](https://github.com/liferay/alloy-editor/pull/1199))
7+
18
## [v2.0.0-beta.5](https://github.com/liferay/alloy-editor/tree/v2.0.0-beta.5) (2019-03-29)
29

310
[Full changelog](https://github.com/liferay/alloy-editor/compare/v2.0.0-beta.4...v2.0.0-beta.5)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alloyeditor",
3-
"version": "2.0.0-beta.5",
3+
"version": "2.0.0-beta.6",
44
"description": "AlloyEditor, a modern WYSIWYG editor, build on top of CKEditor",
55
"devDependencies": {
66
"babel-core": "^6.26.0",

0 commit comments

Comments
 (0)