Skip to content

Commit

Permalink
Version Packages (#4532)
Browse files Browse the repository at this point in the history
  • Loading branch information
toptal-build authored Sep 6, 2024
1 parent 8a29ff0 commit 35a2b11
Show file tree
Hide file tree
Showing 12 changed files with 56 additions and 18 deletions.
8 changes: 0 additions & 8 deletions .changeset/quiet-coins-switch.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/base/List/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @toptal/picasso-list

## 5.0.0

### Major Changes

- [#4530](https://github.com/toptal/picasso/pull/4530) [`8a29ff0`](https://github.com/toptal/picasso/commit/8a29ff092ed06d4b2fbaf0b4d1ad98eeebea3c43) Thanks [@sashuk](https://github.com/sashuk)!

### ListItem

- breaking change: `icon` property no longer exists. If your project uses it, please contact the BASE Team to confirm that it should be added to the component.

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/base/List/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-list",
"version": "4.0.0",
"version": "5.0.0",
"description": "Toptal UI components library - List",
"publishConfig": {
"access": "public"
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

## 72.0.1

### Patch Changes

- Updated dependencies []:
- @toptal/picasso-rich-text-editor@16.0.1

## 72.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 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": "72.0.0",
"version": "72.0.1",
"description": "Picasso form components",
"author": "Toptal",
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-forms#readme",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@toptal/picasso-select": "3.0.3",
"@toptal/picasso-avatar-upload": "3.0.3",
"@toptal/picasso-date-picker": "2.0.16",
"@toptal/picasso-rich-text-editor": "16.0.0",
"@toptal/picasso-rich-text-editor": "16.0.1",
"@toptal/picasso-utils": "1.0.3",
"@toptal/picasso-notification": "4.0.1",
"classnames": "^2.5.1",
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 @@ -27,7 +27,7 @@
"typescript": "~4.7.0"
},
"devDependencies": {
"@toptal/picasso": "49.0.0",
"@toptal/picasso": "50.0.0",
"@babel/types": "^7.20.7"
},
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/picasso-query-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @toptal/picasso-query-builder

## 7.2.6

### Patch Changes

- Updated dependencies [[`8a29ff0`](https://github.com/toptal/picasso/commit/8a29ff092ed06d4b2fbaf0b4d1ad98eeebea3c43)]:
- @toptal/picasso-list@5.0.0

## 7.2.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/picasso-query-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-query-builder",
"version": "7.2.5",
"version": "7.2.6",
"description": "Picasso query builder",
"author": "Toptal",
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-query-builder#readme",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@toptal/picasso-tooltip": "1.1.5",
"@toptal/picasso-tagselector": "2.0.18",
"@toptal/picasso-input": "3.0.14",
"@toptal/picasso-list": "4.0.0",
"@toptal/picasso-list": "5.0.0",
"@toptal/picasso-loader": "3.0.0",
"@toptal/picasso-number-input": "3.0.1",
"@toptal/picasso-prompt-modal": "2.0.12",
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

## 16.0.1

### Patch Changes

- Updated dependencies [[`8a29ff0`](https://github.com/toptal/picasso/commit/8a29ff092ed06d4b2fbaf0b4d1ad98eeebea3c43)]:
- @toptal/picasso-list@5.0.0

## 16.0.0

### Major 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": "16.0.0",
"version": "16.0.1",
"description": "Picasso rich text editor",
"author": "Toptal",
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-rich-text-editor#readme",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@toptal/picasso-file-input": "3.0.0",
"@toptal/picasso-image": "3.0.0",
"@toptal/picasso-outlined-input": "3.0.1",
"@toptal/picasso-list": "4.0.0",
"@toptal/picasso-list": "5.0.0",
"@toptal/picasso-link": "3.0.0",
"@toptal/picasso-select": "3.0.3",
"@toptal/picasso-input-adornment": "3.0.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/picasso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 50.0.0

### Major Changes

- [#4530](https://github.com/toptal/picasso/pull/4530) [`8a29ff0`](https://github.com/toptal/picasso/commit/8a29ff092ed06d4b2fbaf0b4d1ad98eeebea3c43) Thanks [@sashuk](https://github.com/sashuk)!

### ListItem

- breaking change: `icon` property no longer exists. If your project uses it, please contact the BASE Team to confirm that it should be added to the component.

### Patch Changes

- Updated dependencies [[`8a29ff0`](https://github.com/toptal/picasso/commit/8a29ff092ed06d4b2fbaf0b4d1ad98eeebea3c43)]:
- @toptal/[email protected]

## 49.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/picasso/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso",
"version": "49.0.0",
"version": "50.0.0",
"description": "Toptal UI components library",
"main": "dist-package/src/index.js",
"module": "dist-package/src/index.js",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@toptal/picasso-image": "3.0.0",
"@toptal/picasso-input-adornment": "3.0.0",
"@toptal/picasso-link": "3.0.0",
"@toptal/picasso-list": "4.0.0",
"@toptal/picasso-list": "5.0.0",
"@toptal/picasso-loader": "3.0.0",
"@toptal/picasso-logo": "2.0.0",
"@toptal/picasso-menu": "3.0.2",
Expand Down

0 comments on commit 35a2b11

Please sign in to comment.