Skip to content

Commit

Permalink
Version Packages (#4658)
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 5, 2025
1 parent c1a7cbb commit a781f11
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/perfect-dolls-march.md

This file was deleted.

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

## 4.1.0

### Minor Changes

- [#4645](https://github.com/toptal/picasso/pull/4645) [`c1a7cbb`](https://github.com/toptal/picasso/commit/c1a7cbb9592cc7f27e4d9bcbb3e85e550bb4cabc) Thanks [@diogolessa](https://github.com/diogolessa)!
- support custom `endAdornment` in NumberInput

## 4.0.20

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

### Patch Changes

- Updated dependencies [[`c1a7cbb`](https://github.com/toptal/picasso/commit/c1a7cbb9592cc7f27e4d9bcbb3e85e550bb4cabc)]:
- @toptal/picasso-number-input@4.1.0

## 73.0.25

### 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.25",
"version": "73.0.26",
"description": "Picasso form components",
"author": "Toptal",
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-forms#readme",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@toptal/picasso-file-input": "4.0.15",
"@toptal/picasso-checkbox": "5.0.9",
"@toptal/picasso-outlined-input": "4.0.16",
"@toptal/picasso-number-input": "4.0.20",
"@toptal/picasso-number-input": "4.1.0",
"@toptal/picasso-switch": "4.0.8",
"@toptal/picasso-tagselector": "3.1.18",
"@toptal/picasso-timepicker": "4.0.17",
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.10",
"@toptal/picasso": "53.0.11",
"@babel/types": "^7.20.7"
},
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/picasso-query-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @toptal/picasso-query-builder

## 8.0.13

### Patch Changes

- Updated dependencies [[`c1a7cbb`](https://github.com/toptal/picasso/commit/c1a7cbb9592cc7f27e4d9bcbb3e85e550bb4cabc)]:
- @toptal/picasso-number-input@4.1.0

## 8.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/picasso-query-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-query-builder",
"version": "8.0.12",
"version": "8.0.13",
"description": "Picasso query builder",
"author": "Toptal",
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-query-builder#readme",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@toptal/picasso-input": "4.0.16",
"@toptal/picasso-list": "5.0.8",
"@toptal/picasso-loader": "3.0.2",
"@toptal/picasso-number-input": "4.0.20",
"@toptal/picasso-number-input": "4.1.0",
"@toptal/picasso-prompt-modal": "2.0.28",
"@toptal/picasso-notification": "4.0.17",
"@toptal/picasso-utils": "3.0.0",
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.11

### Patch Changes

- Updated dependencies [[`c1a7cbb`](https://github.com/toptal/picasso/commit/c1a7cbb9592cc7f27e4d9bcbb3e85e550bb4cabc)]:
- @toptal/picasso-number-input@4.1.0

## 53.0.10

### 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.10",
"version": "53.0.11",
"description": "Toptal UI components library",
"main": "dist-package/src/index.js",
"module": "dist-package/src/index.js",
Expand Down Expand Up @@ -72,7 +72,7 @@
"@toptal/picasso-modal": "3.0.28",
"@toptal/picasso-note": "4.0.3",
"@toptal/picasso-notification": "4.0.17",
"@toptal/picasso-number-input": "4.0.20",
"@toptal/picasso-number-input": "4.1.0",
"@toptal/picasso-overview-block": "4.0.3",
"@toptal/picasso-page": "5.1.18",
"@toptal/picasso-pagination": "4.0.17",
Expand Down

0 comments on commit a781f11

Please sign in to comment.