Skip to content

Commit

Permalink
Version Packages (#4095)
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 Jan 12, 2024
1 parent 147fd70 commit 7c72b1f
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/ninety-readers-build.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.3.3",
"@toptal/picasso": "42.3.4",
"storybook-readme": "^5.0.9",
"@babel/types": "^7.20.7"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/picasso-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 3.4.3

### Patch Changes

- [#4083](https://github.com/toptal/picasso/pull/4083) [`147fd703c1b9e70d2446bfb5f41dfaeb16a57381`](https://github.com/toptal/picasso/commit/147fd703c1b9e70d2446bfb5f41dfaeb16a57381) Thanks [@sashuk](https://github.com/sashuk)!
- bump `notistack` version

## 3.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/picasso-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-provider",
"version": "3.4.2",
"version": "3.4.3",
"description": "Picasso provider",
"author": "Toptal",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/picasso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 42.3.4

### Patch Changes

- [#4083](https://github.com/toptal/picasso/pull/4083) [`147fd703c1b9e70d2446bfb5f41dfaeb16a57381`](https://github.com/toptal/picasso/commit/147fd703c1b9e70d2446bfb5f41dfaeb16a57381) Thanks [@sashuk](https://github.com/sashuk)!
- bump `notistack` version

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

## 42.3.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/picasso/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso",
"version": "42.3.3",
"version": "42.3.4",
"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.1.2",
"@toptal/picasso-shared": "13.1.3",
"ap-style-title-case": "^1.1.2",
"classnames": "^2.3.1",
"d3": "^7.8.2",
Expand All @@ -53,7 +53,7 @@
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.1.2",
"@testing-library/react-hooks": "^8.0.1",
"@toptal/picasso-provider": "3.4.2",
"@toptal/picasso-provider": "3.4.3",
"@types/classnames": "^2.3.1",
"@types/d3": "^7.4.0",
"@types/glider-js": "^1.7.8",
Expand Down
7 changes: 7 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 13.1.3

### Patch Changes

- [#4083](https://github.com/toptal/picasso/pull/4083) [`147fd703c1b9e70d2446bfb5f41dfaeb16a57381`](https://github.com/toptal/picasso/commit/147fd703c1b9e70d2446bfb5f41dfaeb16a57381) Thanks [@sashuk](https://github.com/sashuk)!
- bump `notistack` version

## 13.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toptal/picasso-shared",
"version": "13.1.2",
"version": "13.1.3",
"description": "Shared types, utils for Picasso internal usage",
"author": "Toptal",
"homepage": "https://github.com/toptal/picasso/tree/master/packages/picasso-shared#readme",
Expand Down Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@types/classnames": "^2.3.1",
"@types/color": "^3.0.3",
"@toptal/picasso-provider": "3.4.2",
"@toptal/picasso-provider": "3.4.3",
"notistack": "3.0.1"
},
"sideEffects": [
Expand Down

0 comments on commit 7c72b1f

Please sign in to comment.