Skip to content

Commit

Permalink
Version Packages (#3841)
Browse files Browse the repository at this point in the history
* Version Packages

* chore: update picasso-provider as a peerDep

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Augusto Moura <[email protected]>
  • Loading branch information
3 people authored and sashuk committed Sep 1, 2023
1 parent 30bcaea commit 4fea587
Show file tree
Hide file tree
Showing 16 changed files with 65 additions and 30 deletions.
7 changes: 0 additions & 7 deletions .changeset/chatty-rice-design.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/eleven-games-occur.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

## 52.0.0

### Patch Changes

- Updated dependencies [[`9a02bbdb4`](https://github.com/toptal/picasso/commit/9a02bbdb4574cbdac26a2f6e9e4cf9de65609695)]:
- @toptal/picasso@38.0.0

## 51.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": "51.0.0",
"version": "52.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": "^37.0.0",
"@toptal/picasso": "^38.0.0",
"@toptal/picasso-shared": "^12.0.0",
"react": ">=16.12.0 < 19.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/picasso-forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 61.0.0

### Patch Changes

- Updated dependencies [[`9a02bbdb4`](https://github.com/toptal/picasso/commit/9a02bbdb4574cbdac26a2f6e9e4cf9de65609695)]:
- @toptal/picasso@38.0.0
- @toptal/picasso-rich-text-editor@6.0.0

## 60.1.0

### Minor 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": "60.1.0",
"version": "61.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": "^37.0.0",
"@toptal/picasso": "^38.0.0",
"@toptal/picasso-shared": "^12.0.0",
"@toptal/picasso-rich-text-editor": "4 || 5",
"@toptal/picasso-rich-text-editor": "6.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": "37.9.0",
"@toptal/picasso": "38.0.0",
"storybook-readme": "^5.0.9",
"@babel/types": "^7.20.7"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/picasso-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 3.2.0

### Minor Changes

- [#3838](https://github.com/toptal/picasso/pull/3838) [`9a02bbdb4`](https://github.com/toptal/picasso/commit/9a02bbdb4574cbdac26a2f6e9e4cf9de65609695) Thanks [@augustobmoura](https://github.com/augustobmoura)!

### Theme

- set Tooltip's zIndex to be the same as Modal

## 3.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/picasso-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-provider",
"version": "3.1.3",
"version": "3.2.0",
"description": "Picasso provider",
"author": "Toptal",
"license": "MIT",
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

## 6.0.0

### Patch Changes

- Updated dependencies [[`9a02bbdb4`](https://github.com/toptal/picasso/commit/9a02bbdb4574cbdac26a2f6e9e4cf9de65609695)]:
- @toptal/picasso@38.0.0

## 5.0.3

### 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": "5.0.3",
"version": "6.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": "^37.3.0",
"@toptal/picasso": "^38.0.0",
"@toptal/picasso-shared": "^12.0.0",
"@material-ui/core": "4.12.4",
"@lexical/utils": "0.11.2",
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

## 38.0.0

### Major Changes

- [#3838](https://github.com/toptal/picasso/pull/3838) [`9a02bbdb4`](https://github.com/toptal/picasso/commit/9a02bbdb4574cbdac26a2f6e9e4cf9de65609695) Thanks [@augustobmoura](https://github.com/augustobmoura)!

### Dependencies

- update picasso-provider

## 37.9.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/picasso/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso",
"version": "37.9.0",
"version": "38.0.0",
"description": "Toptal UI components library",
"publishConfig": {
"access": "public",
Expand All @@ -24,7 +24,7 @@
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
"peerDependencies": {
"@material-ui/core": "4.12.4",
"@toptal/picasso-provider": "^3.0.0",
"@toptal/picasso-provider": "^3.2.0",
"notistack": "1.0.10",
"react": ">=16.12.0 < 19.0.0",
"react-dom": ">=16.12.0 < 19.0.0",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@toptal/picasso-provider": "3.1.3",
"@toptal/picasso-provider": "3.2.0",
"@types/classnames": "^2.3.1",
"@types/d3": "^7.4.0",
"@types/glider-js": "^1.7.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"peerDependencies": {
"react": ">=16.12.0 < 19.0.0",
"typescript": "~4.7.0",
"@toptal/picasso-provider": "^3.0.0",
"@toptal/picasso-provider": "^3.2.0",
"notistack": "1.0.10",
"react-dom": ">=16.12.0 < 19.0.0"
},
Expand All @@ -36,7 +36,7 @@
"devDependencies": {
"@types/classnames": "^2.3.1",
"@types/color": "^3.0.3",
"@toptal/picasso-provider": "3.1.3",
"@toptal/picasso-provider": "3.2.0",
"notistack": "1.0.10"
},
"sideEffects": [
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

## 49.0.0

### Patch Changes

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

## 48.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": "48.0.0",
"version": "49.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": "^51.0.0",
"@toptal/picasso-charts": "^52.0.0",
"typescript": "~4.7.0",
"react": ">=16.12.0 < 19.0.0"
},
Expand Down

0 comments on commit 4fea587

Please sign in to comment.