Skip to content

Commit

Permalink
Version Packages (#3921)
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 Oct 13, 2023
1 parent 53ab6f6 commit cba5dea
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 22 deletions.
11 changes: 0 additions & 11 deletions .changeset/curvy-squids-reply.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

## 55.0.0

### Patch Changes

- Updated dependencies [[`53ab6f695`](https://github.com/toptal/picasso/commit/53ab6f695432a819c4cde7660f10e6e67e0f4401)]:
- @toptal/picasso@41.0.0

## 54.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": "54.0.0",
"version": "55.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": "^40.0.0",
"@toptal/picasso": "^41.0.0",
"@toptal/picasso-shared": "^13.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

## 65.0.0

### Patch Changes

- Updated dependencies [[`53ab6f695`](https://github.com/toptal/picasso/commit/53ab6f695432a819c4cde7660f10e6e67e0f4401)]:
- @toptal/picasso@41.0.0
- @toptal/picasso-rich-text-editor@9.0.0

## 64.0.2

### 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": "64.0.2",
"version": "65.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": "^40.0.0",
"@toptal/picasso": "^41.0.0",
"@toptal/picasso-shared": "^13.0.0",
"@toptal/picasso-rich-text-editor": "8.0.2",
"@toptal/picasso-rich-text-editor": "9.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": "40.0.1",
"@toptal/picasso": "41.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

## 9.0.0

### Patch Changes

- Updated dependencies [[`53ab6f695`](https://github.com/toptal/picasso/commit/53ab6f695432a819c4cde7660f10e6e67e0f4401)]:
- @toptal/picasso@41.0.0

## 8.0.2

### 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": "8.0.2",
"version": "9.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": "^40.0.0",
"@toptal/picasso": "^41.0.0",
"@toptal/picasso-shared": "^13.0.0",
"@material-ui/core": "4.12.4",
"@lexical/utils": "0.11.2",
Expand Down
14 changes: 14 additions & 0 deletions packages/picasso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 41.0.0

### Major Changes

- [#3725](https://github.com/toptal/picasso/pull/3725) [`53ab6f695`](https://github.com/toptal/picasso/commit/53ab6f695432a819c4cde7660f10e6e67e0f4401) Thanks [@alexvcasillas](https://github.com/alexvcasillas)!

### ApplicationUpdateNotification

- update the component to meet the new BASE requirements
- the component now accepts actions as a prop in order to customize it further
- the component now can justify the actions with a simple prop
- the component now can be dismissed with a simple prop that calls the onClose prop
- the component now can have description prop as a ReactNode to further extend the customization

## 40.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": "40.0.1",
"version": "41.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

## 52.0.0

### Patch Changes

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

## 51.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": "51.0.0",
"version": "52.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": "^54.0.0",
"@toptal/picasso-charts": "^55.0.0",
"typescript": "~4.7.0",
"react": ">=16.12.0 < 19.0.0"
},
Expand Down

0 comments on commit cba5dea

Please sign in to comment.