Skip to content

Commit

Permalink
[release] Version: 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HoHieuLuc committed Mar 2, 2024
1 parent a1696e4 commit dae11f1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# docs

## 1.0.11

### Patch Changes

- Updated dependencies
- tiptap-extension-resizable-image@1.0.3

## 1.0.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.0.10",
"version": "1.0.11",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
Expand Down
7 changes: 7 additions & 0 deletions packages/tiptap-resizable-image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# tiptap-extension-resizable-image

## 1.0.3

### Patch Changes

- Fix caption line breaks not working correctly
- Prevent caption from overflowing outside of image

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tiptap-resizable-image/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tiptap-extension-resizable-image",
"description": "Resizable image extension for Tiptap",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"author": "HoHieuLuc <luchohieu@gmail.com>",
"homepage": "https://tiptap-resizable-image.vercel.app",
Expand Down

0 comments on commit dae11f1

Please sign in to comment.