Skip to content

Commit

Permalink
Version Packages (#4605)
Browse files Browse the repository at this point in the history
  • Loading branch information
toptal-build authored Oct 15, 2024
1 parent 1ba3f82 commit 04730ab
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .changeset/fifty-icons-know.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.13

### Patch Changes

- [#4604](https://github.com/toptal/picasso/pull/4604) [`1ba3f82`](https://github.com/toptal/picasso/commit/1ba3f82802f018025ef899746a7914c5777354d2) Thanks [@sashuk](https://github.com/sashuk)!

### NumberInput

- restore `type=button` in number input controls

## 4.0.12

### 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.12",
"version": "4.0.13",
"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.16

### Patch Changes

- Updated dependencies [[`1ba3f82`](https://github.com/toptal/picasso/commit/1ba3f82802f018025ef899746a7914c5777354d2)]:
- @toptal/picasso-number-input@4.0.13

## 73.0.15

### 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.15",
"version": "73.0.16",
"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.12",
"@toptal/picasso-number-input": "4.0.13",
"@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.0",
"@toptal/picasso": "53.0.1",
"@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.5

### Patch Changes

- Updated dependencies [[`1ba3f82`](https://github.com/toptal/picasso/commit/1ba3f82802f018025ef899746a7914c5777354d2)]:
- @toptal/picasso-number-input@4.0.13

## 8.0.4

### 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.4",
"version": "8.0.5",
"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.12",
"@toptal/picasso-number-input": "4.0.13",
"@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.1

### Patch Changes

- [#4604](https://github.com/toptal/picasso/pull/4604) [`1ba3f82`](https://github.com/toptal/picasso/commit/1ba3f82802f018025ef899746a7914c5777354d2) Thanks [@sashuk](https://github.com/sashuk)!

### NumberInput

- restore `type=button` in number input controls
- Updated dependencies [[`1ba3f82`](https://github.com/toptal/picasso/commit/1ba3f82802f018025ef899746a7914c5777354d2)]:
- @toptal/[email protected]

## 53.0.0

### Major 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.0",
"version": "53.0.1",
"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.12",
"@toptal/picasso-number-input": "4.0.13",
"@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 04730ab

Please sign in to comment.