Skip to content

Version Packages #4096

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

Merged
merged 1 commit into from
Nov 4, 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
6 changes: 0 additions & 6 deletions .changeset/clean-llamas-joke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dirty-mails-kick.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/four-worms-search.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fresh-points-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-crews-brake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/grumpy-dryers-remain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/loud-items-rhyme.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lucky-fireants-complain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/modern-starfishes-matter.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-snails-crash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spicy-badgers-double.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strong-eagles-complain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tender-bugs-itch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tricky-jeans-collect.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-eyes-pay.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/warm-pots-rush.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/paste-codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 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)

* [`0d10a085b`](https://github.com/twilio-labs/paste/commit/0d10a085be3940fcf59288edc69a6992a090e97f) [#4067](https://github.com/twilio-labs/paste/pull/4067) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Tabs] make the non-fitted variant Tabs responsive. Export the context provider `TabsContext`.

## 0.12.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.12.0",
"version": "0.13.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.16.0",
"@twilio-paste/core": "^20.17.0",
"tsx": "^4.0.0"
}
}
6 changes: 6 additions & 0 deletions packages/paste-core/components/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/badge/package.json
Original file line number Diff line number Diff line change
@@ -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.",
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.8.0",
"@twilio-paste/design-tokens": "^10.9.0",
"@twilio-paste/icons": "^12.7.0",
"@twilio-paste/spinner": "^14.1.0",
"@twilio-paste/stack": "^8.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/callout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.2.1

### Patch Changes

- [`a150cf7a8`](https://github.com/twilio-labs/paste/commit/a150cf7a8cabd6a109d7130a5ddf2e3bd4532880) [#4127](https://github.com/twilio-labs/paste/pull/4127) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Callout] changed layout so elements align horizontally reducing vertical space used

## 4.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/callout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/callout",
"version": "4.2.0",
"version": "4.2.1",
"category": "feedback",
"status": "production",
"description": "A Callout is a banner that highlights important information on a page.",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@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.8.0",
"@twilio-paste/design-tokens": "^10.9.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/screen-reader-only": "^13.1.0",
"@twilio-paste/spinner": "^14.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/paste-core/components/code-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @twilio-paste/code-block

## 4.1.2

### Patch Changes

- [`0d10a085b`](https://github.com/twilio-labs/paste/commit/0d10a085be3940fcf59288edc69a6992a090e97f) [#4067](https://github.com/twilio-labs/paste/pull/4067) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [CodeBlock] make tabs responsive

* [`c23bb4c2a`](https://github.com/twilio-labs/paste/commit/c23bb4c2a809c8664898e84378b43eb26c263f4c) [#4122](https://github.com/twilio-labs/paste/pull/4122) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Code Block]: Fix underline bug caused due to pixel rounding

## 4.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "4.1.1",
"version": "4.1.2",
"category": "data display",
"status": "production",
"description": "A Code Block is a component used to display readable blocks of code.",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@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.2.0",
"@twilio-paste/design-tokens": "^10.9.0",
"@twilio-paste/flex": "^8.1.0",
"@twilio-paste/heading": "^11.1.0",
"@twilio-paste/icons": "^12.2.0",
Expand All @@ -75,7 +75,7 @@
"@twilio-paste/style-props": "^9.1.0",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/syntax-highlighter-library": "^3.0.0",
"@twilio-paste/tabs": "^8.1.0",
"@twilio-paste/tabs": "^8.3.0",
"@twilio-paste/tabs-primitive": "^2.0.0",
"@twilio-paste/text": "^10.1.0",
"@twilio-paste/theme": "^11.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @twilio-paste/in-page-navigation

## 4.3.2

### Patch Changes

- [`c23bb4c2a`](https://github.com/twilio-labs/paste/commit/c23bb4c2a809c8664898e84378b43eb26c263f4c) [#4122](https://github.com/twilio-labs/paste/pull/4122) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [In Page Navigation]: Fix underline bug caused due to pixel rounding

* [`0d10a085b`](https://github.com/twilio-labs/paste/commit/0d10a085be3940fcf59288edc69a6992a090e97f) [#4067](https://github.com/twilio-labs/paste/pull/4067) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [In Page Navigation] make items scrollable

## 4.3.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/in-page-navigation",
"version": "4.3.1",
"version": "4.3.2",
"category": "navigation",
"status": "production",
"description": "In Page Navigation is a set of links that lets users navigate between related pages.",
Expand Down Expand Up @@ -48,7 +48,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.9.0",
"@twilio-paste/icons": "^12.2.2",
"@twilio-paste/style-props": "^9.1.1",
"@twilio-paste/styling-library": "^3.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/inline-code/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/inline-code

## 4.1.2

### Patch Changes

- [`7425eceb8`](https://github.com/twilio-labs/paste/commit/7425eceb892b15becce4ed5da13e79045c3cfb63) [#4109](https://github.com/twilio-labs/paste/pull/4109) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Inline Code]: Update children prop to accept `React.ReactNode` instead of `string`

## 4.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/inline-code/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/inline-code",
"version": "4.1.1",
"version": "4.1.2",
"category": "typography",
"status": "production",
"description": "An inline code component visually distinguishes pieces of texts as fragments of code.",
Expand Down Expand Up @@ -44,7 +44,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.9.0",
"@twilio-paste/style-props": "^9.1.0",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/theme": "^11.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/progress-steps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/progress-steps

## 2.2.1

### Patch Changes

- [`69d8d7c72`](https://github.com/twilio-labs/paste/commit/69d8d7c7204d672b742ce5c7eb02bf0d3b36b0a9) [#4126](https://github.com/twilio-labs/paste/pull/4126) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Progress Steps]: remove unnecessary space

## 2.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/progress-steps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/progress-steps",
"version": "2.2.0",
"version": "2.2.1",
"category": "data display",
"status": "production",
"description": "Progress Steps can be a presentational or interactive component and shows users an outline of a complex multi-step task.",
Expand Down Expand Up @@ -46,7 +46,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.8.0",
"@twilio-paste/design-tokens": "^10.9.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/style-props": "^9.1.0",
"@twilio-paste/styling-library": "^3.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/status/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/status/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down Expand Up @@ -56,12 +56,12 @@
"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",
"@twilio-paste/customization": "^8.1.1",
"@twilio-paste/design-tokens": "^10.3.0",
"@twilio-paste/design-tokens": "^10.9.0",
"@twilio-paste/icons": "^12.2.1",
"@twilio-paste/media-object": "^10.1.0",
"@twilio-paste/menu": "^14.1.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/paste-core/components/tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 8.3.0

### Minor Changes

- [`0d10a085b`](https://github.com/twilio-labs/paste/commit/0d10a085be3940fcf59288edc69a6992a090e97f) [#4067](https://github.com/twilio-labs/paste/pull/4067) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Tabs] make the non-fitted variant Tabs responsive. Export the context provider `TabsContext`.

### Patch Changes

- [`c23bb4c2a`](https://github.com/twilio-labs/paste/commit/c23bb4c2a809c8664898e84378b43eb26c263f4c) [#4122](https://github.com/twilio-labs/paste/pull/4122) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Tabs]: Fix underline bug caused due to pixel rounding

## 8.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/tabs",
"version": "8.2.1",
"version": "8.3.0",
"category": "interaction",
"status": "production",
"description": "Tabs are labeled controls that allow users to switch between multiple views within a page.",
Expand Down Expand Up @@ -49,7 +49,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.9.0",
"@twilio-paste/flex": "^8.1.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/reakit-library": "^2.1.0",
Expand Down
Loading
Loading