Skip to content

Commit

Permalink
Version Packages (#4577)
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 Sep 26, 2024
1 parent e11be3f commit ff47689
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/mean-vans-float.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.6

### Patch Changes

- [#4574](https://github.com/toptal/picasso/pull/4574) [`e11be3f`](https://github.com/toptal/picasso/commit/e11be3f5663ec1ef18ac45e37a77ead984588c3d) Thanks [@ruslan-sed](https://github.com/ruslan-sed)!
- migrate `PageTopBarMenu` to TailwindCSS

## 5.1.5

### 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.5",
"version": "5.1.6",
"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.0",
"@toptal/picasso": "52.1.1",
"@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.1

### Patch Changes

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

## 52.1.0

### Minor 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.0",
"version": "52.1.1",
"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.10",
"@toptal/picasso-number-input": "4.0.8",
"@toptal/picasso-overview-block": "4.0.2",
"@toptal/picasso-page": "5.1.5",
"@toptal/picasso-page": "5.1.6",
"@toptal/picasso-pagination": "4.0.10",
"@toptal/picasso-paper": "4.0.1",
"@toptal/picasso-password-input": "5.0.8",
Expand Down

0 comments on commit ff47689

Please sign in to comment.