Skip to content

Commit

Permalink
Version Packages (#4504)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
toptal-build and github-actions[bot] authored Aug 23, 2024
1 parent 3ed8c02 commit 4068e86
Show file tree
Hide file tree
Showing 147 changed files with 1,305 additions and 450 deletions.
46 changes: 0 additions & 46 deletions .changeset/moody-feet-warn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/orange-schools-hammer.md

This file was deleted.

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

## 2.0.11

### Patch Changes

- Updated dependencies [[`3ed8c02`](https://github.com/toptal/picasso/commit/3ed8c0271982a82dd9cdc6b967c63656afd3654f)]:
- @toptal/picasso-button@4.0.0

## 2.0.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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": "2.0.10",
"version": "2.0.11",
"description": "Toptal UI components library - Accordion",
"publishConfig": {
"access": "public"
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
"dependencies": {
"@toptal/picasso-button": "3.0.10",
"@toptal/picasso-button": "4.0.0",
"@toptal/picasso-icons": "1.6.0",
"@toptal/picasso-utils": "1.0.3",
"classnames": "^2.5.1"
Expand Down
16 changes: 16 additions & 0 deletions packages/base/AccountSelect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @toptal/picasso-account-select

## 3.0.0

### Major Changes

- [#4500](https://github.com/toptal/picasso/pull/4500) [`3ed8c02`](https://github.com/toptal/picasso/commit/3ed8c0271982a82dd9cdc6b967c63656afd3654f) Thanks [@ruslan-sed](https://github.com/ruslan-sed)!
- update version of `@toptal/picasso-tailwind-merge` peer dependency

### Patch Changes

- Updated dependencies [[`3ed8c02`](https://github.com/toptal/picasso/commit/3ed8c0271982a82dd9cdc6b967c63656afd3654f)]:
- @toptal/picasso-container@3.0.0
- @toptal/picasso-link@3.0.0
- @toptal/picasso-menu@3.0.0
- @toptal/picasso-typography@4.0.0
- @toptal/picasso-user-badge@5.0.0

## 2.0.3

### Patch Changes
Expand Down
14 changes: 7 additions & 7 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": "2.0.3",
"version": "3.0.0",
"description": "Toptal UI components library - AccountSelect",
"publishConfig": {
"access": "public"
Expand All @@ -22,12 +22,12 @@
},
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
"dependencies": {
"@toptal/picasso-container": "2.0.0",
"@toptal/picasso-container": "3.0.0",
"@toptal/picasso-icons": "1.6.0",
"@toptal/picasso-link": "2.0.0",
"@toptal/picasso-menu": "2.0.2",
"@toptal/picasso-typography": "3.0.0",
"@toptal/picasso-user-badge": "4.0.0",
"@toptal/picasso-link": "3.0.0",
"@toptal/picasso-menu": "3.0.0",
"@toptal/picasso-typography": "4.0.0",
"@toptal/picasso-user-badge": "5.0.0",
"@toptal/picasso-utils": "1.0.3"
},
"sideEffects": [
Expand All @@ -43,7 +43,7 @@
".": "./dist-package/src/index.js"
},
"devDependencies": {
"@toptal/picasso-tailwind-merge": "1.2.0",
"@toptal/picasso-tailwind-merge": "2.0.0",
"@toptal/picasso-test-utils": "1.1.1"
},
"files": [
Expand Down
9 changes: 9 additions & 0 deletions packages/base/Alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @toptal/picasso-alert

## 3.0.11

### Patch Changes

- Updated dependencies [[`3ed8c02`](https://github.com/toptal/picasso/commit/3ed8c0271982a82dd9cdc6b967c63656afd3654f)]:
- @toptal/picasso-button@4.0.0
- @toptal/picasso-container@3.0.0
- @toptal/picasso-typography@4.0.0

## 3.0.10

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.10",
"version": "3.0.11",
"description": "Toptal UI components library - Alert",
"publishConfig": {
"access": "public"
Expand All @@ -22,10 +22,10 @@
},
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
"dependencies": {
"@toptal/picasso-button": "3.0.10",
"@toptal/picasso-container": "2.0.0",
"@toptal/picasso-button": "4.0.0",
"@toptal/picasso-container": "3.0.0",
"@toptal/picasso-icons": "1.6.0",
"@toptal/picasso-typography": "3.0.0",
"@toptal/picasso-typography": "4.0.0",
"@toptal/picasso-utils": "1.0.3"
},
"sideEffects": [
Expand Down
7 changes: 7 additions & 0 deletions packages/base/Amount/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @toptal/picasso-amount

## 1.0.7

### Patch Changes

- Updated dependencies [[`3ed8c02`](https://github.com/toptal/picasso/commit/3ed8c0271982a82dd9cdc6b967c63656afd3654f)]:
- @toptal/picasso-typography@4.0.0

## 1.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.6",
"version": "1.0.7",
"description": "Toptal UI components library - Amount",
"publishConfig": {
"access": "public"
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
"dependencies": {
"@toptal/picasso-typography": "3.0.0",
"@toptal/picasso-typography": "4.0.0",
"@toptal/picasso-utils": "1.0.3"
},
"sideEffects": [
Expand Down
9 changes: 9 additions & 0 deletions packages/base/ApplicationUpdateNotification/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @toptal/picasso-application-update-notification

## 2.0.11

### Patch Changes

- Updated dependencies [[`3ed8c02`](https://github.com/toptal/picasso/commit/3ed8c0271982a82dd9cdc6b967c63656afd3654f)]:
- @toptal/picasso-button@4.0.0
- @toptal/picasso-container@3.0.0
- @toptal/picasso-typography@4.0.0

## 2.0.10

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.10",
"version": "2.0.11",
"description": "Toptal UI components library - ApplicationUpdateNotification",
"publishConfig": {
"access": "public"
Expand All @@ -22,10 +22,10 @@
},
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
"dependencies": {
"@toptal/picasso-button": "3.0.10",
"@toptal/picasso-container": "2.0.0",
"@toptal/picasso-button": "4.0.0",
"@toptal/picasso-container": "3.0.0",
"@toptal/picasso-icons": "1.6.0",
"@toptal/picasso-typography": "3.0.0",
"@toptal/picasso-typography": "4.0.0",
"@toptal/picasso-utils": "1.0.3",
"classnames": "^2.5.1"
},
Expand Down
20 changes: 20 additions & 0 deletions packages/base/Autocomplete/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @toptal/picasso-autocomplete

## 4.0.0

### Major Changes

- [#4500](https://github.com/toptal/picasso/pull/4500) [`3ed8c02`](https://github.com/toptal/picasso/commit/3ed8c0271982a82dd9cdc6b967c63656afd3654f) Thanks [@ruslan-sed](https://github.com/ruslan-sed)!
- update version of `@toptal/picasso-tailwind-merge` peer dependency

### Patch Changes

- Updated dependencies [[`3ed8c02`](https://github.com/toptal/picasso/commit/3ed8c0271982a82dd9cdc6b967c63656afd3654f)]:
- @toptal/picasso-container@3.0.0
- @toptal/picasso-form@5.0.0
- @toptal/picasso-input-adornment@3.0.0
- @toptal/picasso-loader@3.0.0
- @toptal/picasso-menu@3.0.0
- @toptal/picasso-outlined-input@3.0.0
- @toptal/picasso-select@3.0.0
- @toptal/picasso-typography@4.0.0
- @toptal/picasso-input@3.0.13

## 3.0.0

### Major Changes
Expand Down
20 changes: 10 additions & 10 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": "3.0.0",
"version": "4.0.0",
"description": "Toptal UI components library - Autocomplete",
"publishConfig": {
"access": "public"
Expand All @@ -22,17 +22,17 @@
},
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
"dependencies": {
"@toptal/picasso-container": "2.0.0",
"@toptal/picasso-form": "4.1.4",
"@toptal/picasso-input": "3.0.12",
"@toptal/picasso-input-adornment": "2.0.1",
"@toptal/picasso-loader": "2.0.0",
"@toptal/picasso-menu": "2.0.2",
"@toptal/picasso-outlined-input": "2.0.11",
"@toptal/picasso-container": "3.0.0",
"@toptal/picasso-form": "5.0.0",
"@toptal/picasso-input": "3.0.13",
"@toptal/picasso-input-adornment": "3.0.0",
"@toptal/picasso-loader": "3.0.0",
"@toptal/picasso-menu": "3.0.0",
"@toptal/picasso-outlined-input": "3.0.0",
"@toptal/picasso-popper": "1.0.3",
"@toptal/picasso-select": "2.0.13",
"@toptal/picasso-select": "3.0.0",
"@toptal/picasso-shared": "15.0.0",
"@toptal/picasso-typography": "3.0.0",
"@toptal/picasso-typography": "4.0.0",
"@toptal/picasso-utils": "1.0.3",
"ap-style-title-case": "^1.1.2",
"debounce": "^1.2.1"
Expand Down
14 changes: 14 additions & 0 deletions packages/base/Avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @toptal/picasso-avatar

## 6.0.0

### Major Changes

- [#4500](https://github.com/toptal/picasso/pull/4500) [`3ed8c02`](https://github.com/toptal/picasso/commit/3ed8c0271982a82dd9cdc6b967c63656afd3654f) Thanks [@ruslan-sed](https://github.com/ruslan-sed)!
- update version of `@toptal/picasso-tailwind-merge` peer dependency

### Patch Changes

- Updated dependencies [[`3ed8c02`](https://github.com/toptal/picasso/commit/3ed8c0271982a82dd9cdc6b967c63656afd3654f)]:
- @toptal/picasso-container@3.0.0
- @toptal/picasso-image@3.0.0
- @toptal/picasso-typography@4.0.0

## 5.0.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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": "5.0.2",
"version": "6.0.0",
"description": "Toptal UI components library - Avatar",
"publishConfig": {
"access": "public"
Expand All @@ -22,12 +22,12 @@
},
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
"dependencies": {
"@toptal/picasso-container": "2.0.0",
"@toptal/picasso-container": "3.0.0",
"@toptal/picasso-icons": "1.6.0",
"@toptal/picasso-image": "2.0.0",
"@toptal/picasso-image": "3.0.0",
"@toptal/picasso-logo": "1.0.9",
"@toptal/picasso-shared": "15.0.0",
"@toptal/picasso-typography": "3.0.0",
"@toptal/picasso-typography": "4.0.0",
"@toptal/picasso-utils": "1.0.3"
},
"sideEffects": [
Expand All @@ -44,7 +44,7 @@
},
"devDependencies": {
"@toptal/picasso-test-utils": "1.1.1",
"@toptal/picasso-tailwind-merge": "1.2.0"
"@toptal/picasso-tailwind-merge": "2.0.0"
},
"files": [
"dist-package/**",
Expand Down
14 changes: 14 additions & 0 deletions packages/base/AvatarUpload/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @toptal/picasso-avatar-upload

## 3.0.0

### Major Changes

- [#4500](https://github.com/toptal/picasso/pull/4500) [`3ed8c02`](https://github.com/toptal/picasso/commit/3ed8c0271982a82dd9cdc6b967c63656afd3654f) Thanks [@ruslan-sed](https://github.com/ruslan-sed)!
- update version of `@toptal/picasso-tailwind-merge` peer dependency

### Patch Changes

- Updated dependencies [[`3ed8c02`](https://github.com/toptal/picasso/commit/3ed8c0271982a82dd9cdc6b967c63656afd3654f)]:
- @toptal/picasso-avatar@6.0.0
- @toptal/picasso-loader@3.0.0
- @toptal/picasso-outlined-input@3.0.0

## 2.0.12

### Patch Changes
Expand Down
Loading

0 comments on commit 4068e86

Please sign in to comment.