v2.0.0-beta.194

This commit is contained in:
Dominik Biedebach
2022-09-11 11:11:52 +02:00
parent 56c138671b
commit 009f79991d
110 changed files with 671 additions and 240 deletions

View File

@@ -3,6 +3,14 @@
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.194](https://github.com/ueberdosis/tiptap/compare/v2.0.0-beta.193...v2.0.0-beta.194) (2022-09-11)
**Note:** Version bump only for package tiptap-demos
# [2.0.0-beta.193](https://github.com/ueberdosis/tiptap/compare/v0.1.2...v2.0.0-beta.193) (2022-09-10)

View File

@@ -1,12 +1,12 @@
{
"name": "tiptap-demos",
"version": "2.0.0-beta.193",
"version": "2.0.0-beta.194",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "tiptap-demos",
"version": "2.0.0-beta.193",
"version": "2.0.0-beta.194",
"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.193",
"version": "2.0.0-beta.194",
"private": true,
"scripts": {
"start": "vite --host",