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 6, 2023
1 parent e122dee commit d905326
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/honest-windows-dream.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hungry-rice-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-taxis-sell.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/perfect-spies-clean.md

This file was deleted.

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

## 5.5.2

### Patch Changes

- [#3607](https://github.com/toptal/picasso/pull/3607) [`e122dee5d`](https://github.com/toptal/picasso/commit/e122dee5d7ec036d3c24234075ac339ea16d469b) Thanks [@dmaklygin](https://github.com/dmaklygin)!
- update version of rich text editor

## 5.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/picasso-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-codemod",
"version": "5.5.1",
"version": "5.5.2",
"description": "Codemod scripts for Picasso.",
"author": "Toptal",
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-codemod#readme",
Expand Down
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

## 58.0.1

### Patch Changes

- [#3607](https://github.com/toptal/picasso/pull/3607) [`e122dee5d`](https://github.com/toptal/picasso/commit/e122dee5d7ec036d3c24234075ac339ea16d469b) Thanks [@dmaklygin](https://github.com/dmaklygin)!
- adjust forms to support new Lexical-based Rich Text Editor

## 58.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/picasso-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-forms",
"version": "58.0.0",
"version": "58.0.1",
"description": "Picasso form components",
"author": "Toptal",
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-forms#readme",
Expand Down
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": "36.0.0",
"@toptal/picasso": "36.1.0",
"storybook-readme": "^5.0.9",
"@babel/types": "^7.20.7"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/picasso-rich-text-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @toptal/picasso-rich-text-editor

## 2.1.0

### Minor Changes

- [#3607](https://github.com/toptal/picasso/pull/3607) [`e122dee5d`](https://github.com/toptal/picasso/commit/e122dee5d7ec036d3c24234075ac339ea16d469b) Thanks [@dmaklygin](https://github.com/dmaklygin)!
- replace Quill with Lexical editor (no existing API changes)
- add new plugin API

## 2.0.1

### 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": "2.0.1",
"version": "2.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

## 36.1.0

### Minor Changes

- [#3607](https://github.com/toptal/picasso/pull/3607) [`bb53892da`](https://github.com/toptal/picasso/commit/bb53892da329a8de9e300ffe53063b81971a4d17) Thanks [@dmaklygin](https://github.com/dmaklygin)!

### List

- add appropriate list item types for nested lists

## 36.0.0

### Major 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": "36.0.0",
"version": "36.1.0",
"description": "Toptal UI components library",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit d905326

Please sign in to comment.