Skip to content

Commit

Permalink
Version Packages (#4679)
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 Feb 24, 2025
1 parent 41dce38 commit 34e897a
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/tall-boxes-matter.md

This file was deleted.

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

## 5.1.0

### Minor Changes

- [#4678](https://github.com/toptal/picasso/pull/4678) [`41dce38`](https://github.com/toptal/picasso/commit/41dce38c2790ab7642f984024335802c2e0c8965) Thanks [@sashuk](https://github.com/sashuk)!

### Section

- add controlled component behavior support

## 5.0.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/base/Section/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-section",
"version": "5.0.18",
"version": "5.1.0",
"description": "Toptal UI components library - Section",
"publishConfig": {
"access": "public"
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": "53.0.15",
"@toptal/picasso": "53.0.16",
"@babel/types": "^7.26.8"
},
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/picasso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 53.0.16

### Patch Changes

- Updated dependencies [[`41dce38`](https://github.com/toptal/picasso/commit/41dce38c2790ab7642f984024335802c2e0c8965)]:
- @toptal/[email protected]

## 53.0.15

### 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": "53.0.15",
"version": "53.0.16",
"description": "Toptal UI components library",
"main": "dist-package/src/index.js",
"module": "dist-package/src/index.js",
Expand Down Expand Up @@ -82,7 +82,7 @@
"@toptal/picasso-quote": "2.0.5",
"@toptal/picasso-radio": "5.0.9",
"@toptal/picasso-rating": "3.0.8",
"@toptal/picasso-section": "5.0.18",
"@toptal/picasso-section": "5.1.0",
"@toptal/picasso-select": "4.0.17",
"@toptal/picasso-shared": "15.0.0",
"@toptal/picasso-show-more": "2.0.17",
Expand Down

0 comments on commit 34e897a

Please sign in to comment.