Skip to content

Commit

Permalink
Version Packages (#4544)
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 11, 2024
1 parent 0da0237 commit cd4ed46
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/pretty-toes-leave.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/base/Breadcrumbs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @toptal/picasso-breadcrumbs

## 3.0.2

### Patch Changes

- [#4542](https://github.com/toptal/picasso/pull/4542) [`0da0237`](https://github.com/toptal/picasso/commit/0da0237c01ae52514b92c443d0e06ebcec4d44f0) Thanks [@TomasSlama](https://github.com/TomasSlama)!

### Breadcrumbs

- propage `data-testid`

## 3.0.1

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

## 51.0.1

### Patch Changes

- [#4542](https://github.com/toptal/picasso/pull/4542) [`0da0237`](https://github.com/toptal/picasso/commit/0da0237c01ae52514b92c443d0e06ebcec4d44f0) Thanks [@TomasSlama](https://github.com/TomasSlama)!

### Breadcrumbs

- propage `data-testid`
- Updated dependencies [[`0da0237`](https://github.com/toptal/picasso/commit/0da0237c01ae52514b92c443d0e06ebcec4d44f0)]:
- @toptal/picasso-breadcrumbs@3.0.2

## 51.0.0

### Major 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": "51.0.0",
"version": "51.0.1",
"description": "Toptal UI components library",
"main": "dist-package/src/index.js",
"module": "dist-package/src/index.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@toptal/picasso-avatar": "6.1.1",
"@toptal/picasso-avatar-upload": "3.0.4",
"@toptal/picasso-badge": "3.0.1",
"@toptal/picasso-breadcrumbs": "3.0.1",
"@toptal/picasso-breadcrumbs": "3.0.2",
"@toptal/picasso-calendar": "4.0.2",
"@toptal/picasso-carousel": "4.0.2",
"@toptal/picasso-checkbox": "5.0.0",
Expand Down

0 comments on commit cd4ed46

Please sign in to comment.