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

Merged
merged 1 commit into from
Feb 5, 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/eighty-snails-watch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/four-bulldogs-join.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/healthy-bulldogs-matter.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/new-laws-mix.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/paste-core/components/data-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/data-grid

## 8.3.1

### Patch Changes

- [`27b9e89ea`](https://github.com/twilio-labs/paste/commit/27b9e89ea4b3618216af1dba56dac5128a712ae4) [#3757](https://github.com/twilio-labs/paste/pull/3757) Thanks [@TheSisb](https://github.com/TheSisb)! - [Table, DataGrid] Fix regression that broke `noWrap` prop on Table and DataGrids.

## 8.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/data-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/data-grid",
"version": "8.3.0",
"version": "8.3.1",
"category": "interaction",
"status": "alpha",
"description": "A data grid is an interactive table used for working with a large collection of data in a scannable way.",
Expand Down Expand Up @@ -67,7 +67,7 @@
"@twilio-paste/stack": "^8.1.0",
"@twilio-paste/style-props": "^9.1.1",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/table": "^8.2.0",
"@twilio-paste/table": "^8.2.1",
"@twilio-paste/theme": "^11.1.0",
"@twilio-paste/types": "^6.0.0",
"@twilio-paste/uid-library": "^2.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/date-picker

## 6.1.1

### Patch Changes

- [`8d042fe67`](https://github.com/twilio-labs/paste/commit/8d042fe67a6dc1b451af4be8156bd009309b6fd9) [#3747](https://github.com/twilio-labs/paste/pull/3747) Thanks [@TheSisb](https://github.com/TheSisb)! - [DatePicker] limit the max year to 9999 by default. This is overwritable.

## 6.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/date-picker",
"version": "6.1.0",
"version": "6.1.1",
"category": "user input",
"status": "production",
"description": "A Date Picker is a form element used to select a date.",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 8.2.1

### Patch Changes

- [`27b9e89ea`](https://github.com/twilio-labs/paste/commit/27b9e89ea4b3618216af1dba56dac5128a712ae4) [#3757](https://github.com/twilio-labs/paste/pull/3757) Thanks [@TheSisb](https://github.com/TheSisb)! - [Table, DataGrid] Fix regression that broke `noWrap` prop on Table and DataGrids.

## 8.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/table",
"version": "8.2.0",
"version": "8.2.1",
"category": "data display",
"status": "production",
"description": "A Table is a collection of information displayed across columns and rows.",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/textarea/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 10.2.0

### Minor Changes

- [`3c3ec9b76`](https://github.com/twilio-labs/paste/commit/3c3ec9b765e22892674a09132987017881724e89) [#3746](https://github.com/twilio-labs/paste/pull/3746) Thanks [@TheSisb](https://github.com/TheSisb)! - [Textarea] add `maxRows` prop which sets a max height the textarea can grow based on its content.

## 10.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/textarea/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/textarea",
"version": "10.1.1",
"version": "10.2.0",
"category": "user input",
"status": "production",
"description": "A Textarea is a form element that allows users to enter text on multiple lines.",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/toast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 12.2.0

### Minor Changes

- [`33116f9c9`](https://github.com/twilio-labs/paste/commit/33116f9c9ef5211959dd844668c803095d202098) [#3749](https://github.com/twilio-labs/paste/pull/3749) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Toast]: adds ability to display multiple toasts from a single call

## 12.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/toast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/toast",
"version": "12.1.1",
"version": "12.2.0",
"category": "feedback",
"status": "production",
"description": "A Toast is an animated, temporary banner that communicates an immediate and direct response to a user action.",
Expand Down
21 changes: 21 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## 20.9.0

### Minor Changes

- [`33116f9c9`](https://github.com/twilio-labs/paste/commit/33116f9c9ef5211959dd844668c803095d202098) [#3749](https://github.com/twilio-labs/paste/pull/3749) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Toast]: adds ability to display multiple toasts from a single call

* [`3c3ec9b76`](https://github.com/twilio-labs/paste/commit/3c3ec9b765e22892674a09132987017881724e89) [#3746](https://github.com/twilio-labs/paste/pull/3746) Thanks [@TheSisb](https://github.com/TheSisb)! - [Textarea] add `maxRows` prop which sets a max height the textarea can grow based on its content.

### Patch Changes

- [`8d042fe67`](https://github.com/twilio-labs/paste/commit/8d042fe67a6dc1b451af4be8156bd009309b6fd9) [#3747](https://github.com/twilio-labs/paste/pull/3747) Thanks [@TheSisb](https://github.com/TheSisb)! - [DatePicker] limit the max year to 9999 by default. This is overwritable.

* [`27b9e89ea`](https://github.com/twilio-labs/paste/commit/27b9e89ea4b3618216af1dba56dac5128a712ae4) [#3757](https://github.com/twilio-labs/paste/pull/3757) Thanks [@TheSisb](https://github.com/TheSisb)! - [Table, DataGrid] Fix regression that broke `noWrap` prop on Table and DataGrids.

* Updated dependencies [[`33116f9c9`](https://github.com/twilio-labs/paste/commit/33116f9c9ef5211959dd844668c803095d202098), [`8d042fe67`](https://github.com/twilio-labs/paste/commit/8d042fe67a6dc1b451af4be8156bd009309b6fd9), [`3c3ec9b76`](https://github.com/twilio-labs/paste/commit/3c3ec9b765e22892674a09132987017881724e89), [`27b9e89ea`](https://github.com/twilio-labs/paste/commit/27b9e89ea4b3618216af1dba56dac5128a712ae4)]:
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]
- @twilio-paste/[email protected]

## 20.8.0

### Minor Changes
Expand Down
12 changes: 6 additions & 6 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.8.0",
"version": "20.9.0",
"status": "production",
"description": "Core contains all the packages from the Paste design system.",
"author": "Twilio Inc.",
Expand Down Expand Up @@ -96,9 +96,9 @@
"@twilio-paste/combobox": "^16.2.1",
"@twilio-paste/combobox-primitive": "^2.1.1",
"@twilio-paste/customization": "^8.2.0",
"@twilio-paste/data-grid": "^8.3.0",
"@twilio-paste/data-grid": "^8.3.1",
"@twilio-paste/data-visualization-library": "^5.0.0",
"@twilio-paste/date-picker": "^6.1.0",
"@twilio-paste/date-picker": "^6.1.1",
"@twilio-paste/description-list": "^4.2.0",
"@twilio-paste/design-tokens": "^10.4.1",
"@twilio-paste/detail-text": "^3.1.0",
Expand Down Expand Up @@ -161,14 +161,14 @@
"@twilio-paste/summary-detail": "^1.0.0",
"@twilio-paste/switch": "^5.1.1",
"@twilio-paste/syntax-highlighter-library": "^3.0.0",
"@twilio-paste/table": "^8.2.0",
"@twilio-paste/table": "^8.2.1",
"@twilio-paste/tabs": "^8.2.1",
"@twilio-paste/tabs-primitive": "^2.0.1",
"@twilio-paste/text": "^10.1.1",
"@twilio-paste/textarea": "^10.1.1",
"@twilio-paste/textarea": "^10.2.0",
"@twilio-paste/theme": "^11.1.0",
"@twilio-paste/time-picker": "^6.1.1",
"@twilio-paste/toast": "^12.1.1",
"@twilio-paste/toast": "^12.2.0",
"@twilio-paste/tooltip": "^11.1.1",
"@twilio-paste/tooltip-primitive": "^2.0.1",
"@twilio-paste/topbar": "^1.2.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12219,9 +12219,9 @@ __metadata:
"@twilio-paste/combobox": ^16.2.1
"@twilio-paste/combobox-primitive": ^2.1.1
"@twilio-paste/customization": ^8.2.0
"@twilio-paste/data-grid": ^8.3.0
"@twilio-paste/data-grid": ^8.3.1
"@twilio-paste/data-visualization-library": ^5.0.0
"@twilio-paste/date-picker": ^6.1.0
"@twilio-paste/date-picker": ^6.1.1
"@twilio-paste/description-list": ^4.2.0
"@twilio-paste/design-tokens": ^10.4.1
"@twilio-paste/detail-text": ^3.1.0
Expand Down Expand Up @@ -12285,14 +12285,14 @@ __metadata:
"@twilio-paste/summary-detail": ^1.0.0
"@twilio-paste/switch": ^5.1.1
"@twilio-paste/syntax-highlighter-library": ^3.0.0
"@twilio-paste/table": ^8.2.0
"@twilio-paste/table": ^8.2.1
"@twilio-paste/tabs": ^8.2.1
"@twilio-paste/tabs-primitive": ^2.0.1
"@twilio-paste/text": ^10.1.1
"@twilio-paste/textarea": ^10.1.1
"@twilio-paste/textarea": ^10.2.0
"@twilio-paste/theme": ^11.1.0
"@twilio-paste/time-picker": ^6.1.1
"@twilio-paste/toast": ^12.1.1
"@twilio-paste/toast": ^12.2.0
"@twilio-paste/tooltip": ^11.1.1
"@twilio-paste/tooltip-primitive": ^2.0.1
"@twilio-paste/topbar": ^1.2.0
Expand Down Expand Up @@ -12349,7 +12349,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/data-grid@^8.3.0, @twilio-paste/data-grid@workspace:packages/paste-core/components/data-grid":
"@twilio-paste/data-grid@^8.3.0, @twilio-paste/data-grid@^8.3.1, @twilio-paste/data-grid@workspace:packages/paste-core/components/data-grid":
version: 0.0.0-use.local
resolution: "@twilio-paste/data-grid@workspace:packages/paste-core/components/data-grid"
dependencies:
Expand All @@ -12367,7 +12367,7 @@ __metadata:
"@twilio-paste/stack": ^8.1.0
"@twilio-paste/style-props": ^9.1.1
"@twilio-paste/styling-library": ^3.0.0
"@twilio-paste/table": ^8.2.0
"@twilio-paste/table": ^8.2.1
"@twilio-paste/theme": ^11.1.0
"@twilio-paste/types": ^6.0.0
"@twilio-paste/uid-library": ^2.0.0
Expand Down Expand Up @@ -12438,7 +12438,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/date-picker@^6.1.0, @twilio-paste/date-picker@workspace:packages/paste-core/components/date-picker":
"@twilio-paste/date-picker@^6.1.0, @twilio-paste/date-picker@^6.1.1, @twilio-paste/date-picker@workspace:packages/paste-core/components/date-picker":
version: 0.0.0-use.local
resolution: "@twilio-paste/date-picker@workspace:packages/paste-core/components/date-picker"
dependencies:
Expand Down Expand Up @@ -15038,7 +15038,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/table@^8.2.0, @twilio-paste/table@workspace:packages/paste-core/components/table":
"@twilio-paste/table@^8.2.0, @twilio-paste/table@^8.2.1, @twilio-paste/table@workspace:packages/paste-core/components/table":
version: 0.0.0-use.local
resolution: "@twilio-paste/table@workspace:packages/paste-core/components/table"
dependencies:
Expand Down Expand Up @@ -15167,7 +15167,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/textarea@^10.1.1, @twilio-paste/textarea@workspace:packages/paste-core/components/textarea":
"@twilio-paste/textarea@^10.1.1, @twilio-paste/textarea@^10.2.0, @twilio-paste/textarea@workspace:packages/paste-core/components/textarea":
version: 0.0.0-use.local
resolution: "@twilio-paste/textarea@workspace:packages/paste-core/components/textarea"
dependencies:
Expand Down Expand Up @@ -15306,7 +15306,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/toast@^12.1.1, @twilio-paste/toast@workspace:packages/paste-core/components/toast":
"@twilio-paste/toast@^12.1.1, @twilio-paste/toast@^12.2.0, @twilio-paste/toast@workspace:packages/paste-core/components/toast":
version: 0.0.0-use.local
resolution: "@twilio-paste/toast@workspace:packages/paste-core/components/toast"
dependencies:
Expand Down
Loading