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 Jan 8, 2024
1 parent ec7e6ca commit c21d711
Show file tree
Hide file tree
Showing 17 changed files with 76 additions and 49 deletions.
6 changes: 0 additions & 6 deletions .changeset/angry-pens-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-islands-sell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/seven-guests-retire.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/three-turtles-vanish.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/paste-codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.7.0

### Minor Changes

- [`f5a0ae961`](https://github.com/twilio-labs/paste/commit/f5a0ae9610a838503d081f448324c354d39e6394) [#3662](https://github.com/twilio-labs/paste/pull/3662) Thanks [@nkrantz](https://github.com/nkrantz)! - [Codemods] added a new package: page-header

## 0.6.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/codemods",
"version": "0.6.1",
"version": "0.7.0",
"status": "production",
"description": "A collection of codemods for maintaining projects built with Paste.",
"author": "Twilio Inc.",
Expand All @@ -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.6.0",
"@twilio-paste/core": "^20.8.0",
"tsx": "^4.0.0"
}
}
8 changes: 8 additions & 0 deletions packages/paste-core/components/page-header/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @twilio-paste/page-header

## 1.0.0
### Major Changes



- [`f5a0ae961`](https://github.com/twilio-labs/paste/commit/f5a0ae9610a838503d081f448324c354d39e6394) [#3662](https://github.com/twilio-labs/paste/pull/3662) Thanks [@nkrantz](https://github.com/nkrantz)! - [Page Header] Create new Page Header package. Page Header is a layout component that wraps all top level components on a page.
4 changes: 2 additions & 2 deletions packages/paste-core/components/page-header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/page-header",
"version": "0.0.0",
"version": "1.0.0",
"category": "layout",
"status": "production",
"description": "Page header is a layout component that wraps all top level components on a page.",
Expand Down Expand Up @@ -47,7 +47,7 @@
"@twilio-paste/box": "^10.2.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.1",
"@twilio-paste/design-tokens": "^10.3.0",
"@twilio-paste/design-tokens": "^10.4.1",
"@twilio-paste/heading": "^11.1.1",
"@twilio-paste/paragraph": "^10.1.1",
"@twilio-paste/style-props": "^9.1.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 20.8.0

### Minor Changes

- [`f5a0ae961`](https://github.com/twilio-labs/paste/commit/f5a0ae9610a838503d081f448324c354d39e6394) [#3662](https://github.com/twilio-labs/paste/pull/3662) Thanks [@nkrantz](https://github.com/nkrantz)! - [Page Header] Create new Page Header package. Page Header is a layout component that wraps all top level components on a page.

### Patch Changes

- [`f5a0ae961`](https://github.com/twilio-labs/paste/commit/f5a0ae9610a838503d081f448324c354d39e6394) [#3662](https://github.com/twilio-labs/paste/pull/3662) Thanks [@nkrantz](https://github.com/nkrantz)! - [Design Tokens] Update value of line-height-90 from 2.75rem to 2.5rem

* [`f5a0ae961`](https://github.com/twilio-labs/paste/commit/f5a0ae9610a838503d081f448324c354d39e6394) [#3662](https://github.com/twilio-labs/paste/pull/3662) Thanks [@nkrantz](https://github.com/nkrantz)! - [Icons] Update svg of the DocumentationIcon for better alignment with text

* Updated dependencies [[`f5a0ae961`](https://github.com/twilio-labs/paste/commit/f5a0ae9610a838503d081f448324c354d39e6394), [`f5a0ae961`](https://github.com/twilio-labs/paste/commit/f5a0ae9610a838503d081f448324c354d39e6394)]:
- @twilio-paste/design-tokens@10.4.1
- @twilio-paste/page-header@1.0.0

## 20.7.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/paste-core/core-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/core",
"version": "20.7.0",
"version": "20.8.0",
"status": "production",
"description": "Core contains all the packages from the Paste design system.",
"author": "Twilio Inc.",
Expand Down Expand Up @@ -100,7 +100,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.4.0",
"@twilio-paste/design-tokens": "^10.4.1",
"@twilio-paste/detail-text": "^3.1.0",
"@twilio-paste/disclosure": "^12.1.0",
"@twilio-paste/disclosure-primitive": "^2.1.1",
Expand Down Expand Up @@ -133,7 +133,7 @@
"@twilio-paste/modal": "^16.1.1",
"@twilio-paste/modal-dialog-primitive": "^2.0.1",
"@twilio-paste/non-modal-dialog-primitive": "^2.0.2",
"@twilio-paste/page-header": "^0.0.0",
"@twilio-paste/page-header": "^1.0.0",
"@twilio-paste/pagination": "^7.1.1",
"@twilio-paste/paragraph": "^10.1.1",
"@twilio-paste/popover": "^13.2.0",
Expand Down Expand Up @@ -186,7 +186,7 @@
"react-dom": "^16.8.6 || ^17.0.2 || ^18.0.0"
},
"devDependencies": {
"@twilio-paste/icons": "^12.2.2",
"@twilio-paste/icons": "^12.2.3",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"react": "^18.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 10.4.1

### Patch Changes

- [`f5a0ae961`](https://github.com/twilio-labs/paste/commit/f5a0ae9610a838503d081f448324c354d39e6394) [#3662](https://github.com/twilio-labs/paste/pull/3662) Thanks [@nkrantz](https://github.com/nkrantz)! - [Design Tokens] Update value of line-height-90 from 2.75rem to 2.5rem

## 10.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/design-tokens",
"version": "10.4.0",
"version": "10.4.1",
"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
6 changes: 6 additions & 0 deletions packages/paste-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 12.2.3

### Patch Changes

- [`f5a0ae961`](https://github.com/twilio-labs/paste/commit/f5a0ae9610a838503d081f448324c354d39e6394) [#3662](https://github.com/twilio-labs/paste/pull/3662) Thanks [@nkrantz](https://github.com/nkrantz)! - [Icons] Update svg of the DocumentationIcon for better alignment with text

## 12.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/icons",
"version": "12.2.2",
"version": "12.2.3",
"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.1.1",
"@twilio-paste/design-tokens": "^10.4.0",
"@twilio-paste/design-tokens": "^10.4.1",
"@twilio-paste/style-props": "^9.1.1",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/theme": "^11.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/paste-website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @twilio-paste/website

## 2.23.42

### Patch Changes

- Updated dependencies [[`f5a0ae961`](https://github.com/twilio-labs/paste/commit/f5a0ae9610a838503d081f448324c354d39e6394), [`f5a0ae961`](https://github.com/twilio-labs/paste/commit/f5a0ae9610a838503d081f448324c354d39e6394)]:
- @twilio-paste/design-tokens@10.4.1
- @twilio-paste/icons@12.2.3

## 2.23.41

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@twilio-paste/website",
"description": "",
"version": "2.23.41",
"version": "2.23.42",
"author": "Twilio Inc.",
"private": true,
"license": "MIT",
Expand Down Expand Up @@ -58,7 +58,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.4.0",
"@twilio-paste/design-tokens": "^10.4.1",
"@twilio-paste/detail-text": "^3.1.0",
"@twilio-paste/disclosure": "^12.1.0",
"@twilio-paste/disclosure-primitive": "^2.1.1",
Expand All @@ -73,7 +73,7 @@
"@twilio-paste/grid": "^8.1.1",
"@twilio-paste/heading": "^11.1.1",
"@twilio-paste/help-text": "^13.1.0",
"@twilio-paste/icons": "12.2.2",
"@twilio-paste/icons": "12.2.3",
"@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
Original file line number Diff line number Diff line change
Expand Up @@ -12005,7 +12005,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.6.0
"@twilio-paste/core": ^20.8.0
chalk: 4.1.2
execa: 3.2.0
globby: "npm:globby@10.0.1"
Expand Down Expand Up @@ -12124,7 +12124,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/core@^20.0.0, @twilio-paste/core@^20.4.0, @twilio-paste/core@^20.6.0, @twilio-paste/core@workspace:packages/paste-core/core-bundle":
"@twilio-paste/core@^20.0.0, @twilio-paste/core@^20.4.0, @twilio-paste/core@^20.8.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:
Expand Down Expand Up @@ -12157,7 +12157,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.4.0
"@twilio-paste/design-tokens": ^10.4.1
"@twilio-paste/detail-text": ^3.1.0
"@twilio-paste/disclosure": ^12.1.0
"@twilio-paste/disclosure-primitive": ^2.1.1
Expand All @@ -12173,7 +12173,7 @@ __metadata:
"@twilio-paste/grid": ^8.1.1
"@twilio-paste/heading": ^11.1.1
"@twilio-paste/help-text": ^13.1.0
"@twilio-paste/icons": ^12.2.2
"@twilio-paste/icons": ^12.2.3
"@twilio-paste/in-page-navigation": ^4.3.1
"@twilio-paste/inline-code": ^4.1.1
"@twilio-paste/inline-control-group": ^13.0.2
Expand All @@ -12191,7 +12191,7 @@ __metadata:
"@twilio-paste/modal": ^16.1.1
"@twilio-paste/modal-dialog-primitive": ^2.0.1
"@twilio-paste/non-modal-dialog-primitive": ^2.0.2
"@twilio-paste/page-header": ^0.0.0
"@twilio-paste/page-header": ^1.0.0
"@twilio-paste/pagination": ^7.1.1
"@twilio-paste/paragraph": ^10.1.1
"@twilio-paste/popover": ^13.2.0
Expand Down Expand Up @@ -12462,7 +12462,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@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@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 @@ -13085,15 +13085,15 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/icons@12.2.2, @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@workspace:packages/paste-icons":
"@twilio-paste/icons@12.2.3, @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@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.1.1
"@twilio-paste/design-tokens": ^10.4.0
"@twilio-paste/design-tokens": ^10.4.1
"@twilio-paste/style-props": ^9.1.1
"@twilio-paste/styling-library": ^3.0.0
"@twilio-paste/theme": ^11.0.1
Expand Down Expand Up @@ -13774,15 +13774,15 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/page-header@^0.0.0, @twilio-paste/page-header@workspace:packages/paste-core/components/page-header":
"@twilio-paste/page-header@^1.0.0, @twilio-paste/page-header@workspace:packages/paste-core/components/page-header":
version: 0.0.0-use.local
resolution: "@twilio-paste/page-header@workspace:packages/paste-core/components/page-header"
dependencies:
"@twilio-paste/animation-library": ^2.0.0
"@twilio-paste/box": ^10.2.0
"@twilio-paste/color-contrast-utils": ^5.0.0
"@twilio-paste/customization": ^8.1.1
"@twilio-paste/design-tokens": ^10.3.0
"@twilio-paste/design-tokens": ^10.4.1
"@twilio-paste/heading": ^11.1.1
"@twilio-paste/paragraph": ^10.1.1
"@twilio-paste/style-props": ^9.1.1
Expand Down Expand Up @@ -15646,7 +15646,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.4.0
"@twilio-paste/design-tokens": ^10.4.1
"@twilio-paste/detail-text": ^3.1.0
"@twilio-paste/disclosure": ^12.1.0
"@twilio-paste/disclosure-primitive": ^2.1.1
Expand All @@ -15661,7 +15661,7 @@ __metadata:
"@twilio-paste/grid": ^8.1.1
"@twilio-paste/heading": ^11.1.1
"@twilio-paste/help-text": ^13.1.0
"@twilio-paste/icons": 12.2.2
"@twilio-paste/icons": 12.2.3
"@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 c21d711

Please sign in to comment.