From cd9f390c19353f94d1fbf837e2fd86e1ba349d70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 3 Oct 2024 23:16:14 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/clean-llamas-joke.md | 6 ------ .changeset/fuzzy-crews-brake.md | 5 ----- .changeset/soft-snails-crash.md | 6 ------ packages/paste-codemods/CHANGELOG.md | 6 ++++++ packages/paste-codemods/package.json | 4 ++-- packages/paste-core/components/badge/CHANGELOG.md | 6 ++++++ packages/paste-core/components/badge/package.json | 2 +- packages/paste-core/components/status/CHANGELOG.md | 6 ++++++ packages/paste-core/components/status/package.json | 4 ++-- packages/paste-core/core-bundle/CHANGELOG.md | 14 ++++++++++++++ packages/paste-core/core-bundle/package.json | 6 +++--- yarn.lock | 14 +++++++------- 12 files changed, 47 insertions(+), 32 deletions(-) delete mode 100644 .changeset/clean-llamas-joke.md delete mode 100644 .changeset/fuzzy-crews-brake.md delete mode 100644 .changeset/soft-snails-crash.md diff --git a/.changeset/clean-llamas-joke.md b/.changeset/clean-llamas-joke.md deleted file mode 100644 index 1925be3b5d..0000000000 --- a/.changeset/clean-llamas-joke.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/status": minor -"@twilio-paste/core": minor ---- - -[Status Badge] add new `size` value "borderless" which removes padding and border (box shadow) for a less stylized option of Status Badge for use in Tables and other crowded layouts. diff --git a/.changeset/fuzzy-crews-brake.md b/.changeset/fuzzy-crews-brake.md deleted file mode 100644 index 3549ab6a9f..0000000000 --- a/.changeset/fuzzy-crews-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@twilio-paste/codemods": minor ---- - -[Codemods] new export from badge package (type) diff --git a/.changeset/soft-snails-crash.md b/.changeset/soft-snails-crash.md deleted file mode 100644 index a6d3a9e7ac..0000000000 --- a/.changeset/soft-snails-crash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/badge": minor -"@twilio-paste/core": minor ---- - -[Badge] new type export: BadgeSizes for use in status-badge package diff --git a/packages/paste-codemods/CHANGELOG.md b/packages/paste-codemods/CHANGELOG.md index 7b2c846dbb..2a9ef03c4a 100644 --- a/packages/paste-codemods/CHANGELOG.md +++ b/packages/paste-codemods/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.13.0 + +### Minor Changes + +- [`52ea25758`](https://github.com/twilio-labs/paste/commit/52ea25758a46f4da27950b4809d473fbfe9b74a1) [#4094](https://github.com/twilio-labs/paste/pull/4094) Thanks [@nkrantz](https://github.com/nkrantz)! - [Codemods] new export from badge package (type) + ## 0.12.0 ### Minor Changes diff --git a/packages/paste-codemods/package.json b/packages/paste-codemods/package.json index 0efe2efa11..32ff823187 100644 --- a/packages/paste-codemods/package.json +++ b/packages/paste-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/codemods", - "version": "0.12.0", + "version": "0.13.0", "status": "production", "description": "A collection of codemods for maintaining projects built with Paste.", "author": "Twilio Inc.", @@ -25,7 +25,7 @@ "@babel/core": "^7.21.4", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/preset-env": "^7.21.4", - "@twilio-paste/core": "^20.16.0", + "@twilio-paste/core": "^20.17.0", "tsx": "^4.0.0" } } diff --git a/packages/paste-core/components/badge/CHANGELOG.md b/packages/paste-core/components/badge/CHANGELOG.md index 52e051d4fb..9617020d20 100644 --- a/packages/paste-core/components/badge/CHANGELOG.md +++ b/packages/paste-core/components/badge/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/badge +## 8.4.0 + +### Minor Changes + +- [`52ea25758`](https://github.com/twilio-labs/paste/commit/52ea25758a46f4da27950b4809d473fbfe9b74a1) [#4094](https://github.com/twilio-labs/paste/pull/4094) Thanks [@nkrantz](https://github.com/nkrantz)! - [Badge] new type export: BadgeSizes for use in status-badge package + ## 8.3.1 ### Patch Changes diff --git a/packages/paste-core/components/badge/package.json b/packages/paste-core/components/badge/package.json index a9e5672001..ee578f4e56 100644 --- a/packages/paste-core/components/badge/package.json +++ b/packages/paste-core/components/badge/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/badge", - "version": "8.3.1", + "version": "8.4.0", "category": "data display", "status": "production", "description": "A Badge is a visual text label that describes an attribute of an object.", diff --git a/packages/paste-core/components/status/CHANGELOG.md b/packages/paste-core/components/status/CHANGELOG.md index e12d29995c..96e7c46014 100644 --- a/packages/paste-core/components/status/CHANGELOG.md +++ b/packages/paste-core/components/status/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/status +## 2.2.0 + +### Minor Changes + +- [`52ea25758`](https://github.com/twilio-labs/paste/commit/52ea25758a46f4da27950b4809d473fbfe9b74a1) [#4094](https://github.com/twilio-labs/paste/pull/4094) Thanks [@nkrantz](https://github.com/nkrantz)! - [Status Badge] add new `size` value "borderless" which removes padding and border (box shadow) for a less stylized option of Status Badge for use in Tables and other crowded layouts. + ## 2.1.1 ### Patch Changes diff --git a/packages/paste-core/components/status/package.json b/packages/paste-core/components/status/package.json index 5fa574806a..9f7d6aa979 100644 --- a/packages/paste-core/components/status/package.json +++ b/packages/paste-core/components/status/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/status", - "version": "2.1.1", + "version": "2.2.0", "category": "feedback", "status": "production", "description": "A Status component communicates the status of a process or connectivity to an application or service.", @@ -56,7 +56,7 @@ "devDependencies": { "@twilio-paste/anchor": "^12.1.0", "@twilio-paste/animation-library": "^2.0.0", - "@twilio-paste/badge": "^8.1.0", + "@twilio-paste/badge": "^8.4.0", "@twilio-paste/box": "^10.2.0", "@twilio-paste/button": "^14.1.0", "@twilio-paste/color-contrast-utils": "^5.0.0", diff --git a/packages/paste-core/core-bundle/CHANGELOG.md b/packages/paste-core/core-bundle/CHANGELOG.md index 7b70067069..7b99e98c25 100644 --- a/packages/paste-core/core-bundle/CHANGELOG.md +++ b/packages/paste-core/core-bundle/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 20.17.0 + +### Minor Changes + +- [`52ea25758`](https://github.com/twilio-labs/paste/commit/52ea25758a46f4da27950b4809d473fbfe9b74a1) [#4094](https://github.com/twilio-labs/paste/pull/4094) Thanks [@nkrantz](https://github.com/nkrantz)! - [Status Badge] add new `size` value "borderless" which removes padding and border (box shadow) for a less stylized option of Status Badge for use in Tables and other crowded layouts. + +* [`52ea25758`](https://github.com/twilio-labs/paste/commit/52ea25758a46f4da27950b4809d473fbfe9b74a1) [#4094](https://github.com/twilio-labs/paste/pull/4094) Thanks [@nkrantz](https://github.com/nkrantz)! - [Badge] new type export: BadgeSizes for use in status-badge package + +### Patch Changes + +- Updated dependencies [[`52ea25758`](https://github.com/twilio-labs/paste/commit/52ea25758a46f4da27950b4809d473fbfe9b74a1), [`52ea25758`](https://github.com/twilio-labs/paste/commit/52ea25758a46f4da27950b4809d473fbfe9b74a1)]: + - @twilio-paste/status@2.2.0 + - @twilio-paste/badge@8.4.0 + ## 20.16.0 ### Minor Changes diff --git a/packages/paste-core/core-bundle/package.json b/packages/paste-core/core-bundle/package.json index 699746ee87..46a567c48d 100644 --- a/packages/paste-core/core-bundle/package.json +++ b/packages/paste-core/core-bundle/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/core", - "version": "20.16.0", + "version": "20.17.0", "status": "production", "description": "Core contains all the packages from the Paste design system.", "author": "Twilio Inc.", @@ -79,7 +79,7 @@ "@twilio-paste/animation-library": "^2.0.0", "@twilio-paste/aspect-ratio": "^10.1.0", "@twilio-paste/avatar": "^9.1.0", - "@twilio-paste/badge": "^8.3.1", + "@twilio-paste/badge": "^8.4.0", "@twilio-paste/base-radio-checkbox": "^13.1.0", "@twilio-paste/box": "^10.3.0", "@twilio-paste/breadcrumb": "^11.1.1", @@ -158,7 +158,7 @@ "@twilio-paste/slider": "^3.0.1", "@twilio-paste/spinner": "^14.1.2", "@twilio-paste/stack": "^8.1.0", - "@twilio-paste/status": "^2.1.1", + "@twilio-paste/status": "^2.2.0", "@twilio-paste/style-props": "^9.1.1", "@twilio-paste/styling-library": "^3.0.0", "@twilio-paste/summary-detail": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index 2ce69b38ab..0f79c79d8b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11528,7 +11528,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/badge@^8.1.0, @twilio-paste/badge@^8.3.0, @twilio-paste/badge@^8.3.1, @twilio-paste/badge@workspace:packages/paste-core/components/badge": +"@twilio-paste/badge@^8.1.0, @twilio-paste/badge@^8.3.0, @twilio-paste/badge@^8.3.1, @twilio-paste/badge@^8.4.0, @twilio-paste/badge@workspace:packages/paste-core/components/badge": version: 0.0.0-use.local resolution: "@twilio-paste/badge@workspace:packages/paste-core/components/badge" dependencies: @@ -12143,7 +12143,7 @@ __metadata: "@babel/core": ^7.21.4 "@babel/plugin-proposal-object-rest-spread": ^7.20.7 "@babel/preset-env": ^7.21.4 - "@twilio-paste/core": ^20.16.0 + "@twilio-paste/core": ^20.17.0 chalk: 4.1.2 execa: 3.2.0 globby: "npm:globby@10.0.1" @@ -12264,7 +12264,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/core@^20.0.0, @twilio-paste/core@^20.16.0, @twilio-paste/core@^20.4.0, @twilio-paste/core@workspace:packages/paste-core/core-bundle": +"@twilio-paste/core@^20.0.0, @twilio-paste/core@^20.17.0, @twilio-paste/core@^20.4.0, @twilio-paste/core@workspace:packages/paste-core/core-bundle": version: 0.0.0-use.local resolution: "@twilio-paste/core@workspace:packages/paste-core/core-bundle" dependencies: @@ -12276,7 +12276,7 @@ __metadata: "@twilio-paste/animation-library": ^2.0.0 "@twilio-paste/aspect-ratio": ^10.1.0 "@twilio-paste/avatar": ^9.1.0 - "@twilio-paste/badge": ^8.3.1 + "@twilio-paste/badge": ^8.4.0 "@twilio-paste/base-radio-checkbox": ^13.1.0 "@twilio-paste/box": ^10.3.0 "@twilio-paste/breadcrumb": ^11.1.1 @@ -12356,7 +12356,7 @@ __metadata: "@twilio-paste/slider": ^3.0.1 "@twilio-paste/spinner": ^14.1.2 "@twilio-paste/stack": ^8.1.0 - "@twilio-paste/status": ^2.1.1 + "@twilio-paste/status": ^2.2.0 "@twilio-paste/style-props": ^9.1.1 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/summary-detail": ^1.0.0 @@ -14975,13 +14975,13 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/status@^2.1.1, @twilio-paste/status@workspace:packages/paste-core/components/status": +"@twilio-paste/status@^2.1.1, @twilio-paste/status@^2.2.0, @twilio-paste/status@workspace:packages/paste-core/components/status": version: 0.0.0-use.local resolution: "@twilio-paste/status@workspace:packages/paste-core/components/status" dependencies: "@twilio-paste/anchor": ^12.1.0 "@twilio-paste/animation-library": ^2.0.0 - "@twilio-paste/badge": ^8.1.0 + "@twilio-paste/badge": ^8.4.0 "@twilio-paste/box": ^10.2.0 "@twilio-paste/button": ^14.1.0 "@twilio-paste/color-contrast-utils": ^5.0.0