Skip to content

Commit

Permalink
Version Packages (#4057)
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 Dec 12, 2023
1 parent d70202b commit 69e0e15
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/stale-geese-carry.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/picasso-pictograms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react": ">=16.12.0 < 19.0.0"
},
"devDependencies": {
"@toptal/picasso": "42.2.0",
"@toptal/picasso": "42.2.1",
"storybook-readme": "^5.0.9",
"@babel/types": "^7.20.7"
},
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

## 42.2.1

### Patch Changes

- [#4056](https://github.com/toptal/picasso/pull/4056) [`d70202b0d`](https://github.com/toptal/picasso/commit/d70202b0d9ad9ab379712009b0882ff30f2473d6) Thanks [@mkrl](https://github.com/mkrl)!

### Radio, Checkbox, Tooltip, Avatar, Page.TopBarMenu

- pass `data-private` to relevant DOM elements
- Updated dependencies [[`d70202b0d`](https://github.com/toptal/picasso/commit/d70202b0d9ad9ab379712009b0882ff30f2473d6)]:
- @toptal/[email protected]

## 42.2.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": "42.2.0",
"version": "42.2.1",
"description": "Toptal UI components library",
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -31,7 +31,7 @@
"typescript": "~4.7.0"
},
"dependencies": {
"@toptal/picasso-shared": "13.0.0",
"@toptal/picasso-shared": "13.1.0",
"ap-style-title-case": "^1.1.2",
"classnames": "^2.3.1",
"d3": "^7.8.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 13.1.0

### Minor Changes

- [#4056](https://github.com/toptal/picasso/pull/4056) [`d70202b0d`](https://github.com/toptal/picasso/commit/d70202b0d9ad9ab379712009b0882ff30f2473d6) Thanks [@mkrl](https://github.com/mkrl)!

### Radio, Checkbox, Tooltip, Avatar, Page.TopBarMenu

- pass `data-private` to relevant DOM elements

## 13.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-shared",
"version": "13.0.0",
"version": "13.1.0",
"description": "Shared types, utils for Picasso internal usage",
"author": "Toptal",
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-shared#readme",
Expand Down

0 comments on commit 69e0e15

Please sign in to comment.