Skip to content

Commit

Permalink
Version Packages (#4607)
Browse files Browse the repository at this point in the history
  • Loading branch information
toptal-build authored Oct 18, 2024
1 parent 2c4c584 commit 0d79724
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .changeset/brave-games-explode.md

This file was deleted.

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

## 4.0.14

### Patch Changes

- [#4606](https://github.com/toptal/picasso/pull/4606) [`2c4c584`](https://github.com/toptal/picasso/commit/2c4c584c72a093ec1b778961d28864ef6fbf5c4d) Thanks [@sashuk](https://github.com/sashuk)!

### NumberInput

- disable value change on mouse wheel (to enable the behavior, use `enableMouseWheelChange` prop)

## 4.0.13

### 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.13",
"version": "4.0.14",
"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.17

### Patch Changes

- Updated dependencies [[`2c4c584`](https://github.com/toptal/picasso/commit/2c4c584c72a093ec1b778961d28864ef6fbf5c4d)]:
- @toptal/picasso-number-input@4.0.14

## 73.0.16

### 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.16",
"version": "73.0.17",
"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.12",
"@toptal/picasso-checkbox": "5.0.6",
"@toptal/picasso-outlined-input": "4.0.12",
"@toptal/picasso-number-input": "4.0.13",
"@toptal/picasso-number-input": "4.0.14",
"@toptal/picasso-switch": "4.0.5",
"@toptal/picasso-tagselector": "3.1.14",
"@toptal/picasso-timepicker": "4.0.12",
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.1",
"@toptal/picasso": "53.0.2",
"@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.6

### Patch Changes

- Updated dependencies [[`2c4c584`](https://github.com/toptal/picasso/commit/2c4c584c72a093ec1b778961d28864ef6fbf5c4d)]:
- @toptal/picasso-number-input@4.0.14

## 8.0.5

### 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.5",
"version": "8.0.6",
"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.12",
"@toptal/picasso-list": "5.0.5",
"@toptal/picasso-loader": "3.0.2",
"@toptal/picasso-number-input": "4.0.13",
"@toptal/picasso-number-input": "4.0.14",
"@toptal/picasso-prompt-modal": "2.0.25",
"@toptal/picasso-notification": "4.0.14",
"@toptal/picasso-utils": "3.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/picasso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 53.0.2

### Patch Changes

- [#4606](https://github.com/toptal/picasso/pull/4606) [`2c4c584`](https://github.com/toptal/picasso/commit/2c4c584c72a093ec1b778961d28864ef6fbf5c4d) Thanks [@sashuk](https://github.com/sashuk)!

### NumberInput

- disable value change on mouse wheel (to enable the behavior, use `enableMouseWheelChange` prop)
- Updated dependencies [[`2c4c584`](https://github.com/toptal/picasso/commit/2c4c584c72a093ec1b778961d28864ef6fbf5c4d)]:
- @toptal/[email protected]

## 53.0.1

### 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.1",
"version": "53.0.2",
"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.25",
"@toptal/picasso-note": "4.0.3",
"@toptal/picasso-notification": "4.0.14",
"@toptal/picasso-number-input": "4.0.13",
"@toptal/picasso-number-input": "4.0.14",
"@toptal/picasso-overview-block": "4.0.3",
"@toptal/picasso-page": "5.1.14",
"@toptal/picasso-pagination": "4.0.14",
Expand Down

0 comments on commit 0d79724

Please sign in to comment.