Skip to content

Commit

Permalink
chore(release): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 2, 2024
1 parent 33116f9 commit f501b20
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 31 deletions.
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.

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

- 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)]:
- @twilio-paste/toast@12.2.0
- @twilio-paste/date-picker@6.1.1
- @twilio-paste/textarea@10.2.0

## 20.8.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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 @@ -98,7 +98,7 @@
"@twilio-paste/customization": "^8.2.0",
"@twilio-paste/data-grid": "^8.3.0",
"@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 @@ -165,10 +165,10 @@
"@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
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12221,7 +12221,7 @@ __metadata:
"@twilio-paste/customization": ^8.2.0
"@twilio-paste/data-grid": ^8.3.0
"@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 @@ -12289,10 +12289,10 @@ __metadata:
"@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 @@ -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 @@ -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

0 comments on commit f501b20

Please sign in to comment.