Skip to content

Commit bbbae91

Browse files
committed
2.0.0-rc.4
1 parent 41bd1fc commit bbbae91

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# [Unreleased]
22

3+
# 2.0.0-rc.4
4+
35
- Include source maps for Parchment
46
- **Clipboard** Support pasting links copied from iOS share sheets
57
- Fix config parsing where undefined values were kept

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quill-monorepo",
3-
"version": "2.0.0-rc.3",
3+
"version": "2.0.0-rc.4",
44
"description": "Quill development environment",
55
"private": true,
66
"author": "Jason Chen <[email protected]>",

packages/quill/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quill",
3-
"version": "2.0.0-rc.3",
3+
"version": "2.0.0-rc.4",
44
"description": "Your powerful, rich text editor",
55
"author": "Jason Chen <[email protected]>",
66
"homepage": "https://quilljs.com",

packages/website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "2.0.0-rc.3",
3+
"version": "2.0.0-rc.4",
44
"description": "Quill official website",
55
"private": true,
66
"homepage": "https://quilljs.com",

0 commit comments

Comments
 (0)