Skip to content

Commit

Permalink
Version Packages (#4533)
Browse files Browse the repository at this point in the history
  • Loading branch information
toptal-build authored Sep 10, 2024
1 parent 1bf35ad commit cd9c86c
Show file tree
Hide file tree
Showing 164 changed files with 1,623 additions and 590 deletions.
17 changes: 0 additions & 17 deletions .changeset/many-plants-turn.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/short-hornets-punch.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/short-hornets-ranch.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/swift-adults-search.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/base/Accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @toptal/picasso-accordion

## 3.0.1

### Patch Changes

- Updated dependencies [[`80407eb`](https://github.com/toptal/picasso/commit/80407eb734c69894ee6d2dadd3e773752fc43c5d)]:
- @toptal/picasso-utils@2.0.0
- @toptal/picasso-button@4.0.2
- @toptal/picasso-icons@1.6.1

## 3.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/base/Accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-accordion",
"version": "3.0.0",
"version": "3.0.1",
"description": "Toptal UI components library - Accordion",
"publishConfig": {
"access": "public"
Expand All @@ -22,9 +22,9 @@
},
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
"dependencies": {
"@toptal/picasso-button": "4.0.1",
"@toptal/picasso-icons": "1.6.0",
"@toptal/picasso-utils": "1.0.3",
"@toptal/picasso-button": "4.0.2",
"@toptal/picasso-icons": "1.6.1",
"@toptal/picasso-utils": "2.0.0",
"classnames": "^2.5.1"
},
"sideEffects": [
Expand Down
13 changes: 13 additions & 0 deletions packages/base/AccountSelect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @toptal/picasso-account-select

## 3.0.3

### Patch Changes

- Updated dependencies [[`80407eb`](https://github.com/toptal/picasso/commit/80407eb734c69894ee6d2dadd3e773752fc43c5d)]:
- @toptal/picasso-utils@2.0.0
- @toptal/picasso-container@3.0.1
- @toptal/picasso-icons@1.6.1
- @toptal/picasso-link@3.0.1
- @toptal/picasso-menu@3.0.3
- @toptal/picasso-typography@4.0.1
- @toptal/picasso-user-badge@5.1.1

## 3.0.2

### Patch Changes
Expand Down
18 changes: 9 additions & 9 deletions packages/base/AccountSelect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-account-select",
"version": "3.0.2",
"version": "3.0.3",
"description": "Toptal UI components library - AccountSelect",
"publishConfig": {
"access": "public"
Expand All @@ -22,13 +22,13 @@
},
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
"dependencies": {
"@toptal/picasso-container": "3.0.0",
"@toptal/picasso-icons": "1.6.0",
"@toptal/picasso-link": "3.0.0",
"@toptal/picasso-menu": "3.0.2",
"@toptal/picasso-typography": "4.0.0",
"@toptal/picasso-user-badge": "5.1.0",
"@toptal/picasso-utils": "1.0.3"
"@toptal/picasso-container": "3.0.1",
"@toptal/picasso-icons": "1.6.1",
"@toptal/picasso-link": "3.0.1",
"@toptal/picasso-menu": "3.0.3",
"@toptal/picasso-typography": "4.0.1",
"@toptal/picasso-user-badge": "5.1.1",
"@toptal/picasso-utils": "2.0.0"
},
"sideEffects": [
"**/styles.ts",
Expand All @@ -43,7 +43,7 @@
".": "./dist-package/src/index.js"
},
"devDependencies": {
"@toptal/picasso-tailwind-merge": "2.0.0",
"@toptal/picasso-tailwind-merge": "2.0.1",
"@toptal/picasso-test-utils": "1.1.1"
},
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/base/Alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @toptal/picasso-alert

## 3.0.13

### Patch Changes

- Updated dependencies [[`80407eb`](https://github.com/toptal/picasso/commit/80407eb734c69894ee6d2dadd3e773752fc43c5d)]:
- @toptal/picasso-utils@2.0.0
- @toptal/picasso-button@4.0.2
- @toptal/picasso-container@3.0.1
- @toptal/picasso-icons@1.6.1
- @toptal/picasso-typography@4.0.1

## 3.0.12

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/base/Alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-alert",
"version": "3.0.12",
"version": "3.0.13",
"description": "Toptal UI components library - Alert",
"publishConfig": {
"access": "public"
Expand All @@ -22,11 +22,11 @@
},
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
"dependencies": {
"@toptal/picasso-button": "4.0.1",
"@toptal/picasso-container": "3.0.0",
"@toptal/picasso-icons": "1.6.0",
"@toptal/picasso-typography": "4.0.0",
"@toptal/picasso-utils": "1.0.3"
"@toptal/picasso-button": "4.0.2",
"@toptal/picasso-container": "3.0.1",
"@toptal/picasso-icons": "1.6.1",
"@toptal/picasso-typography": "4.0.1",
"@toptal/picasso-utils": "2.0.0"
},
"sideEffects": [
"**/styles.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/base/Amount/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @toptal/picasso-amount

## 1.0.8

### Patch Changes

- Updated dependencies [[`80407eb`](https://github.com/toptal/picasso/commit/80407eb734c69894ee6d2dadd3e773752fc43c5d)]:
- @toptal/picasso-utils@2.0.0
- @toptal/picasso-typography@4.0.1

## 1.0.7

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/base/Amount/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-amount",
"version": "1.0.7",
"version": "1.0.8",
"description": "Toptal UI components library - Amount",
"publishConfig": {
"access": "public"
Expand All @@ -22,8 +22,8 @@
},
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
"dependencies": {
"@toptal/picasso-typography": "4.0.0",
"@toptal/picasso-utils": "1.0.3"
"@toptal/picasso-typography": "4.0.1",
"@toptal/picasso-utils": "2.0.0"
},
"sideEffects": [
"**/styles.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/base/ApplicationUpdateNotification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @toptal/picasso-application-update-notification

## 2.0.13

### Patch Changes

- Updated dependencies [[`80407eb`](https://github.com/toptal/picasso/commit/80407eb734c69894ee6d2dadd3e773752fc43c5d)]:
- @toptal/picasso-utils@2.0.0
- @toptal/picasso-button@4.0.2
- @toptal/picasso-container@3.0.1
- @toptal/picasso-icons@1.6.1
- @toptal/picasso-typography@4.0.1

## 2.0.12

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/base/ApplicationUpdateNotification/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-application-update-notification",
"version": "2.0.12",
"version": "2.0.13",
"description": "Toptal UI components library - ApplicationUpdateNotification",
"publishConfig": {
"access": "public"
Expand All @@ -22,11 +22,11 @@
},
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
"dependencies": {
"@toptal/picasso-button": "4.0.1",
"@toptal/picasso-container": "3.0.0",
"@toptal/picasso-icons": "1.6.0",
"@toptal/picasso-typography": "4.0.0",
"@toptal/picasso-utils": "1.0.3",
"@toptal/picasso-button": "4.0.2",
"@toptal/picasso-container": "3.0.1",
"@toptal/picasso-icons": "1.6.1",
"@toptal/picasso-typography": "4.0.1",
"@toptal/picasso-utils": "2.0.0",
"classnames": "^2.5.1"
},
"sideEffects": [
Expand Down
31 changes: 31 additions & 0 deletions packages/base/Autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @toptal/picasso-autocomplete

## 5.0.0

### Major Changes

- [#4531](https://github.com/toptal/picasso/pull/4531) [`1bf35ad`](https://github.com/toptal/picasso/commit/1bf35ad42af6d0a457972064e355ad1181dea6a0) Thanks [@AdrianContiu](https://github.com/AdrianContiu)!

### Autocomplete, DatePicker, Input, NumberInput, OutlinedInput, PasswordInput, Select, TagSelector, TimePicker, RichTextEditor

- `error` no longer exists as a prop. It has been replaced by `status` which support success and error states.

- [#4540](https://github.com/toptal/picasso/pull/4540) [`031e242`](https://github.com/toptal/picasso/commit/031e242924442575d7dbafcc8a644b5ec03658de) Thanks [@sashuk](https://github.com/sashuk)!

### Autocomplete, FileInput, Checkbox, Tooltip, Switch, Input, Radio, Form

- breaking change: components no longer export `Props` type. Import prop types as `component name + Props` (e.g. `AutocompleteProps`, `FileInputProps`, etc.)

### Patch Changes

- Updated dependencies [[`1bf35ad`](https://github.com/toptal/picasso/commit/1bf35ad42af6d0a457972064e355ad1181dea6a0), [`031e242`](https://github.com/toptal/picasso/commit/031e242924442575d7dbafcc8a644b5ec03658de), [`80407eb`](https://github.com/toptal/picasso/commit/80407eb734c69894ee6d2dadd3e773752fc43c5d)]:
- @toptal/picasso-outlined-input@4.0.0
- @toptal/picasso-select@4.0.0
- @toptal/picasso-input@4.0.0
- @toptal/picasso-form@6.0.0
- @toptal/picasso-utils@2.0.0
- @toptal/picasso-container@3.0.1
- @toptal/picasso-input-adornment@3.0.1
- @toptal/picasso-loader@3.0.1
- @toptal/picasso-menu@3.0.3
- @toptal/picasso-popper@1.0.4
- @toptal/picasso-typography@4.0.1

## 4.0.3

### Patch Changes
Expand Down
24 changes: 12 additions & 12 deletions packages/base/Autocomplete/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-autocomplete",
"version": "4.0.3",
"version": "5.0.0",
"description": "Toptal UI components library - Autocomplete",
"publishConfig": {
"access": "public"
Expand All @@ -22,18 +22,18 @@
},
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
"dependencies": {
"@toptal/picasso-container": "3.0.0",
"@toptal/picasso-form": "5.0.0",
"@toptal/picasso-input": "3.0.14",
"@toptal/picasso-input-adornment": "3.0.0",
"@toptal/picasso-loader": "3.0.0",
"@toptal/picasso-menu": "3.0.2",
"@toptal/picasso-outlined-input": "3.0.1",
"@toptal/picasso-popper": "1.0.3",
"@toptal/picasso-select": "3.0.3",
"@toptal/picasso-container": "3.0.1",
"@toptal/picasso-form": "6.0.0",
"@toptal/picasso-input": "4.0.0",
"@toptal/picasso-input-adornment": "3.0.1",
"@toptal/picasso-loader": "3.0.1",
"@toptal/picasso-menu": "3.0.3",
"@toptal/picasso-outlined-input": "4.0.0",
"@toptal/picasso-popper": "1.0.4",
"@toptal/picasso-select": "4.0.0",
"@toptal/picasso-shared": "15.0.0",
"@toptal/picasso-typography": "4.0.0",
"@toptal/picasso-utils": "1.0.3",
"@toptal/picasso-typography": "4.0.1",
"@toptal/picasso-utils": "2.0.0",
"ap-style-title-case": "^1.1.2",
"debounce": "^1.2.1"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/base/Avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @toptal/picasso-avatar

## 6.1.1

### Patch Changes

- Updated dependencies [[`80407eb`](https://github.com/toptal/picasso/commit/80407eb734c69894ee6d2dadd3e773752fc43c5d)]:
- @toptal/picasso-utils@2.0.0
- @toptal/picasso-container@3.0.1
- @toptal/picasso-icons@1.6.1
- @toptal/picasso-image@3.0.1
- @toptal/picasso-logo@2.0.1
- @toptal/picasso-typography@4.0.1

## 6.1.0

### Minor Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/base/Avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-avatar",
"version": "6.1.0",
"version": "6.1.1",
"description": "Toptal UI components library - Avatar",
"publishConfig": {
"access": "public"
Expand All @@ -22,13 +22,13 @@
},
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
"dependencies": {
"@toptal/picasso-container": "3.0.0",
"@toptal/picasso-icons": "1.6.0",
"@toptal/picasso-image": "3.0.0",
"@toptal/picasso-logo": "2.0.0",
"@toptal/picasso-container": "3.0.1",
"@toptal/picasso-icons": "1.6.1",
"@toptal/picasso-image": "3.0.1",
"@toptal/picasso-logo": "2.0.1",
"@toptal/picasso-shared": "15.0.0",
"@toptal/picasso-typography": "4.0.0",
"@toptal/picasso-utils": "1.0.3"
"@toptal/picasso-typography": "4.0.1",
"@toptal/picasso-utils": "2.0.0"
},
"sideEffects": [
"**/styles.ts",
Expand All @@ -44,7 +44,7 @@
},
"devDependencies": {
"@toptal/picasso-test-utils": "1.1.1",
"@toptal/picasso-tailwind-merge": "2.0.0"
"@toptal/picasso-tailwind-merge": "2.0.1"
},
"files": [
"dist-package/**",
Expand Down
Loading

0 comments on commit cd9c86c

Please sign in to comment.