Skip to content

Commit

Permalink
Version Packages (#4516)
Browse files Browse the repository at this point in the history
  • Loading branch information
toptal-build authored Aug 30, 2024
1 parent 17a4b55 commit dab9bf8
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 15 deletions.
9 changes: 0 additions & 9 deletions .changeset/moody-buckets-nail.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/base/Rating/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @toptal/picasso-rating

## 3.0.0

### Major Changes

- [#4512](https://github.com/toptal/picasso/pull/4512) [`17a4b55`](https://github.com/toptal/picasso/commit/17a4b5532bf013071119429711dad21ddc66645d) Thanks [@AdrianContiu](https://github.com/AdrianContiu)!

### Rating

- migrate to TailwindCSS, material-ui@4 is no longer required for this package
- make @toptal/picasso-tailwind-merge a peer dependency

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/base/Rating/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-rating",
"version": "2.0.2",
"version": "3.0.0",
"description": "Toptal UI components library - Rating",
"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.27

### Patch Changes

- Updated dependencies [[`17a4b55`](https://github.com/toptal/picasso/commit/17a4b5532bf013071119429711dad21ddc66645d)]:
- @toptal/picasso-rating@3.0.0

## 71.0.26

### 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.26",
"version": "71.0.27",
"description": "Picasso form components",
"author": "Toptal",
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-forms#readme",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@toptal/picasso-button": "4.0.1",
"@toptal/picasso-password-input": "4.0.1",
"@toptal/picasso-radio": "4.0.0",
"@toptal/picasso-rating": "2.0.2",
"@toptal/picasso-rating": "3.0.0",
"@toptal/picasso-icons": "1.6.0",
"@toptal/picasso-form": "5.0.0",
"@toptal/picasso-file-input": "2.0.13",
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.22",
"@toptal/picasso": "48.1.23",
"@babel/types": "^7.20.7"
},
"sideEffects": false,
Expand Down
13 changes: 13 additions & 0 deletions packages/picasso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 48.1.23

### Patch Changes

- [#4512](https://github.com/toptal/picasso/pull/4512) [`17a4b55`](https://github.com/toptal/picasso/commit/17a4b5532bf013071119429711dad21ddc66645d) Thanks [@AdrianContiu](https://github.com/AdrianContiu)!

### Rating

- migrate to TailwindCSS, material-ui@4 is no longer required for this package
- make @toptal/picasso-tailwind-merge a peer dependency
- Updated dependencies [[`17a4b55`](https://github.com/toptal/picasso/commit/17a4b5532bf013071119429711dad21ddc66645d)]:
- @toptal/[email protected]

## 48.1.22

### 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.22",
"version": "48.1.23",
"description": "Toptal UI components library",
"main": "dist-package/src/index.js",
"module": "dist-package/src/index.js",
Expand Down Expand Up @@ -81,7 +81,7 @@
"@toptal/picasso-prompt-modal": "2.0.12",
"@toptal/picasso-quote": "2.0.2",
"@toptal/picasso-radio": "4.0.0",
"@toptal/picasso-rating": "2.0.2",
"@toptal/picasso-rating": "3.0.0",
"@toptal/picasso-section": "5.0.1",
"@toptal/picasso-select": "3.0.3",
"@toptal/picasso-shared": "15.0.0",
Expand Down

0 comments on commit dab9bf8

Please sign in to comment.