Skip to content

Commit bfc35ed

Browse files
committed
Release new version.
1 parent 637bed6 commit bfc35ed

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33

44

5+
## [4.0.0](https://github.com/patternslib/pat-tiptap/compare/4.0.0-alpha.1...4.0.0) (2022-06-21)
6+
7+
8+
### Bug Fixes
9+
10+
11+
* Close the suggestion popup when clicking outside. ([ca75099](https://github.com/patternslib/pat-tiptap/commit/ca75099745b56b3962d0c48d2f2a92ccfbba0aa6))
12+
13+
* Update demo for correct bundle since we extend @patternslib/dev webpack config. ([6c21285](https://github.com/patternslib/pat-tiptap/commit/6c212852d0067fc261ce30e9cc1ae82813488f22))
14+
15+
16+
### Maintenance
17+
18+
19+
* Remove console.log message in tests. ([b82508c](https://github.com/patternslib/pat-tiptap/commit/b82508c84b73db471cb589fe8db85085808666a8))
20+
521
## [4.0.0-alpha.1](https://github.com/patternslib/pat-tiptap/compare/4.0.0-alpha.0...4.0.0-alpha.1) (2022-06-15)
622

723

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/pat-tiptap",
3-
"version": "4.0.0-alpha.1",
3+
"version": "4.0.0",
44
"description": "A pattern for tiptap",
55
"license": "MIT",
66
"main": "./src/tiptap.js",

0 commit comments

Comments
 (0)