From 5beb59f74d6b3e262cbf62d8d74730dffcfe7e93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 5 Feb 2024 21:01:17 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/eighty-snails-watch.md | 6 ----- .changeset/four-bulldogs-join.md | 6 ----- .changeset/healthy-bulldogs-matter.md | 6 ----- .changeset/new-laws-mix.md | 7 ------ .../components/data-grid/CHANGELOG.md | 6 +++++ .../components/data-grid/package.json | 4 ++-- .../components/date-picker/CHANGELOG.md | 6 +++++ .../components/date-picker/package.json | 2 +- .../paste-core/components/table/CHANGELOG.md | 6 +++++ .../paste-core/components/table/package.json | 2 +- .../components/textarea/CHANGELOG.md | 6 +++++ .../components/textarea/package.json | 2 +- .../paste-core/components/toast/CHANGELOG.md | 6 +++++ .../paste-core/components/toast/package.json | 2 +- packages/paste-core/core-bundle/CHANGELOG.md | 21 ++++++++++++++++++ packages/paste-core/core-bundle/package.json | 12 +++++----- yarn.lock | 22 +++++++++---------- 17 files changed, 74 insertions(+), 48 deletions(-) delete mode 100644 .changeset/eighty-snails-watch.md delete mode 100644 .changeset/four-bulldogs-join.md delete mode 100644 .changeset/healthy-bulldogs-matter.md delete mode 100644 .changeset/new-laws-mix.md diff --git a/.changeset/eighty-snails-watch.md b/.changeset/eighty-snails-watch.md deleted file mode 100644 index 5cdbc7c84e..0000000000 --- a/.changeset/eighty-snails-watch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/toast": minor -"@twilio-paste/core": minor ---- - -[Toast]: adds ability to display multiple toasts from a single call diff --git a/.changeset/four-bulldogs-join.md b/.changeset/four-bulldogs-join.md deleted file mode 100644 index f648a0f1ab..0000000000 --- a/.changeset/four-bulldogs-join.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/date-picker": patch -"@twilio-paste/core": patch ---- - -[DatePicker] limit the max year to 9999 by default. This is overwritable. diff --git a/.changeset/healthy-bulldogs-matter.md b/.changeset/healthy-bulldogs-matter.md deleted file mode 100644 index f8c4d0d076..0000000000 --- a/.changeset/healthy-bulldogs-matter.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/textarea": minor -"@twilio-paste/core": minor ---- - -[Textarea] add `maxRows` prop which sets a max height the textarea can grow based on its content. diff --git a/.changeset/new-laws-mix.md b/.changeset/new-laws-mix.md deleted file mode 100644 index 729f764a77..0000000000 --- a/.changeset/new-laws-mix.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@twilio-paste/data-grid": patch -"@twilio-paste/table": patch -"@twilio-paste/core": patch ---- - -[Table, DataGrid] Fix regression that broke `noWrap` prop on Table and DataGrids. diff --git a/packages/paste-core/components/data-grid/CHANGELOG.md b/packages/paste-core/components/data-grid/CHANGELOG.md index 535f3c171a..7307b851fb 100644 --- a/packages/paste-core/components/data-grid/CHANGELOG.md +++ b/packages/paste-core/components/data-grid/CHANGELOG.md @@ -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 diff --git a/packages/paste-core/components/data-grid/package.json b/packages/paste-core/components/data-grid/package.json index bee6ae5d1c..31c97cae3e 100644 --- a/packages/paste-core/components/data-grid/package.json +++ b/packages/paste-core/components/data-grid/package.json @@ -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.", @@ -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", diff --git a/packages/paste-core/components/date-picker/CHANGELOG.md b/packages/paste-core/components/date-picker/CHANGELOG.md index 912e933fd5..5aedb28d51 100644 --- a/packages/paste-core/components/date-picker/CHANGELOG.md +++ b/packages/paste-core/components/date-picker/CHANGELOG.md @@ -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 diff --git a/packages/paste-core/components/date-picker/package.json b/packages/paste-core/components/date-picker/package.json index 9bc1d812ff..1abe9d011b 100644 --- a/packages/paste-core/components/date-picker/package.json +++ b/packages/paste-core/components/date-picker/package.json @@ -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.", diff --git a/packages/paste-core/components/table/CHANGELOG.md b/packages/paste-core/components/table/CHANGELOG.md index 707e0b9fd7..7eb1c3da6a 100644 --- a/packages/paste-core/components/table/CHANGELOG.md +++ b/packages/paste-core/components/table/CHANGELOG.md @@ -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 diff --git a/packages/paste-core/components/table/package.json b/packages/paste-core/components/table/package.json index 360e6437b9..5f64445c02 100644 --- a/packages/paste-core/components/table/package.json +++ b/packages/paste-core/components/table/package.json @@ -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.", diff --git a/packages/paste-core/components/textarea/CHANGELOG.md b/packages/paste-core/components/textarea/CHANGELOG.md index 68f6f88b5c..8d6e1e7dff 100644 --- a/packages/paste-core/components/textarea/CHANGELOG.md +++ b/packages/paste-core/components/textarea/CHANGELOG.md @@ -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 diff --git a/packages/paste-core/components/textarea/package.json b/packages/paste-core/components/textarea/package.json index 61030d0c69..27fcecb38e 100644 --- a/packages/paste-core/components/textarea/package.json +++ b/packages/paste-core/components/textarea/package.json @@ -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.", diff --git a/packages/paste-core/components/toast/CHANGELOG.md b/packages/paste-core/components/toast/CHANGELOG.md index 335c9f3515..82589004b9 100644 --- a/packages/paste-core/components/toast/CHANGELOG.md +++ b/packages/paste-core/components/toast/CHANGELOG.md @@ -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 diff --git a/packages/paste-core/components/toast/package.json b/packages/paste-core/components/toast/package.json index 7b2e6c119b..6b9a80fb25 100644 --- a/packages/paste-core/components/toast/package.json +++ b/packages/paste-core/components/toast/package.json @@ -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.", diff --git a/packages/paste-core/core-bundle/CHANGELOG.md b/packages/paste-core/core-bundle/CHANGELOG.md index 7959a01c70..54a9b6fb3b 100644 --- a/packages/paste-core/core-bundle/CHANGELOG.md +++ b/packages/paste-core/core-bundle/CHANGELOG.md @@ -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/toast@12.2.0 + - @twilio-paste/date-picker@6.1.1 + - @twilio-paste/textarea@10.2.0 + - @twilio-paste/data-grid@8.3.1 + - @twilio-paste/table@8.2.1 + ## 20.8.0 ### Minor Changes diff --git a/packages/paste-core/core-bundle/package.json b/packages/paste-core/core-bundle/package.json index 19749ddd21..518b481d94 100644 --- a/packages/paste-core/core-bundle/package.json +++ b/packages/paste-core/core-bundle/package.json @@ -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.", @@ -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", @@ -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", diff --git a/yarn.lock b/yarn.lock index b92e3e2f31..bfcdd958b6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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 @@ -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 @@ -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: @@ -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 @@ -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: @@ -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: @@ -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: @@ -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: