Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #4190

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dull-horses-exist.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dull-panthers-develop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fast-terms-fry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lemon-clouds-hug.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quiet-windows-poke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rare-gifts-wash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slimy-moons-design.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tough-dolphins-decide.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.15.0

### Minor Changes

- [`36bd1e305`](https://github.com/twilio-labs/paste/commit/36bd1e3058d06af6470f8f64c12b1fcdbc9f84a3) [#4168](https://github.com/twilio-labs/paste/pull/4168) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Blockquote]: Add new component

## 0.14.0

### Minor 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.14.0",
"version": "0.15.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.19.0",
"@twilio-paste/core": "^20.20.0",
"tsx": "^4.0.0"
}
}
11 changes: 11 additions & 0 deletions packages/paste-core/components/blockquote/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @twilio-paste/blockquote

## 1.0.0

### Major Changes

- [`36bd1e305`](https://github.com/twilio-labs/paste/commit/36bd1e3058d06af6470f8f64c12b1fcdbc9f84a3) [#4168](https://github.com/twilio-labs/paste/pull/4168) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Blockquote]: Added a new Blockquote component to library to act as a stylized text wrapper for a quotation and source.

### Minor Changes

- [`077d397e4`](https://github.com/twilio-labs/paste/commit/077d397e4c9e2991466b78ee7ed0270a331c18e7) [#4167](https://github.com/twilio-labs/paste/pull/4167) Thanks [@nkrantz](https://github.com/nkrantz)! - [Blockquote] add default bottom margin of space-70 to Blockquote, add marginBottom prop for the option to remove bottom margin when necessary.
10 changes: 5 additions & 5 deletions packages/paste-core/components/blockquote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/blockquote",
"version": "0.0.0",
"version": "1.0.0",
"category": "layout",
"status": "production",
"description": "A Blockquote is a stylized text wrapper for a quotation and source.",
Expand Down Expand Up @@ -50,19 +50,19 @@
"devDependencies": {
"@twilio-paste/anchor": "^12.0.0",
"@twilio-paste/animation-library": "^2.0.0",
"@twilio-paste/box": "^10.1.0",
"@twilio-paste/box": "^10.4.0",
"@twilio-paste/button": "^14.1.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.0",
"@twilio-paste/design-tokens": "^10.9.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/design-tokens": "^10.11.1",
"@twilio-paste/icons": "^12.8.0",
"@twilio-paste/screen-reader-only": "^13.1.0",
"@twilio-paste/spinner": "^14.0.0",
"@twilio-paste/stack": "^8.0.0",
"@twilio-paste/style-props": "^9.1.0",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/text": "^10.1.0",
"@twilio-paste/theme": "^11.0.0",
"@twilio-paste/theme": "^11.1.1",
"@twilio-paste/types": "^6.0.0",
"@twilio-paste/uid-library": "^2.0.0",
"@types/react": "^18.0.27",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/code-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/code-block

## 5.0.1

### Patch Changes

- [`168a8dfdf`](https://github.com/twilio-labs/paste/commit/168a8dfdf8bda1d5e7f9c66d2d50c3e649095024) [#4184](https://github.com/twilio-labs/paste/pull/4184) Thanks [@serifluous](https://github.com/serifluous)! - Updated spacing and sizing tokens for overflow button. No visible changes.

## 5.0.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/paste-core/components/code-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/code-block",
"version": "5.0.0",
"version": "5.0.1",
"category": "data display",
"status": "production",
"description": "A Code Block is a component used to display readable blocks of code.",
Expand Down Expand Up @@ -60,15 +60,15 @@
"devDependencies": {
"@twilio-paste/anchor": "^12.1.0",
"@twilio-paste/animation-library": "2.0.0",
"@twilio-paste/box": "^10.1.0",
"@twilio-paste/box": "^10.4.0",
"@twilio-paste/button": "^14.1.0",
"@twilio-paste/clipboard-copy-library": "^3.0.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.0",
"@twilio-paste/design-tokens": "^10.11.0",
"@twilio-paste/design-tokens": "^10.11.1",
"@twilio-paste/flex": "^8.1.0",
"@twilio-paste/heading": "^11.1.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/icons": "^12.8.0",
"@twilio-paste/keyboard-key": "^1.0.0",
"@twilio-paste/reakit-library": "^2.1.1",
"@twilio-paste/screen-reader-only": "^13.1.0",
Expand All @@ -80,7 +80,7 @@
"@twilio-paste/tabs": "^8.3.2",
"@twilio-paste/tabs-primitive": "^2.0.0",
"@twilio-paste/text": "^10.1.0",
"@twilio-paste/theme": "^11.0.0",
"@twilio-paste/theme": "^11.1.1",
"@twilio-paste/tooltip": "^12.0.0",
"@twilio-paste/tooltip-primitive": "^2.0.0",
"@twilio-paste/types": "^6.0.0",
Expand Down
28 changes: 28 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Change Log

## 20.20.0

### Minor Changes

- [`36bd1e305`](https://github.com/twilio-labs/paste/commit/36bd1e3058d06af6470f8f64c12b1fcdbc9f84a3) [#4168](https://github.com/twilio-labs/paste/pull/4168) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Icon]: Add Blockquote icon.

* [`36bd1e305`](https://github.com/twilio-labs/paste/commit/36bd1e3058d06af6470f8f64c12b1fcdbc9f84a3) [#4168](https://github.com/twilio-labs/paste/pull/4168) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Box]: Add cite prop for use with Blockquote

- [`077d397e4`](https://github.com/twilio-labs/paste/commit/077d397e4c9e2991466b78ee7ed0270a331c18e7) [#4167](https://github.com/twilio-labs/paste/pull/4167) Thanks [@nkrantz](https://github.com/nkrantz)! - [Blockquote] add default bottom margin of space-70 to Blockquote, add marginBottom prop for the option to remove bottom margin when necessary.

* [`932a03f23`](https://github.com/twilio-labs/paste/commit/932a03f2313f6a743729bd19e8222eeb704f7721) [#4173](https://github.com/twilio-labs/paste/pull/4173) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Lexical Library] exported additional helper functions and commands to allow advanced editor node manipulation programatically

- [`36bd1e305`](https://github.com/twilio-labs/paste/commit/36bd1e3058d06af6470f8f64c12b1fcdbc9f84a3) [#4168](https://github.com/twilio-labs/paste/pull/4168) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Blockquote]: Added a new Blockquote component to library to act as a stylized text wrapper for a quotation and source.

### Patch Changes

- [`168a8dfdf`](https://github.com/twilio-labs/paste/commit/168a8dfdf8bda1d5e7f9c66d2d50c3e649095024) [#4184](https://github.com/twilio-labs/paste/pull/4184) Thanks [@serifluous](https://github.com/serifluous)! - Updated spacing and sizing tokens for overflow button. No visible changes.

* [`5df8f1a13`](https://github.com/twilio-labs/paste/commit/5df8f1a132884efa2169614a10e8244866f39772) [#4175](https://github.com/twilio-labs/paste/pull/4175) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Tokens,Theme] fixed an issue when converting percentages to pixel values as alternatives text descriptions

* Updated dependencies [[`168a8dfdf`](https://github.com/twilio-labs/paste/commit/168a8dfdf8bda1d5e7f9c66d2d50c3e649095024), [`5df8f1a13`](https://github.com/twilio-labs/paste/commit/5df8f1a132884efa2169614a10e8244866f39772), [`36bd1e305`](https://github.com/twilio-labs/paste/commit/36bd1e3058d06af6470f8f64c12b1fcdbc9f84a3), [`077d397e4`](https://github.com/twilio-labs/paste/commit/077d397e4c9e2991466b78ee7ed0270a331c18e7), [`932a03f23`](https://github.com/twilio-labs/paste/commit/932a03f2313f6a743729bd19e8222eeb704f7721), [`36bd1e305`](https://github.com/twilio-labs/paste/commit/36bd1e3058d06af6470f8f64c12b1fcdbc9f84a3)]:
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]

## 20.19.0

### Minor Changes
Expand Down
16 changes: 8 additions & 8 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.19.0",
"version": "20.20.0",
"status": "production",
"description": "Core contains all the packages from the Paste design system.",
"author": "Twilio Inc.",
Expand Down Expand Up @@ -81,8 +81,8 @@
"@twilio-paste/avatar": "^9.1.0",
"@twilio-paste/badge": "^8.4.0",
"@twilio-paste/base-radio-checkbox": "^13.1.0",
"@twilio-paste/blockquote": "^0.0.0",
"@twilio-paste/box": "^10.3.0",
"@twilio-paste/blockquote": "^1.0.0",
"@twilio-paste/box": "^10.4.0",
"@twilio-paste/breadcrumb": "^11.1.1",
"@twilio-paste/button": "^14.1.2",
"@twilio-paste/button-group": "^4.2.0",
Expand All @@ -92,7 +92,7 @@
"@twilio-paste/chat-log": "^5.2.1",
"@twilio-paste/checkbox": "^13.1.2",
"@twilio-paste/clipboard-copy-library": "^3.0.0",
"@twilio-paste/code-block": "^5.0.0",
"@twilio-paste/code-block": "^5.0.1",
"@twilio-paste/code-editor-library": "^2.0.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/combobox": "^16.3.0",
Expand All @@ -103,7 +103,7 @@
"@twilio-paste/data-visualization-library": "^5.1.0",
"@twilio-paste/date-picker": "^6.1.1",
"@twilio-paste/description-list": "^4.2.0",
"@twilio-paste/design-tokens": "^10.11.0",
"@twilio-paste/design-tokens": "^10.11.1",
"@twilio-paste/detail-text": "^3.1.0",
"@twilio-paste/disclosure": "^12.1.0",
"@twilio-paste/disclosure-primitive": "^2.1.1",
Expand All @@ -127,7 +127,7 @@
"@twilio-paste/input-box": "^10.1.1",
"@twilio-paste/keyboard-key": "^1.0.0",
"@twilio-paste/label": "^13.1.1",
"@twilio-paste/lexical-library": "^4.2.0",
"@twilio-paste/lexical-library": "^4.3.0",
"@twilio-paste/list": "^8.2.1",
"@twilio-paste/listbox-primitive": "^3.0.1",
"@twilio-paste/media-object": "^10.1.0",
Expand Down Expand Up @@ -172,7 +172,7 @@
"@twilio-paste/tabs-primitive": "^2.0.1",
"@twilio-paste/text": "^10.1.1",
"@twilio-paste/textarea": "^10.2.0",
"@twilio-paste/theme": "^11.1.0",
"@twilio-paste/theme": "^11.1.1",
"@twilio-paste/time-picker": "^6.1.1",
"@twilio-paste/timeline": "^1.0.1",
"@twilio-paste/toast": "^12.2.1",
Expand All @@ -194,7 +194,7 @@
"react-dom": "^16.8.6 || ^17.0.2 || ^18.0.0"
},
"devDependencies": {
"@twilio-paste/icons": "^12.7.0",
"@twilio-paste/icons": "^12.8.0",
"@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-core/primitives/box/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 10.4.0

### Minor Changes

- [`36bd1e305`](https://github.com/twilio-labs/paste/commit/36bd1e3058d06af6470f8f64c12b1fcdbc9f84a3) [#4168](https://github.com/twilio-labs/paste/pull/4168) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Box]: Add cite prop for use with Blockquote

## 10.3.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/primitives/box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/box",
"version": "10.3.0",
"version": "10.4.0",
"category": "layout",
"status": "production",
"description": "The Box primitive is one of the pillars of our system. It can be any HTML element and can receive many of our token values as props. We use Box to build most of our other components.",
Expand Down Expand Up @@ -45,10 +45,10 @@
"@twilio-paste/animation-library": "^2.0.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.11.1",
"@twilio-paste/style-props": "^9.1.1",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/theme": "^11.0.0",
"@twilio-paste/theme": "^11.1.1",
"@twilio-paste/types": "^6.0.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
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.11.1

### Patch Changes

- [`5df8f1a13`](https://github.com/twilio-labs/paste/commit/5df8f1a132884efa2169614a10e8244866f39772) [#4175](https://github.com/twilio-labs/paste/pull/4175) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Tokens,Theme] fixed an issue when converting percentages to pixel values as alternatives text descriptions

## 10.11.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.11.0",
"version": "10.11.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.8.0

### Minor Changes

- [`36bd1e305`](https://github.com/twilio-labs/paste/commit/36bd1e3058d06af6470f8f64c12b1fcdbc9f84a3) [#4168](https://github.com/twilio-labs/paste/pull/4168) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Icon]: Add Blockquote icon.

## 12.7.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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.7.0",
"version": "12.8.0",
"description": "Twilio's icon library, ready for use and with accessibility considerations",
"author": "Twilio Inc.",
"license": "MIT",
Expand Down Expand Up @@ -41,13 +41,13 @@
},
"devDependencies": {
"@twilio-paste/animation-library": "^2.0.0",
"@twilio-paste/box": "^10.3.0",
"@twilio-paste/box": "^10.4.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.2.0",
"@twilio-paste/design-tokens": "^10.7.0",
"@twilio-paste/design-tokens": "^10.11.1",
"@twilio-paste/style-props": "^9.1.1",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/theme": "^11.1.0",
"@twilio-paste/theme": "^11.1.1",
"@twilio-paste/types": "^6.0.0",
"@twilio-paste/uid-library": "^2.0.0",
"@types/react": "^18.0.27",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-libraries/lexical/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.3.0

### Minor Changes

- [`932a03f23`](https://github.com/twilio-labs/paste/commit/932a03f2313f6a743729bd19e8222eeb704f7721) [#4173](https://github.com/twilio-labs/paste/pull/4173) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Lexical Library] exported additional helper functions and commands to allow advanced editor node manipulation programatically

## 4.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-libraries/lexical/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/lexical-library",
"version": "4.2.0",
"version": "4.3.0",
"category": "library",
"status": "production",
"description": "The Lexical third party library.",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 11.1.1

### Patch Changes

- [`5df8f1a13`](https://github.com/twilio-labs/paste/commit/5df8f1a132884efa2169614a10e8244866f39772) [#4175](https://github.com/twilio-labs/paste/pull/4175) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Tokens,Theme] fixed an issue when converting percentages to pixel values as alternatives text descriptions

## 11.1.0

### Minor Changes
Expand Down
Loading
Loading