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 18, 2024
1 parent 307631c commit f8545b4
Show file tree
Hide file tree
Showing 15 changed files with 85 additions and 56 deletions.
13 changes: 0 additions & 13 deletions .changeset/bright-steaks-rhyme.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/large-berries-crash.md

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-games-suffer.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
6 changes: 3 additions & 3 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,8 +50,8 @@
"@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/icons": "^12.2.0",
"@twilio-paste/design-tokens": "^10.6.0",
"@twilio-paste/icons": "^12.4.0",
"@twilio-paste/spinner": "^14.1.0",
"@twilio-paste/stack": "^8.1.0",
"@twilio-paste/style-props": "^9.1.0",
Expand Down
23 changes: 23 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
@@ -1,5 +1,28 @@
# 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

* [`1430b8c80`](https://github.com/twilio-labs/paste/commit/1430b8c80f1abefc2c6ef18d70bbaa5a80fd2ad0) [#3808](https://github.com/twilio-labs/paste/pull/3808) Thanks [@nkrantz](https://github.com/nkrantz)! - [Icons] Add new icons SentimentNeutral, SentimentPositive, SentimentNegative, and Folder

- [`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
8 changes: 4 additions & 4 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 Expand Up @@ -187,7 +187,7 @@
"react-dom": "^16.8.6 || ^17.0.2 || ^18.0.0"
},
"devDependencies": {
"@twilio-paste/icons": "^12.3.0",
"@twilio-paste/icons": "^12.4.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"react": "^18.0.0",
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
8 changes: 8 additions & 0 deletions packages/paste-icons/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log

## 12.4.0

### Minor Changes

- [`1430b8c80`](https://github.com/twilio-labs/paste/commit/1430b8c80f1abefc2c6ef18d70bbaa5a80fd2ad0) [#3808](https://github.com/twilio-labs/paste/pull/3808) Thanks [@nkrantz](https://github.com/nkrantz)! - [Icons] Add new icons SentimentNeutral, SentimentPositive, SentimentNegative, and Folder

* [`c04a38a0b`](https://github.com/twilio-labs/paste/commit/c04a38a0b9434aee16a3b143a7b76c3d9e6b5553) [#3820](https://github.com/twilio-labs/paste/pull/3820) Thanks [@dkundel](https://github.com/dkundel)! - add AI Assistants icon

## 12.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/icons",
"version": "12.3.0",
"version": "12.4.0",
"description": "Twilio's icon library, ready for use and with accessibility considerations",
"author": "Twilio Inc.",
"license": "MIT",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@twilio-paste/box": "^10.3.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.2.0",
"@twilio-paste/design-tokens": "^10.5.0",
"@twilio-paste/design-tokens": "^10.6.0",
"@twilio-paste/style-props": "^9.1.1",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/theme": "^11.1.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/paste-website/CHANGELOG.md
@@ -1,5 +1,14 @@
# @twilio-paste/website

## 2.23.44

### Patch Changes

- Updated dependencies [[`dc599cecb`](https://github.com/twilio-labs/paste/commit/dc599cecbb044a06f61cfd3714e22b2d6e0be5aa), [`1430b8c80`](https://github.com/twilio-labs/paste/commit/1430b8c80f1abefc2c6ef18d70bbaa5a80fd2ad0), [`dc599cecb`](https://github.com/twilio-labs/paste/commit/dc599cecbb044a06f61cfd3714e22b2d6e0be5aa), [`c04a38a0b`](https://github.com/twilio-labs/paste/commit/c04a38a0b9434aee16a3b143a7b76c3d9e6b5553)]:
- @twilio-paste/design-tokens@10.6.0
- @twilio-paste/icons@12.4.0
- @twilio-paste/badge@8.2.0

## 2.23.43

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/paste-website/package.json
@@ -1,7 +1,7 @@
{
"name": "@twilio-paste/website",
"description": "",
"version": "2.23.43",
"version": "2.23.44",
"author": "Twilio Inc.",
"private": true,
"license": "MIT",
Expand Down Expand Up @@ -40,7 +40,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 @@ -61,7 +61,7 @@
"@twilio-paste/data-visualization-library": "^5.0.0",
"@twilio-paste/date-picker": "^6.1.0",
"@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 All @@ -76,7 +76,7 @@
"@twilio-paste/grid": "^8.1.1",
"@twilio-paste/heading": "^11.1.2",
"@twilio-paste/help-text": "^13.1.0",
"@twilio-paste/icons": "12.3.0",
"@twilio-paste/icons": "12.4.0",
"@twilio-paste/in-page-navigation": "^4.3.1",
"@twilio-paste/inline-code": "^4.1.1",
"@twilio-paste/inline-control-group": "^13.0.2",
Expand Down
24 changes: 12 additions & 12 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,8 +11481,8 @@ __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/icons": ^12.2.0
"@twilio-paste/design-tokens": ^10.6.0
"@twilio-paste/icons": ^12.4.0
"@twilio-paste/spinner": ^14.1.0
"@twilio-paste/stack": ^8.1.0
"@twilio-paste/style-props": ^9.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 All @@ -12239,7 +12239,7 @@ __metadata:
"@twilio-paste/grid": ^8.1.1
"@twilio-paste/heading": ^11.1.2
"@twilio-paste/help-text": ^13.1.0
"@twilio-paste/icons": ^12.3.0
"@twilio-paste/icons": ^12.4.0
"@twilio-paste/in-page-navigation": ^4.3.1
"@twilio-paste/inline-code": ^4.1.1
"@twilio-paste/inline-control-group": ^13.0.2
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 Expand Up @@ -13152,15 +13152,15 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/icons@12.3.0, @twilio-paste/icons@^12.0.0, @twilio-paste/icons@^12.1.0, @twilio-paste/icons@^12.2.0, @twilio-paste/icons@^12.2.1, @twilio-paste/icons@^12.2.2, @twilio-paste/icons@^12.2.3, @twilio-paste/icons@^12.3.0, @twilio-paste/icons@workspace:packages/paste-icons":
"@twilio-paste/icons@12.4.0, @twilio-paste/icons@^12.0.0, @twilio-paste/icons@^12.1.0, @twilio-paste/icons@^12.2.0, @twilio-paste/icons@^12.2.1, @twilio-paste/icons@^12.2.2, @twilio-paste/icons@^12.2.3, @twilio-paste/icons@^12.3.0, @twilio-paste/icons@^12.4.0, @twilio-paste/icons@workspace:packages/paste-icons":
version: 0.0.0-use.local
resolution: "@twilio-paste/icons@workspace:packages/paste-icons"
dependencies:
"@twilio-paste/animation-library": ^2.0.0
"@twilio-paste/box": ^10.3.0
"@twilio-paste/color-contrast-utils": ^5.0.0
"@twilio-paste/customization": ^8.2.0
"@twilio-paste/design-tokens": ^10.5.0
"@twilio-paste/design-tokens": ^10.6.0
"@twilio-paste/style-props": ^9.1.1
"@twilio-paste/styling-library": ^3.0.0
"@twilio-paste/theme": ^11.1.0
Expand Down Expand Up @@ -15750,7 +15750,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 @@ -15771,7 +15771,7 @@ __metadata:
"@twilio-paste/data-visualization-library": ^5.0.0
"@twilio-paste/date-picker": ^6.1.0
"@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 All @@ -15786,7 +15786,7 @@ __metadata:
"@twilio-paste/grid": ^8.1.1
"@twilio-paste/heading": ^11.1.2
"@twilio-paste/help-text": ^13.1.0
"@twilio-paste/icons": 12.3.0
"@twilio-paste/icons": 12.4.0
"@twilio-paste/in-page-navigation": ^4.3.1
"@twilio-paste/inline-code": ^4.1.1
"@twilio-paste/inline-control-group": ^13.0.2
Expand Down

0 comments on commit f8545b4

Please sign in to comment.