Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 17, 2023
1 parent 11d8463 commit c8fc23a
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .changeset/fresh-suns-hang.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/picasso-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 60.0.0

### Patch Changes

- Updated dependencies [[`11d846365`](https://github.com/toptal/picasso/commit/11d846365006281218dcf36a4b322618183963ff)]:
- @toptal/picasso-rich-text-editor@4.0.0

## 59.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/picasso-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-forms",
"version": "59.0.0",
"version": "60.0.0",
"description": "Picasso form components",
"author": "Toptal",
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-forms#readme",
Expand All @@ -25,7 +25,7 @@
"peerDependencies": {
"@toptal/picasso": "^37.0.0",
"@toptal/picasso-shared": "^12.0.0",
"@toptal/picasso-rich-text-editor": "^3.0.0",
"@toptal/picasso-rich-text-editor": "^4.0.0",
"react": ">=16.12.0 < 19.0.0",
"react-dom": ">=16.12.0 < 19.0.0",
"typescript": "~4.7.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/picasso-rich-text-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @toptal/picasso-rich-text-editor

## 4.0.0

### Major Changes

- [#3723](https://github.com/toptal/picasso/pull/3723) [`11d846365`](https://github.com/toptal/picasso/commit/11d846365006281218dcf36a4b322618183963ff) Thanks [@TomasSlama](https://github.com/TomasSlama)!

### RichText

- add support for images ([example](https://picasso.toptal.net/?path=/story/forms-richtexteditor--richtexteditor#image-upload))
- update peer dependency of Picasso to `37.1.0` (BREAKING CHANGE)

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/picasso-rich-text-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-rich-text-editor",
"version": "3.1.0",
"version": "4.0.0",
"description": "Picasso rich text editor",
"author": "Toptal",
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-rich-text-editor#readme",
Expand Down

0 comments on commit c8fc23a

Please sign in to comment.