Skip to content

Commit

Permalink
[release] Version: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HoHieuLuc committed Dec 9, 2023
1 parent 9384b8a commit 42c0a82
Show file tree
Hide file tree
Showing 4 changed files with 15 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.4

### Patch Changes

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

## 1.0.3

### 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.3",
"version": "1.0.4",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
Expand Down
6 changes: 6 additions & 0 deletions packages/tiptap-resizable-image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# tiptap-resizable-image

## 0.2.0

### Minor Changes

- Fix maxWidth not working correctly

## 0.1.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": "0.1.2",
"version": "0.2.0",
"license": "MIT",
"author": "HoHieuLuc <luchohieu@gmail.com>",
"homepage": "https://tiptap-resizable-image.vercel.app",
Expand Down

0 comments on commit 42c0a82

Please sign in to comment.