Skip to content

Commit

Permalink
Version Packages (#4592)
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 Oct 3, 2024
1 parent 7d2ff8f commit efaaf5e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/witty-seahorses-approve.md

This file was deleted.

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

## 5.1.11

### Patch Changes

- [#4584](https://github.com/toptal/picasso/pull/4584) [`7d2ff8f`](https://github.com/toptal/picasso/commit/7d2ff8fdcfc8251084fe63b0d28458540a07d721) Thanks [@ruslan-sed](https://github.com/ruslan-sed)!
- migrate `PageFooter` to TailwindCSS

## 5.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/base/Page/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-page",
"version": "5.1.10",
"version": "5.1.11",
"description": "Toptal UI components library - Page",
"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": "52.1.6",
"@toptal/picasso": "52.1.7",
"@babel/types": "^7.20.7"
},
"sideEffects": false,
Expand Down
7 changes: 7 additions & 0 deletions packages/picasso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 52.1.7

### Patch Changes

- Updated dependencies [[`7d2ff8f`](https://github.com/toptal/picasso/commit/7d2ff8fdcfc8251084fe63b0d28458540a07d721)]:
- @toptal/[email protected]

## 52.1.6

### 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": "52.1.6",
"version": "52.1.7",
"description": "Toptal UI components library",
"main": "dist-package/src/index.js",
"module": "dist-package/src/index.js",
Expand Down Expand Up @@ -74,7 +74,7 @@
"@toptal/picasso-notification": "4.0.12",
"@toptal/picasso-number-input": "4.0.10",
"@toptal/picasso-overview-block": "4.0.2",
"@toptal/picasso-page": "5.1.10",
"@toptal/picasso-page": "5.1.11",
"@toptal/picasso-pagination": "4.0.12",
"@toptal/picasso-paper": "4.0.1",
"@toptal/picasso-password-input": "5.0.10",
Expand Down

0 comments on commit efaaf5e

Please sign in to comment.