Skip to content

Commit ae1408a

Browse files
committed
2.0.1
1 parent 65ede1e commit ae1408a

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# [Unreleased]
22

3+
# 2.0.1
4+
35
- Prevent overriding of theme's default toolbar settings mistakenly [#4120](https://github.com/quilljs/quill/pull/4120)
46
- Improve typings for methods that return a Delta [#4136](https://github.com/quilljs/quill/pull/4136)
57
- Fix toolbar icons for h3-h6 [#4131](https://github.com/quilljs/quill/pull/4131)

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

packages/quill/package.json

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

packages/website/package.json

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

0 commit comments

Comments
 (0)