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 #4096

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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/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/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.

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/code-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @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

## 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,11 @@
# @twilio-paste/in-page-navigation

## 4.3.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)! - [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/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
6 changes: 6 additions & 0 deletions packages/paste-core/components/tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 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`.

## 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
6 changes: 6 additions & 0 deletions packages/paste-core/components/visual-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/visual-picker

## 2.0.4

### Patch Changes

- [`afba2aeba`](https://github.com/twilio-labs/paste/commit/afba2aeba8ca7bbdca4d0baebc4975b96c862a48) [#4102](https://github.com/twilio-labs/paste/pull/4102) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Visual Picker]: Fix Visual Picker checkbox doesn't work in firefox when checkbox is clicked on directly

## 2.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/visual-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/visual-picker",
"version": "2.0.3",
"version": "2.0.4",
"category": "interaction",
"status": "production",
"description": "Visual Picker is a stylistically enhanced checkbox or radio selection element.",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@twilio-paste/checkbox": "^13.1.1",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.2.0",
"@twilio-paste/design-tokens": "^10.4.1",
"@twilio-paste/design-tokens": "^10.9.0",
"@twilio-paste/flex": "^8.0.0",
"@twilio-paste/help-text": "^13.0.0",
"@twilio-paste/icons": "^12.2.3",
Expand Down
35 changes: 35 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Change Log

## 20.17.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.

* [`0d10a085b`](https://github.com/twilio-labs/paste/commit/0d10a085be3940fcf59288edc69a6992a090e97f) [#4067](https://github.com/twilio-labs/paste/pull/4067) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Design Token] added new box shadows to support scrollable styling on inverse colored components

- [`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

* [`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

- [`fb3dc4835`](https://github.com/twilio-labs/paste/commit/fb3dc4835c6b2d8d0fd3390ac3f0fdefc9efaddd) [#4084](https://github.com/twilio-labs/paste/pull/4084) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Grid]: Fix rowGap and columnGap prop not applying

* [`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

- [`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

* [`afba2aeba`](https://github.com/twilio-labs/paste/commit/afba2aeba8ca7bbdca4d0baebc4975b96c862a48) [#4102](https://github.com/twilio-labs/paste/pull/4102) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Visual Picker]: Fix Visual Picker checkbox doesn't work in firefox when checkbox is clicked on directly

- [`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`

- Updated dependencies [[`52ea25758`](https://github.com/twilio-labs/paste/commit/52ea25758a46f4da27950b4809d473fbfe9b74a1), [`fb3dc4835`](https://github.com/twilio-labs/paste/commit/fb3dc4835c6b2d8d0fd3390ac3f0fdefc9efaddd), [`0d10a085b`](https://github.com/twilio-labs/paste/commit/0d10a085be3940fcf59288edc69a6992a090e97f), [`0d10a085b`](https://github.com/twilio-labs/paste/commit/0d10a085be3940fcf59288edc69a6992a090e97f), [`0d10a085b`](https://github.com/twilio-labs/paste/commit/0d10a085be3940fcf59288edc69a6992a090e97f), [`afba2aeba`](https://github.com/twilio-labs/paste/commit/afba2aeba8ca7bbdca4d0baebc4975b96c862a48), [`52ea25758`](https://github.com/twilio-labs/paste/commit/52ea25758a46f4da27950b4809d473fbfe9b74a1), [`7425eceb8`](https://github.com/twilio-labs/paste/commit/7425eceb892b15becce4ed5da13e79045c3cfb63), [`0d10a085b`](https://github.com/twilio-labs/paste/commit/0d10a085be3940fcf59288edc69a6992a090e97f)]:
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @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.16.0

### Minor Changes
Expand Down
Loading
Loading