Skip to content

Commit

Permalink
chore(release): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 6, 2024
1 parent dc599ce commit b90d5d8
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 30 deletions.
13 changes: 0 additions & 13 deletions .changeset/bright-steaks-rhyme.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-files-film.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/paste-core/components/badge/CHANGELOG.md
@@ -1,5 +1,11 @@
# @twilio-paste/badge

## 8.2.0

### Minor Changes

- [`dc599cecb`](https://github.com/twilio-labs/paste/commit/dc599cecbb044a06f61cfd3714e22b2d6e0be5aa) [#3798](https://github.com/twilio-labs/paste/pull/3798) Thanks [@nkrantz](https://github.com/nkrantz)! - [Badge] add 3 new badge variants: brand10, brand20, and brand30

## 8.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/badge/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/badge",
"version": "8.1.0",
"version": "8.2.0",
"category": "data display",
"status": "production",
"description": "A Badge is a visual text label that describes an attribute of an object.",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@twilio-paste/box": "^10.1.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.0",
"@twilio-paste/design-tokens": "^10.2.0",
"@twilio-paste/design-tokens": "^10.6.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/spinner": "^14.1.0",
"@twilio-paste/stack": "^8.1.0",
Expand Down
21 changes: 21 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
@@ -1,5 +1,26 @@
# Change Log

## 20.11.0

### Minor Changes

- [`dc599cecb`](https://github.com/twilio-labs/paste/commit/dc599cecbb044a06f61cfd3714e22b2d6e0be5aa) [#3798](https://github.com/twilio-labs/paste/pull/3798) Thanks [@nkrantz](https://github.com/nkrantz)! - [Design tokens] add 6 new shadow border tokens for brand badges:

- shadow-border-brand-10
- shadow-border-brand-20
- shadow-border-brand-30
- shadow-border-bottom-brand-10-strong
- shadow-border-bottom-brand-20-strong
- shadow-border-bottom-brand-30-strong

* [`dc599cecb`](https://github.com/twilio-labs/paste/commit/dc599cecbb044a06f61cfd3714e22b2d6e0be5aa) [#3798](https://github.com/twilio-labs/paste/pull/3798) Thanks [@nkrantz](https://github.com/nkrantz)! - [Badge] add 3 new badge variants: brand10, brand20, and brand30

### Patch Changes

- Updated dependencies [[`dc599cecb`](https://github.com/twilio-labs/paste/commit/dc599cecbb044a06f61cfd3714e22b2d6e0be5aa), [`dc599cecb`](https://github.com/twilio-labs/paste/commit/dc599cecbb044a06f61cfd3714e22b2d6e0be5aa)]:
- @twilio-paste/design-tokens@10.6.0
- @twilio-paste/badge@8.2.0

## 20.10.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/core-bundle/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/core",
"version": "20.10.0",
"version": "20.11.0",
"status": "production",
"description": "Core contains all the packages from the Paste design system.",
"author": "Twilio Inc.",
Expand Down Expand Up @@ -78,7 +78,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.1.0",
"@twilio-paste/badge": "^8.2.0",
"@twilio-paste/base-radio-checkbox": "^13.1.0",
"@twilio-paste/box": "^10.3.0",
"@twilio-paste/breadcrumb": "^11.1.1",
Expand All @@ -100,7 +100,7 @@
"@twilio-paste/data-visualization-library": "^5.0.0",
"@twilio-paste/date-picker": "^6.1.1",
"@twilio-paste/description-list": "^4.2.0",
"@twilio-paste/design-tokens": "^10.5.0",
"@twilio-paste/design-tokens": "^10.6.0",
"@twilio-paste/detail-text": "^3.1.0",
"@twilio-paste/disclosure": "^12.1.0",
"@twilio-paste/disclosure-primitive": "^2.1.1",
Expand Down
13 changes: 13 additions & 0 deletions packages/paste-design-tokens/CHANGELOG.md
@@ -1,5 +1,18 @@
# Change Log

## 10.6.0

### Minor Changes

- [`dc599cecb`](https://github.com/twilio-labs/paste/commit/dc599cecbb044a06f61cfd3714e22b2d6e0be5aa) [#3798](https://github.com/twilio-labs/paste/pull/3798) Thanks [@nkrantz](https://github.com/nkrantz)! - [Design tokens] add 6 new shadow border tokens for brand badges:

- shadow-border-brand-10
- shadow-border-brand-20
- shadow-border-brand-30
- shadow-border-bottom-brand-10-strong
- shadow-border-bottom-brand-20-strong
- shadow-border-bottom-brand-30-strong

## 10.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-design-tokens/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/design-tokens",
"version": "10.5.0",
"version": "10.6.0",
"description": "Paste Design System Tokens package with a number of different formats for Web, Mobile, and Sketch.",
"main": "dist/tokens.common.js",
"module": "dist/tokens.es6.js",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -11472,7 +11472,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/badge@^8.1.0, @twilio-paste/badge@workspace:packages/paste-core/components/badge":
"@twilio-paste/badge@^8.1.0, @twilio-paste/badge@^8.2.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:
Expand All @@ -11481,7 +11481,7 @@ __metadata:
"@twilio-paste/box": ^10.1.0
"@twilio-paste/color-contrast-utils": ^5.0.0
"@twilio-paste/customization": ^8.1.0
"@twilio-paste/design-tokens": ^10.2.0
"@twilio-paste/design-tokens": ^10.6.0
"@twilio-paste/icons": ^12.2.0
"@twilio-paste/spinner": ^14.1.0
"@twilio-paste/stack": ^8.1.0
Expand Down Expand Up @@ -12201,7 +12201,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.1.0
"@twilio-paste/badge": ^8.2.0
"@twilio-paste/base-radio-checkbox": ^13.1.0
"@twilio-paste/box": ^10.3.0
"@twilio-paste/breadcrumb": ^11.1.1
Expand All @@ -12223,7 +12223,7 @@ __metadata:
"@twilio-paste/data-visualization-library": ^5.0.0
"@twilio-paste/date-picker": ^6.1.1
"@twilio-paste/description-list": ^4.2.0
"@twilio-paste/design-tokens": ^10.5.0
"@twilio-paste/design-tokens": ^10.6.0
"@twilio-paste/detail-text": ^3.1.0
"@twilio-paste/disclosure": ^12.1.0
"@twilio-paste/disclosure-primitive": ^2.1.1
Expand Down Expand Up @@ -12529,7 +12529,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/design-tokens@^10.0.0, @twilio-paste/design-tokens@^10.2.0, @twilio-paste/design-tokens@^10.3.0, @twilio-paste/design-tokens@^10.4.0, @twilio-paste/design-tokens@^10.4.1, @twilio-paste/design-tokens@^10.5.0, @twilio-paste/design-tokens@workspace:packages/paste-design-tokens":
"@twilio-paste/design-tokens@^10.0.0, @twilio-paste/design-tokens@^10.2.0, @twilio-paste/design-tokens@^10.3.0, @twilio-paste/design-tokens@^10.4.0, @twilio-paste/design-tokens@^10.4.1, @twilio-paste/design-tokens@^10.5.0, @twilio-paste/design-tokens@^10.6.0, @twilio-paste/design-tokens@workspace:packages/paste-design-tokens":
version: 0.0.0-use.local
resolution: "@twilio-paste/design-tokens@workspace:packages/paste-design-tokens"
dependencies:
Expand Down

0 comments on commit b90d5d8

Please sign in to comment.