Skip to content

Commit

Permalink
Version Packages (#3661)
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 Jun 28, 2023
1 parent d4795a8 commit c427c15
Show file tree
Hide file tree
Showing 16 changed files with 69 additions and 33 deletions.
7 changes: 0 additions & 7 deletions .changeset/lemon-tigers-pull.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tender-poems-beg.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tender-poems-editor.md

This file was deleted.

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

## 50.0.0

### Patch Changes

- Updated dependencies [[`d4795a8a5`](https://github.com/toptal/picasso/commit/d4795a8a5fb9f36ae724c0cddf80822701e753cc)]:
- @toptal/picasso@36.0.0

## 49.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/picasso-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-charts",
"version": "49.0.0",
"version": "50.0.0",
"description": "Charts components of Picasso",
"author": "Toptal",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"peerDependencies": {
"typescript": "~4.7.0",
"@material-ui/core": "4.12.4",
"@toptal/picasso": "^35.0.0",
"@toptal/picasso": "^36.0.0",
"@toptal/picasso-shared": "^12.0.0",
"react": ">=16.12.0 < 19.0.0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/picasso-codemod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 5.5.0

### Minor Changes

- [#3637](https://github.com/toptal/picasso/pull/3637) [`d4795a8a5`](https://github.com/toptal/picasso/commit/d4795a8a5fb9f36ae724c0cddf80822701e753cc) Thanks [@dmaklygin](https://github.com/dmaklygin)!

---

- add codemod for replacing RichTextEditor imports

## 5.4.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.4.1",
"version": "5.5.0",
"description": "Codemod scripts for Picasso.",
"author": "Toptal",
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-codemod#readme",
Expand Down
16 changes: 16 additions & 0 deletions packages/picasso-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 58.0.0

### Major Changes

- [#3637](https://github.com/toptal/picasso/pull/3637) [`d4795a8a5`](https://github.com/toptal/picasso/commit/d4795a8a5fb9f36ae724c0cddf80822701e753cc) Thanks [@dmaklygin](https://github.com/dmaklygin)!

### RichTextEditor

- the @toptal/picasso-rich-text-editor is now considered a peer dependency for this package. This implies that users will need to install it manually. This change provides more control over the versioning of dependencies.

### Patch Changes

- Updated dependencies [[`d4795a8a5`](https://github.com/toptal/picasso/commit/d4795a8a5fb9f36ae724c0cddf80822701e753cc)]:
- @toptal/picasso@36.0.0
- @toptal/picasso-rich-text-editor@2.0.0

## 57.0.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "57.0.0",
"version": "58.0.0",
"description": "Picasso form components",
"author": "Toptal",
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-forms#readme",
Expand All @@ -23,9 +23,9 @@
"url": "https://github.com/toptal/picasso/issues"
},
"peerDependencies": {
"@toptal/picasso": "^35.0.0",
"@toptal/picasso": "^36.0.0",
"@toptal/picasso-shared": "^12.0.0",
"@toptal/picasso-rich-text-editor": "^1.0.0",
"@toptal/picasso-rich-text-editor": "^2.0.0",
"react": ">=16.12.0 < 19.0.0",
"react-dom": ">=16.12.0 < 19.0.0",
"typescript": "~4.7.0"
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": "35.3.0",
"@toptal/picasso": "36.0.0",
"storybook-readme": "^5.0.9",
"@babel/types": "^7.20.7"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/picasso-rich-text-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @toptal/picasso-rich-text-editor

## 2.0.0

### Patch Changes

- Updated dependencies [[`d4795a8a5`](https://github.com/toptal/picasso/commit/d4795a8a5fb9f36ae724c0cddf80822701e753cc)]:
- @toptal/picasso@36.0.0

## 1.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "1.0.1",
"version": "2.0.0",
"description": "Picasso rich text editor",
"author": "Toptal",
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-rich-text-editor#readme",
Expand All @@ -23,7 +23,7 @@
"url": "https://github.com/toptal/picasso/issues"
},
"peerDependencies": {
"@toptal/picasso": "^35.2.2",
"@toptal/picasso": "^36.0.0",
"@toptal/picasso-shared": "^12.0.0",
"@material-ui/core": "4.12.4",
"react": ">=16.12.0 < 19.0.0",
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.0.0

### Major Changes

- [#3637](https://github.com/toptal/picasso/pull/3637) [`d4795a8a5`](https://github.com/toptal/picasso/commit/d4795a8a5fb9f36ae724c0cddf80822701e753cc) Thanks [@dmaklygin](https://github.com/dmaklygin)!

### RichTextEditor

- remove Rich Text Editor from picasso package. Now, this is a separate package: @toptal/picasso-rich-text-editor. Use `npx @toptal/picasso-codemod v36.0.0 --run-in-band` to adopt a new RichTextEditor to `@toptal/picasso` and `@toptal/picasso-forms`

## 35.3.0

### Minor 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": "35.3.0",
"version": "36.0.0",
"description": "Toptal UI components library",
"publishConfig": {
"access": "public",
Expand Down
7 changes: 7 additions & 0 deletions packages/topkit-analytics-charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 47.0.0

### Patch Changes

- Updated dependencies []:
- @toptal/picasso-charts@50.0.0

## 46.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/topkit-analytics-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@topkit/analytics-charts",
"version": "46.0.0",
"version": "47.0.0",
"description": "Charts utilities",
"author": "Toptal",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
"url": "https://github.com/toptal/picasso/issues"
},
"peerDependencies": {
"@toptal/picasso-charts": "^49.0.0",
"@toptal/picasso-charts": "^50.0.0",
"typescript": "~4.7.0",
"react": ">=16.12.0 < 19.0.0"
},
Expand Down

0 comments on commit c427c15

Please sign in to comment.