Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 3, 2024
1 parent e759dcb commit 9535106
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 13 deletions.
9 changes: 0 additions & 9 deletions .changeset/purple-donuts-attack.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/base/Timeline/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @toptal/picasso-timeline

## 4.0.0

### Major Changes

- [#4521](https://github.com/toptal/picasso/pull/4521) [`e759dcb`](https://github.com/toptal/picasso/commit/e759dcb03cbe9b2aae937b8d8f20c1e2ba79f351) Thanks [@AdrianContiu](https://github.com/AdrianContiu)!

### Timeline

- migrate to TailwindCSS, material-ui@4 is no longer required for this package
- make @toptal/picasso-tailwind-merge a peer dependency

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/base/Timeline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-timeline",
"version": "3.0.1",
"version": "4.0.0",
"description": "Toptal UI components library - Timeline",
"publishConfig": {
"access": "public"
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.1.24",
"@toptal/picasso": "48.1.25",
"@babel/types": "^7.20.7"
},
"sideEffects": false,
Expand Down
13 changes: 13 additions & 0 deletions packages/picasso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## 48.1.25

### Patch Changes

- [#4521](https://github.com/toptal/picasso/pull/4521) [`e759dcb`](https://github.com/toptal/picasso/commit/e759dcb03cbe9b2aae937b8d8f20c1e2ba79f351) Thanks [@AdrianContiu](https://github.com/AdrianContiu)!

### Timeline

- migrate to TailwindCSS, material-ui@4 is no longer required for this package
- make @toptal/picasso-tailwind-merge a peer dependency
- Updated dependencies [[`e759dcb`](https://github.com/toptal/picasso/commit/e759dcb03cbe9b2aae937b8d8f20c1e2ba79f351)]:
- @toptal/[email protected]

## 48.1.24

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/picasso/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso",
"version": "48.1.24",
"version": "48.1.25",
"description": "Toptal UI components library",
"main": "dist-package/src/index.js",
"module": "dist-package/src/index.js",
Expand Down Expand Up @@ -94,7 +94,7 @@
"@toptal/picasso-tabs": "4.0.7",
"@toptal/picasso-tag": "4.0.0",
"@toptal/picasso-tagselector": "2.0.18",
"@toptal/picasso-timeline": "3.0.1",
"@toptal/picasso-timeline": "4.0.0",
"@toptal/picasso-timepicker": "3.0.1",
"@toptal/picasso-tooltip": "1.1.5",
"@toptal/picasso-tree-view": "3.0.12",
Expand Down

0 comments on commit 9535106

Please sign in to comment.