Skip to content

Commit

Permalink
Version Packages (#3722)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
toptal-build and github-actions[bot] authored Jul 14, 2023
1 parent f3b2622 commit bbb7fb4
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 24 deletions.
7 changes: 0 additions & 7 deletions .changeset/fifty-pugs-travel.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/good-actors-glow.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tender-kangaroos-shout.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/picasso-pictograms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react": ">=16.12.0 < 19.0.0"
},
"devDependencies": {
"@toptal/picasso": "37.0.1",
"@toptal/picasso": "37.1.0",
"storybook-readme": "^5.0.9",
"@babel/types": "^7.20.7"
},
Expand Down
18 changes: 18 additions & 0 deletions packages/picasso-rich-text-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @toptal/picasso-rich-text-editor

## 3.1.0

### Minor Changes

- [#3708](https://github.com/toptal/picasso/pull/3708) [`f3b2622cd`](https://github.com/toptal/picasso/commit/f3b2622cd7f6ad8cdf53cec3b0dae1b9222558a0) Thanks [@augustobmoura](https://github.com/augustobmoura)!

### EmojiPlugin

- implement emoji plugin as a component

### Patch Changes

- [#3708](https://github.com/toptal/picasso/pull/3708) [`f3b2622cd`](https://github.com/toptal/picasso/commit/f3b2622cd7f6ad8cdf53cec3b0dae1b9222558a0) Thanks [@augustobmoura](https://github.com/augustobmoura)!

### RichTextEditorToolbar

- add groups for component plugins using the Toolbar portal automatically

## 3.0.0

### Patch 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.0.0",
"version": "3.1.0",
"description": "Picasso rich text editor",
"author": "Toptal",
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-rich-text-editor#readme",
Expand Down
10 changes: 10 additions & 0 deletions packages/picasso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 37.1.0

### Minor Changes

- [#3708](https://github.com/toptal/picasso/pull/3708) [`f3b2622cd`](https://github.com/toptal/picasso/commit/f3b2622cd7f6ad8cdf53cec3b0dae1b9222558a0) Thanks [@augustobmoura](https://github.com/augustobmoura)!

### utils

- add utility for forwarding a ref to multiple holders

## 37.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/picasso/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso",
"version": "37.0.1",
"version": "37.1.0",
"description": "Toptal UI components library",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit bbb7fb4

Please sign in to comment.