Skip to content

Commit

Permalink
Version Packages (#4505)
Browse files Browse the repository at this point in the history
  • Loading branch information
toptal-build authored Aug 26, 2024
1 parent 1f9def0 commit 727f125
Show file tree
Hide file tree
Showing 12 changed files with 51 additions and 18 deletions.
8 changes: 0 additions & 8 deletions .changeset/light-eels-deny.md

This file was deleted.

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

## 4.0.0

### Major Changes

- [#4497](https://github.com/toptal/picasso/pull/4497) [`1f9def0`](https://github.com/toptal/picasso/commit/1f9def0a6f588d9e96eab0bb4829c6165c04f830) Thanks [@ruslan-sed](https://github.com/ruslan-sed)!
- migrate `List` and `ListItem` to TailwindCSS
- add `@toptal/picasso-tailwind-merge` as a peer dependency
- remove `material-ui/core` from peer dependencies

## 3.0.2

### Patch 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": "3.0.2",
"version": "4.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

## 71.0.23

### Patch Changes

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

## 71.0.22

### Patch 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": "71.0.22",
"version": "71.0.23",
"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.0",
"@toptal/picasso-avatar-upload": "3.0.0",
"@toptal/picasso-date-picker": "2.0.15",
"@toptal/picasso-rich-text-editor": "15.0.0",
"@toptal/picasso-rich-text-editor": "15.0.1",
"@toptal/picasso-utils": "1.0.3",
"@toptal/picasso-notification": "4.0.0",
"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": "48.1.18",
"@toptal/picasso": "48.1.19",
"@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.2

### Patch Changes

- Updated dependencies [[`1f9def0`](https://github.com/toptal/picasso/commit/1f9def0a6f588d9e96eab0bb4829c6165c04f830)]:
- @toptal/picasso-list@4.0.0

## 7.2.1

### 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.1",
"version": "7.2.2",
"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.15",
"@toptal/picasso-input": "3.0.13",
"@toptal/picasso-list": "3.0.2",
"@toptal/picasso-list": "4.0.0",
"@toptal/picasso-loader": "3.0.0",
"@toptal/picasso-number-input": "3.0.0",
"@toptal/picasso-prompt-modal": "2.0.11",
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

## 15.0.1

### Patch Changes

- Updated dependencies [[`1f9def0`](https://github.com/toptal/picasso/commit/1f9def0a6f588d9e96eab0bb4829c6165c04f830)]:
- @toptal/picasso-list@4.0.0

## 15.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": "15.0.0",
"version": "15.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": "2.0.12",
"@toptal/picasso-image": "3.0.0",
"@toptal/picasso-outlined-input": "3.0.0",
"@toptal/picasso-list": "3.0.2",
"@toptal/picasso-list": "4.0.0",
"@toptal/picasso-link": "3.0.0",
"@toptal/picasso-select": "3.0.0",
"@toptal/picasso-input-adornment": "3.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/picasso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 48.1.19

### Patch Changes

- [#4497](https://github.com/toptal/picasso/pull/4497) [`1f9def0`](https://github.com/toptal/picasso/commit/1f9def0a6f588d9e96eab0bb4829c6165c04f830) Thanks [@ruslan-sed](https://github.com/ruslan-sed)!
- migrate `List` and `ListItem` to TailwindCSS
- add `@toptal/picasso-tailwind-merge` as a peer dependency
- remove `material-ui/core` from peer dependencies
- Updated dependencies [[`1f9def0`](https://github.com/toptal/picasso/commit/1f9def0a6f588d9e96eab0bb4829c6165c04f830)]:
- @toptal/picasso-list@4.0.0

## 48.1.18

### Patch 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": "48.1.18",
"version": "48.1.19",
"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": "3.0.2",
"@toptal/picasso-list": "4.0.0",
"@toptal/picasso-loader": "3.0.0",
"@toptal/picasso-logo": "1.0.9",
"@toptal/picasso-menu": "3.0.0",
Expand Down

0 comments on commit 727f125

Please sign in to comment.