v2.0.0-beta.197

This commit is contained in:
Dominik Biedebach
2022-09-26 15:26:23 +02:00
parent 17a41da5a7
commit be4cde0e02
110 changed files with 630 additions and 187 deletions

View File

@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.0.0-beta.197](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.196...v2.0.0-beta.197) (2022-09-26)
### Bug Fixes
* **core:** Can() does not work for setting marks ([#3223](https://github.com/ueberdosis/tiptap/issues/3223)) ([17a41da](https://github.com/ueberdosis/tiptap/commit/17a41da5a7a14879cf490c81914084791c4c494c))
# [2.0.0-beta.196](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.195...v2.0.0-beta.196) (2022-09-20)
**Note:** Version bump only for package tiptap-demos

View File

@@ -1,12 +1,12 @@
{
"name": "tiptap-demos",
"version": "2.0.0-beta.196",
"version": "2.0.0-beta.197",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "tiptap-demos",
"version": "2.0.0-beta.196",
"version": "2.0.0-beta.197",
"dependencies": {
"@hocuspocus/provider": "^1.0.0-alpha.29",
"d3": "^7.3.0",

View File

@@ -1,6 +1,6 @@
{
"name": "tiptap-demos",
"version": "2.0.0-beta.196",
"version": "2.0.0-beta.197",
"private": true,
"scripts": {
"start": "vite --host",