From 20a9f57e16a7b8f4ec596081918c068590b9ebcb Mon Sep 17 00:00:00 2001 From: Doist Bot Date: Mon, 2 Dec 2024 12:13:13 +0000 Subject: [PATCH] chore(release): 7.0.3 [skip ci] ## [7.0.3](https://github.com/Doist/typist/compare/v7.0.2...v7.0.3) (2024-12-02) ### Bug Fixes * **deps:** update tiptap packages to v2.10.3 ([#920](https://github.com/Doist/typist/issues/920)) ([0328b9d](https://github.com/Doist/typist/commit/0328b9d38977385f5f49f2461a1430e955f97b55)) --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6bffb2..f3591434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.0.3](https://github.com/Doist/typist/compare/v7.0.2...v7.0.3) (2024-12-02) + +### Bug Fixes + +- **deps:** update tiptap packages to v2.10.3 ([#920](https://github.com/Doist/typist/issues/920)) ([0328b9d](https://github.com/Doist/typist/commit/0328b9d38977385f5f49f2461a1430e955f97b55)) + ## [7.0.2](https://github.com/Doist/typist/compare/v7.0.1...v7.0.2) (2024-09-30) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 9c1ee135..726b2dbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/typist", - "version": "7.0.2", + "version": "7.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@doist/typist", - "version": "7.0.2", + "version": "7.0.3", "license": "MIT", "dependencies": { "@tiptap/core": "2.10.3", diff --git a/package.json b/package.json index 774cf4a5..dee4726e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@doist/typist", "description": "The mighty Tiptap-based rich-text editor React component that powers Doist products.", - "version": "7.0.2", + "version": "7.0.3", "license": "MIT", "homepage": "https://typist.doist.dev/", "repository": "https://github.com/Doist/typist",