Skip to content

Commit a6638e9

Browse files
committed
2.0.0
1 parent 828d177 commit a6638e9

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
4+
35
# 2.0.0-rc.5
46

57
- **Clipboard** Add support for Quill v1 list attributes

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

0 commit comments

Comments
 (0)