Skip to content

Commit 428061c

Browse files
Version Packages (#4724)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6b41628 commit 428061c

File tree

6 files changed

+18
-9
lines changed

6 files changed

+18
-9
lines changed

.changeset/gold-lies-beam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/base/Page/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @toptal/picasso-page
22

3+
## 5.3.0
4+
5+
### Minor Changes
6+
7+
- [#4714](https://github.com/toptal/picasso/pull/4714) [`6b41628`](https://github.com/toptal/picasso/commit/6b41628fd589efbb54edcdc05c0cd7efac4a4732) Thanks [@tmatijev](https://github.com/tmatijev)!
8+
- migrate sidebar logo to the Tailwind
9+
310
## 5.2.3
411

512
### Patch Changes

packages/base/Page/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toptal/picasso-page",
3-
"version": "5.2.3",
3+
"version": "5.3.0",
44
"description": "Toptal UI components library - Page",
55
"publishConfig": {
66
"access": "public"

packages/picasso-pictograms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"typescript": "~4.7.0"
2828
},
2929
"devDependencies": {
30-
"@toptal/picasso": "53.0.24",
30+
"@toptal/picasso": "53.0.25",
3131
"@babel/types": "^7.26.8"
3232
},
3333
"sideEffects": false,

packages/picasso/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 53.0.25
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6b41628`](https://github.com/toptal/picasso/commit/6b41628fd589efbb54edcdc05c0cd7efac4a4732)]:
8+
9+
310
## 53.0.24
411

512
### Patch Changes

packages/picasso/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toptal/picasso",
3-
"version": "53.0.24",
3+
"version": "53.0.25",
44
"description": "Toptal UI components library",
55
"main": "dist-package/src/index.js",
66
"module": "dist-package/src/index.js",
@@ -74,7 +74,7 @@
7474
"@toptal/picasso-notification": "4.0.18",
7575
"@toptal/picasso-number-input": "4.1.1",
7676
"@toptal/picasso-overview-block": "4.0.3",
77-
"@toptal/picasso-page": "5.2.3",
77+
"@toptal/picasso-page": "5.3.0",
7878
"@toptal/picasso-pagination": "4.0.19",
7979
"@toptal/picasso-paper": "4.0.2",
8080
"@toptal/picasso-password-input": "5.0.17",

0 commit comments

Comments
 (0)