Skip to content

Commit 0b383a4

Browse files
committed
2.0.0-rc.5
1 parent 20f02f5 commit 0b383a4

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.5
4+
35
- **Clipboard** Add support for Quill v1 list attributes
46
- Fix overload declarations for `quill.formatText()` and other methods
57
- Expose Bounds type for getBounds()

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.4",
3+
"version": "2.0.0-rc.5",
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.4",
3+
"version": "2.0.0-rc.5",
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.4",
3+
"version": "2.0.0-rc.5",
44
"description": "Quill official website",
55
"private": true,
66
"homepage": "https://quilljs.com",

0 commit comments

Comments
 (0)