Skip to content

Commit b8d0c0f

Browse files
Version Packages (#4688)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 00d74d6 commit b8d0c0f

File tree

14 files changed

+63
-22
lines changed

14 files changed

+63
-22
lines changed

.changeset/honest-pumas-roll.md

-7
This file was deleted.

packages/base/Autocomplete/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @toptal/picasso-autocomplete
22

3+
## 5.1.0
4+
5+
### Minor Changes
6+
7+
- [#4687](https://github.com/toptal/picasso/pull/4687) [`00d74d6`](https://github.com/toptal/picasso/commit/00d74d6683d1e37d730b13591cd0f801d613c19b) Thanks [@Q-Man](https://github.com/Q-Man)!
8+
9+
### Autocomplete
10+
11+
- add `size` property to control input size
12+
313
## 5.0.19
414

515
### Patch Changes

packages/base/Autocomplete/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toptal/picasso-autocomplete",
3-
"version": "5.0.19",
3+
"version": "5.1.0",
44
"description": "Toptal UI components library - Autocomplete",
55
"publishConfig": {
66
"access": "public"

packages/base/Page/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @toptal/picasso-page
22

3+
## 5.1.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`00d74d6`](https://github.com/toptal/picasso/commit/00d74d6683d1e37d730b13591cd0f801d613c19b)]:
8+
- @toptal/picasso-autocomplete@5.1.0
9+
310
## 5.1.20
411

512
### Patch Changes

packages/base/Page/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toptal/picasso-page",
3-
"version": "5.1.20",
3+
"version": "5.1.21",
44
"description": "Toptal UI components library - Page",
55
"publishConfig": {
66
"access": "public"
@@ -23,7 +23,7 @@
2323
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
2424
"dependencies": {
2525
"@toptal/picasso-accordion": "3.0.17",
26-
"@toptal/picasso-autocomplete": "5.0.19",
26+
"@toptal/picasso-autocomplete": "5.1.0",
2727
"@toptal/picasso-avatar": "6.1.8",
2828
"@toptal/picasso-badge": "3.0.3",
2929
"@toptal/picasso-button": "4.0.18",

packages/base/Tagselector/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @toptal/picasso-tagselector
22

3+
## 3.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`00d74d6`](https://github.com/toptal/picasso/commit/00d74d6683d1e37d730b13591cd0f801d613c19b)]:
8+
- @toptal/picasso-autocomplete@5.1.0
9+
310
## 3.2.0
411

512
### Minor Changes

packages/base/Tagselector/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toptal/picasso-tagselector",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Toptal UI components library - Tagselector",
55
"publishConfig": {
66
"access": "public"
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
2424
"dependencies": {
25-
"@toptal/picasso-autocomplete": "5.0.19",
25+
"@toptal/picasso-autocomplete": "5.1.0",
2626
"@toptal/picasso-form": "6.1.7",
2727
"@toptal/picasso-outlined-input": "4.0.17",
2828
"@toptal/picasso-shared": "15.0.0",

packages/picasso-forms/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 73.0.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`00d74d6`](https://github.com/toptal/picasso/commit/00d74d6683d1e37d730b13591cd0f801d613c19b)]:
8+
- @toptal/picasso-autocomplete@5.1.0
9+
- @toptal/picasso-tagselector@3.2.1
10+
311
## 73.0.28
412

513
### Patch Changes

packages/picasso-forms/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toptal/picasso-forms",
3-
"version": "73.0.28",
3+
"version": "73.0.29",
44
"description": "Picasso form components",
55
"author": "Toptal",
66
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-forms#readme",
@@ -43,9 +43,9 @@
4343
"@toptal/picasso-outlined-input": "4.0.17",
4444
"@toptal/picasso-number-input": "4.1.1",
4545
"@toptal/picasso-switch": "4.0.8",
46-
"@toptal/picasso-tagselector": "3.2.0",
46+
"@toptal/picasso-tagselector": "3.2.1",
4747
"@toptal/picasso-timepicker": "4.0.18",
48-
"@toptal/picasso-autocomplete": "5.0.19",
48+
"@toptal/picasso-autocomplete": "5.1.0",
4949
"@toptal/picasso-select": "4.0.17",
5050
"@toptal/picasso-avatar-upload": "3.0.21",
5151
"@toptal/picasso-date-picker": "3.0.17",

packages/picasso-pictograms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"typescript": "~4.7.0"
2828
},
2929
"devDependencies": {
30-
"@toptal/picasso": "53.0.18",
30+
"@toptal/picasso": "53.0.19",
3131
"@babel/types": "^7.26.8"
3232
},
3333
"sideEffects": false,

packages/picasso-query-builder/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @toptal/picasso-query-builder
22

3+
## 8.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @toptal/picasso-tagselector@3.2.1
9+
310
## 8.0.15
411

512
### Patch Changes

packages/picasso-query-builder/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toptal/picasso-query-builder",
3-
"version": "8.0.15",
3+
"version": "8.0.16",
44
"description": "Picasso query builder",
55
"author": "Toptal",
66
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-query-builder#readme",
@@ -38,7 +38,7 @@
3838
"@toptal/picasso-radio": "5.0.9",
3939
"@toptal/picasso-icons": "1.11.0",
4040
"@toptal/picasso-tooltip": "2.0.1",
41-
"@toptal/picasso-tagselector": "3.2.0",
41+
"@toptal/picasso-tagselector": "3.2.1",
4242
"@toptal/picasso-input": "4.0.17",
4343
"@toptal/picasso-list": "5.0.8",
4444
"@toptal/picasso-loader": "3.0.2",

packages/picasso/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 53.0.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`00d74d6`](https://github.com/toptal/picasso/commit/00d74d6683d1e37d730b13591cd0f801d613c19b)]:
8+
9+
10+
11+
312
## 53.0.18
413

514
### Patch Changes

packages/picasso/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toptal/picasso",
3-
"version": "53.0.18",
3+
"version": "53.0.19",
44
"description": "Toptal UI components library",
55
"main": "dist-package/src/index.js",
66
"module": "dist-package/src/index.js",
@@ -41,7 +41,7 @@
4141
"@toptal/picasso-alert": "3.0.29",
4242
"@toptal/picasso-amount": "1.0.9",
4343
"@toptal/picasso-application-update-notification": "2.0.29",
44-
"@toptal/picasso-autocomplete": "5.0.19",
44+
"@toptal/picasso-autocomplete": "5.1.0",
4545
"@toptal/picasso-avatar": "6.1.8",
4646
"@toptal/picasso-avatar-upload": "3.0.21",
4747
"@toptal/picasso-badge": "3.0.3",
@@ -74,7 +74,7 @@
7474
"@toptal/picasso-notification": "4.0.18",
7575
"@toptal/picasso-number-input": "4.1.1",
7676
"@toptal/picasso-overview-block": "4.0.3",
77-
"@toptal/picasso-page": "5.1.20",
77+
"@toptal/picasso-page": "5.1.21",
7878
"@toptal/picasso-pagination": "4.0.19",
7979
"@toptal/picasso-paper": "4.0.2",
8080
"@toptal/picasso-password-input": "5.0.17",
@@ -93,7 +93,7 @@
9393
"@toptal/picasso-table": "3.0.19",
9494
"@toptal/picasso-tabs": "5.0.12",
9595
"@toptal/picasso-tag": "4.0.8",
96-
"@toptal/picasso-tagselector": "3.2.0",
96+
"@toptal/picasso-tagselector": "3.2.1",
9797
"@toptal/picasso-timeline": "5.0.3",
9898
"@toptal/picasso-timepicker": "4.0.18",
9999
"@toptal/picasso-tooltip": "2.0.1",

0 commit comments

Comments
 (0)