Skip to content

Commit

Permalink
Version Packages (#4445)
Browse files Browse the repository at this point in the history
  • Loading branch information
toptal-build authored Aug 6, 2024
1 parent 745ffbc commit 9ff2c0b
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 19 deletions.
10 changes: 0 additions & 10 deletions .changeset/sharp-clouds-thank.md

This file was deleted.

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

## 3.0.0

### Major Changes

- [#4431](https://github.com/toptal/picasso/pull/4431) [`745ffbc`](https://github.com/toptal/picasso/commit/745ffbc8c5804cbfb44a3abfb1e57308b4341702) Thanks [@sashuk](https://github.com/sashuk)!

### Calendar

- migrate component to TailwindCSS
- remove peer dependency on `@material-ui/core`
- add peer dependency on `@toptal/picasso-tailwind-merge`

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/base/Calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-calendar",
"version": "2.0.1",
"version": "3.0.0",
"description": "Toptal UI components library - Calendar",
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/base/DatePicker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @toptal/picasso-date-picker

## 2.0.3

### Patch Changes

- Updated dependencies [[`745ffbc`](https://github.com/toptal/picasso/commit/745ffbc8c5804cbfb44a3abfb1e57308b4341702)]:
- @toptal/picasso-calendar@3.0.0

## 2.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/base/DatePicker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-date-picker",
"version": "2.0.2",
"version": "2.0.3",
"description": "Toptal UI components library - DatePicker",
"publishConfig": {
"access": "public"
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso#readme",
"dependencies": {
"@toptal/picasso-calendar": "2.0.1",
"@toptal/picasso-calendar": "3.0.0",
"@toptal/picasso-container": "2.0.0",
"@toptal/picasso-icons": "1.6.0",
"@toptal/picasso-input": "3.0.1",
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

## 71.0.5

### Patch Changes

- Updated dependencies []:
- @toptal/picasso-date-picker@2.0.3

## 71.0.4

### 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": "71.0.4",
"version": "71.0.5",
"description": "Picasso form components",
"author": "Toptal",
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-forms#readme",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@toptal/picasso-autocomplete": "2.0.1",
"@toptal/picasso-select": "2.0.1",
"@toptal/picasso-avatar-upload": "2.0.1",
"@toptal/picasso-date-picker": "2.0.2",
"@toptal/picasso-date-picker": "2.0.3",
"@toptal/picasso-rich-text-editor": "14.0.1",
"@toptal/picasso-utils": "1.0.3",
"@toptal/picasso-notification": "3.0.1",
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": "48.0.2",
"@toptal/picasso": "48.0.3",
"@babel/types": "^7.20.7"
},
"sideEffects": false,
Expand Down
15 changes: 15 additions & 0 deletions packages/picasso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 48.0.3

### Patch Changes

- [#4431](https://github.com/toptal/picasso/pull/4431) [`745ffbc`](https://github.com/toptal/picasso/commit/745ffbc8c5804cbfb44a3abfb1e57308b4341702) Thanks [@sashuk](https://github.com/sashuk)!

### Calendar

- migrate component to TailwindCSS
- remove peer dependency on `@material-ui/core`
- add peer dependency on `@toptal/picasso-tailwind-merge`
- Updated dependencies [[`745ffbc`](https://github.com/toptal/picasso/commit/745ffbc8c5804cbfb44a3abfb1e57308b4341702)]:
- @toptal/[email protected]
- @toptal/[email protected]

## 48.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/picasso/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso",
"version": "48.0.2",
"version": "48.0.3",
"description": "Toptal UI components library",
"main": "dist-package/src/index.js",
"module": "dist-package/src/index.js",
Expand Down Expand Up @@ -46,11 +46,11 @@
"@toptal/picasso-avatar-upload": "2.0.1",
"@toptal/picasso-badge": "2.0.0",
"@toptal/picasso-breadcrumbs": "2.0.1",
"@toptal/picasso-calendar": "2.0.1",
"@toptal/picasso-calendar": "3.0.0",
"@toptal/picasso-carousel": "3.0.0",
"@toptal/picasso-checkbox": "3.0.1",
"@toptal/picasso-container": "2.0.0",
"@toptal/picasso-date-picker": "2.0.2",
"@toptal/picasso-date-picker": "2.0.3",
"@toptal/picasso-date-select": "1.0.32",
"@toptal/picasso-drawer": "3.0.1",
"@toptal/picasso-dropdown": "2.0.4",
Expand Down

0 comments on commit 9ff2c0b

Please sign in to comment.