Skip to content

Commit

Permalink
Version Packages (#4681)
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 7447748 commit a6c8f43
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/lazy-radios-train.md

This file was deleted.

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

## 3.0.19

### Patch Changes

- [#4677](https://github.com/toptal/picasso/pull/4677) [`7447748`](https://github.com/toptal/picasso/commit/74477483a287d27229c12a8e8788381955155dc3) Thanks [@denieler](https://github.com/denieler)!

---

- make padding of the last Table Cell smaller and equal to the left padding of the first cell/column.

## 3.0.18

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/base/Table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-table",
"version": "3.0.18",
"version": "3.0.19",
"description": "Toptal UI components library - Table",
"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.16",
"@toptal/picasso": "53.0.17",
"@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.17

### Patch Changes

- Updated dependencies [[`7447748`](https://github.com/toptal/picasso/commit/74477483a287d27229c12a8e8788381955155dc3)]:
- @toptal/picasso-table@3.0.19

## 53.0.16

### 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.16",
"version": "53.0.17",
"description": "Toptal UI components library",
"main": "dist-package/src/index.js",
"module": "dist-package/src/index.js",
Expand Down Expand Up @@ -90,7 +90,7 @@
"@toptal/picasso-slider": "4.0.3",
"@toptal/picasso-step": "4.0.7",
"@toptal/picasso-switch": "4.0.8",
"@toptal/picasso-table": "3.0.18",
"@toptal/picasso-table": "3.0.19",
"@toptal/picasso-tabs": "5.0.12",
"@toptal/picasso-tag": "4.0.8",
"@toptal/picasso-tagselector": "3.1.19",
Expand Down

0 comments on commit a6c8f43

Please sign in to comment.