Skip to content

Commit

Permalink
Version Packages (#4482)
Browse files Browse the repository at this point in the history
  • Loading branch information
toptal-build authored Aug 16, 2024
1 parent 30f8a78 commit 03e25d8
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/slow-gifts-hang.md

This file was deleted.

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

## 4.0.1

### Patch Changes

- [#4484](https://github.com/toptal/picasso/pull/4484) [`30f8a78`](https://github.com/toptal/picasso/commit/30f8a782c340b2148df2876b2cd7b927c6e09142) Thanks [@TomasSlama](https://github.com/TomasSlama)!
- fix value type from `null` to `false` when empty

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/base/Tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-tabs",
"version": "4.0.0",
"version": "4.0.1",
"description": "Toptal UI components library - Tabs",
"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.10",
"@toptal/picasso": "48.1.11",
"@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

## 48.1.11

### Patch Changes

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

## 48.1.10

### 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.10",
"version": "48.1.11",
"description": "Toptal UI components library",
"main": "dist-package/src/index.js",
"module": "dist-package/src/index.js",
Expand Down Expand Up @@ -91,7 +91,7 @@
"@toptal/picasso-step": "2.0.1",
"@toptal/picasso-switch": "2.0.11",
"@toptal/picasso-table": "2.0.8",
"@toptal/picasso-tabs": "4.0.0",
"@toptal/picasso-tabs": "4.0.1",
"@toptal/picasso-tag": "3.0.1",
"@toptal/picasso-tagselector": "2.0.10",
"@toptal/picasso-timeline": "3.0.0",
Expand Down

0 comments on commit 03e25d8

Please sign in to comment.