Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 0 additions & 52 deletions .changeset/sharp-cases-cry.md

This file was deleted.

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

## 2.0.0

### Major Changes

- [#4898](https://github.com/toptal/picasso/pull/4898) [`e93f40b`](https://github.com/toptal/picasso/commit/e93f40bf03c4ea943ff9561c2dd032125a05ffc1) Thanks [@javier-delgado](https://github.com/javier-delgado)!
Upgraded Tailwind CSS from v3 to v4:
- updated `tailwindcss` peer dependency from `^3.4.10` to `^4.2.1`
- updated deprecated utility classes
- min node version is 20 or higher

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/base-tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/base-tailwind",
"version": "1.0.0",
"version": "2.0.0",
"description": "Base Tailwind configuration that contains global design token. This preset have to be reused by any project-specific Tailwind configuration.",
"author": "Toptal",
"homepage": "https://github.com/toptal/picasso/tree/master/packages/base-tailwind#readme",
Expand Down
17 changes: 17 additions & 0 deletions packages/base/Accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @toptal/picasso-accordion

## 4.0.0

### Major Changes

- [#4898](https://github.com/toptal/picasso/pull/4898) [`e93f40b`](https://github.com/toptal/picasso/commit/e93f40bf03c4ea943ff9561c2dd032125a05ffc1) Thanks [@javier-delgado](https://github.com/javier-delgado)!
Upgraded Tailwind CSS from v3 to v4:
- updated `tailwindcss` peer dependency from `^3.4.10` to `^4.2.1`
- updated deprecated utility classes
- min node version is 20 or higher

### Patch Changes

- Updated dependencies [[`e93f40b`](https://github.com/toptal/picasso/commit/e93f40bf03c4ea943ff9561c2dd032125a05ffc1)]:
- @toptal/picasso-button@5.0.0
- @toptal/picasso-utils@4.0.0
- @toptal/picasso-icons@1.15.2

## 3.0.31

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.31",
"version": "4.0.0",
"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.32",
"@toptal/picasso-icons": "1.15.1",
"@toptal/picasso-utils": "3.1.0",
"@toptal/picasso-button": "5.0.0",
"@toptal/picasso-icons": "1.15.2",
"@toptal/picasso-utils": "4.0.0",
"classnames": "^2.5.1"
},
"sideEffects": [
Expand All @@ -42,7 +42,7 @@
},
"devDependencies": {
"@toptal/picasso-provider": "5.0.2",
"@toptal/picasso-test-utils": "1.1.1"
"@toptal/picasso-test-utils": "2.0.0"
},
"files": [
"dist-package/**",
Expand Down
21 changes: 21 additions & 0 deletions packages/base/AccountSelect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @toptal/picasso-account-select

## 4.0.0

### Major Changes

- [#4898](https://github.com/toptal/picasso/pull/4898) [`e93f40b`](https://github.com/toptal/picasso/commit/e93f40bf03c4ea943ff9561c2dd032125a05ffc1) Thanks [@javier-delgado](https://github.com/javier-delgado)!
Upgraded Tailwind CSS from v3 to v4:
- updated `tailwindcss` peer dependency from `^3.4.10` to `^4.2.1`
- updated deprecated utility classes
- min node version is 20 or higher

### Patch Changes

- Updated dependencies [[`e93f40b`](https://github.com/toptal/picasso/commit/e93f40bf03c4ea943ff9561c2dd032125a05ffc1)]:
- @toptal/picasso-typography@5.0.0
- @toptal/picasso-utils@4.0.0
- @toptal/picasso-link@4.0.0
- @toptal/picasso-menu@4.0.0
- @toptal/picasso-container@3.1.4
- @toptal/picasso-user-badge@5.1.22
- @toptal/picasso-icons@1.15.2

## 3.0.27

### Patch Changes
Expand Down
20 changes: 10 additions & 10 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.27",
"version": "4.0.0",
"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.1.3",
"@toptal/picasso-icons": "1.15.1",
"@toptal/picasso-link": "3.0.7",
"@toptal/picasso-menu": "3.0.26",
"@toptal/picasso-typography": "4.0.4",
"@toptal/picasso-user-badge": "5.1.21",
"@toptal/picasso-utils": "3.1.0"
"@toptal/picasso-container": "3.1.4",
"@toptal/picasso-icons": "1.15.2",
"@toptal/picasso-link": "4.0.0",
"@toptal/picasso-menu": "4.0.0",
"@toptal/picasso-typography": "5.0.0",
"@toptal/picasso-user-badge": "5.1.22",
"@toptal/picasso-utils": "4.0.0"
},
"sideEffects": [
"**/styles.ts",
Expand All @@ -43,8 +43,8 @@
".": "./dist-package/src/index.js"
},
"devDependencies": {
"@toptal/picasso-tailwind-merge": "2.0.3",
"@toptal/picasso-test-utils": "1.1.1"
"@toptal/picasso-tailwind-merge": "2.0.4",
"@toptal/picasso-test-utils": "2.0.0"
},
"files": [
"dist-package/**",
Expand Down
19 changes: 19 additions & 0 deletions packages/base/Alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @toptal/picasso-alert

## 4.0.0

### Major Changes

- [#4898](https://github.com/toptal/picasso/pull/4898) [`e93f40b`](https://github.com/toptal/picasso/commit/e93f40bf03c4ea943ff9561c2dd032125a05ffc1) Thanks [@javier-delgado](https://github.com/javier-delgado)!
Upgraded Tailwind CSS from v3 to v4:
- updated `tailwindcss` peer dependency from `^3.4.10` to `^4.2.1`
- updated deprecated utility classes
- min node version is 20 or higher

### Patch Changes

- Updated dependencies [[`e93f40b`](https://github.com/toptal/picasso/commit/e93f40bf03c4ea943ff9561c2dd032125a05ffc1)]:
- @toptal/picasso-typography@5.0.0
- @toptal/picasso-button@5.0.0
- @toptal/picasso-utils@4.0.0
- @toptal/picasso-container@3.1.4
- @toptal/picasso-icons@1.15.2

## 3.0.44

### Patch Changes
Expand Down
14 changes: 7 additions & 7 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.44",
"version": "4.0.0",
"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.32",
"@toptal/picasso-container": "3.1.3",
"@toptal/picasso-icons": "1.15.1",
"@toptal/picasso-typography": "4.0.4",
"@toptal/picasso-utils": "3.1.0"
"@toptal/picasso-button": "5.0.0",
"@toptal/picasso-container": "3.1.4",
"@toptal/picasso-icons": "1.15.2",
"@toptal/picasso-typography": "5.0.0",
"@toptal/picasso-utils": "4.0.0"
},
"sideEffects": [
"**/styles.ts",
Expand All @@ -45,7 +45,7 @@
},
"devDependencies": {
"@toptal/picasso-provider": "5.0.2",
"@toptal/picasso-test-utils": "1.1.1"
"@toptal/picasso-test-utils": "2.0.0"
},
"files": [
"dist-package/**",
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.12

### Patch Changes

- Updated dependencies [[`e93f40b`](https://github.com/toptal/picasso/commit/e93f40bf03c4ea943ff9561c2dd032125a05ffc1)]:
- @toptal/picasso-typography@5.0.0
- @toptal/picasso-utils@4.0.0

## 1.0.11

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.11",
"version": "1.0.12",
"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.4",
"@toptal/picasso-utils": "3.1.0"
"@toptal/picasso-typography": "5.0.0",
"@toptal/picasso-utils": "4.0.0"
},
"sideEffects": [
"**/styles.ts",
Expand All @@ -36,7 +36,7 @@
".": "./dist-package/src/index.js"
},
"devDependencies": {
"@toptal/picasso-test-utils": "1.1.1"
"@toptal/picasso-test-utils": "2.0.0"
},
"files": [
"dist-package/**",
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.44

### Patch Changes

- Updated dependencies [[`e93f40b`](https://github.com/toptal/picasso/commit/e93f40bf03c4ea943ff9561c2dd032125a05ffc1)]:
- @toptal/picasso-typography@5.0.0
- @toptal/picasso-button@5.0.0
- @toptal/picasso-utils@4.0.0
- @toptal/picasso-container@3.1.4
- @toptal/picasso-icons@1.15.2

## 2.0.43

### Patch Changes
Expand Down
14 changes: 7 additions & 7 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.43",
"version": "2.0.44",
"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.32",
"@toptal/picasso-container": "3.1.3",
"@toptal/picasso-icons": "1.15.1",
"@toptal/picasso-typography": "4.0.4",
"@toptal/picasso-utils": "3.1.0",
"@toptal/picasso-button": "5.0.0",
"@toptal/picasso-container": "3.1.4",
"@toptal/picasso-icons": "1.15.2",
"@toptal/picasso-typography": "5.0.0",
"@toptal/picasso-utils": "4.0.0",
"classnames": "^2.5.1"
},
"sideEffects": [
Expand All @@ -41,7 +41,7 @@
".": "./dist-package/src/index.js"
},
"devDependencies": {
"@toptal/picasso-test-utils": "1.1.1"
"@toptal/picasso-test-utils": "2.0.0"
},
"files": [
"dist-package/**",
Expand Down
25 changes: 25 additions & 0 deletions packages/base/Autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @toptal/picasso-autocomplete

## 6.0.0

### Major Changes

- [#4898](https://github.com/toptal/picasso/pull/4898) [`e93f40b`](https://github.com/toptal/picasso/commit/e93f40bf03c4ea943ff9561c2dd032125a05ffc1) Thanks [@javier-delgado](https://github.com/javier-delgado)!
Upgraded Tailwind CSS from v3 to v4:
- updated `tailwindcss` peer dependency from `^3.4.10` to `^4.2.1`
- updated deprecated utility classes
- min node version is 20 or higher

### Patch Changes

- Updated dependencies [[`e93f40b`](https://github.com/toptal/picasso/commit/e93f40bf03c4ea943ff9561c2dd032125a05ffc1)]:
- @toptal/picasso-input-adornment@4.0.0
- @toptal/picasso-outlined-input@5.0.0
- @toptal/picasso-typography@5.0.0
- @toptal/picasso-select@5.0.0
- @toptal/picasso-input@5.0.0
- @toptal/picasso-utils@4.0.0
- @toptal/picasso-form@7.0.0
- @toptal/picasso-menu@4.0.0
- @toptal/picasso-container@3.1.4
- @toptal/picasso-loader@3.0.5
- @toptal/picasso-popper@2.0.2

## 5.2.12

### Patch Changes
Expand Down
Loading