Skip to content

Commit

Permalink
Version Packages (#4655)
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 Jan 30, 2025
1 parent cf69d42 commit be59400
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/purple-beans-help.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/base/Timepicker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @toptal/picasso-timepicker

## 4.0.17

### Patch Changes

- [#4653](https://github.com/toptal/picasso/pull/4653) [`cf69d42`](https://github.com/toptal/picasso/commit/cf69d4231e4ac6e53b9c31d62ca134d9472b33a0) Thanks [@hweeTan](https://github.com/hweeTan)!
- fix size prop

## 4.0.16

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

## 73.0.25

### Patch Changes

- Updated dependencies [[`cf69d42`](https://github.com/toptal/picasso/commit/cf69d4231e4ac6e53b9c31d62ca134d9472b33a0)]:
- @toptal/picasso-timepicker@4.0.17

## 73.0.24

### 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": "73.0.24",
"version": "73.0.25",
"description": "Picasso form components",
"author": "Toptal",
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-forms#readme",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@toptal/picasso-number-input": "4.0.20",
"@toptal/picasso-switch": "4.0.8",
"@toptal/picasso-tagselector": "3.1.18",
"@toptal/picasso-timepicker": "4.0.16",
"@toptal/picasso-timepicker": "4.0.17",
"@toptal/picasso-autocomplete": "5.0.18",
"@toptal/picasso-select": "4.0.16",
"@toptal/picasso-avatar-upload": "3.0.20",
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.9",
"@toptal/picasso": "53.0.10",
"@babel/types": "^7.20.7"
},
"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.10

### Patch Changes

- Updated dependencies [[`cf69d42`](https://github.com/toptal/picasso/commit/cf69d4231e4ac6e53b9c31d62ca134d9472b33a0)]:
- @toptal/picasso-timepicker@4.0.17

## 53.0.9

### 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.9",
"version": "53.0.10",
"description": "Toptal UI components library",
"main": "dist-package/src/index.js",
"module": "dist-package/src/index.js",
Expand Down Expand Up @@ -95,7 +95,7 @@
"@toptal/picasso-tag": "4.0.8",
"@toptal/picasso-tagselector": "3.1.18",
"@toptal/picasso-timeline": "5.0.3",
"@toptal/picasso-timepicker": "4.0.16",
"@toptal/picasso-timepicker": "4.0.17",
"@toptal/picasso-tooltip": "2.0.1",
"@toptal/picasso-tree-view": "3.0.29",
"@toptal/picasso-typography": "4.0.2",
Expand Down

0 comments on commit be59400

Please sign in to comment.