Skip to content

Commit

Permalink
chore(release): version packages (#2482)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
TwilioPasteBot and github-actions[bot] authored Jul 7, 2022
1 parent 90b0191 commit a62cdf1
Show file tree
Hide file tree
Showing 23 changed files with 126 additions and 99 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-dryers-hope.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mighty-planets-wonder.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/odd-pumpkins-count.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/polite-kings-kiss.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-ears-shave.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smart-files-kiss.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-rivers-love.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/twelve-seahorses-turn.md

This file was deleted.

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

## 10.1.0

### Minor Changes

- [`24cf22318`](https://github.com/twilio-labs/paste/commit/24cf22318149087ef0d1b67d3fe7bbc11c8883ad) [#2493](https://github.com/twilio-labs/paste/pull/2493) Thanks [@nkrantz](https://github.com/nkrantz)! - [Button] Adds a new size, 'rounded_small', for the Conversations UI Kit

## 10.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/button",
"version": "10.0.1",
"version": "10.1.0",
"category": "interaction",
"status": "production",
"description": "A Button is a clickable element which communicates that users can trigger an action.",
Expand Down Expand Up @@ -49,12 +49,12 @@
"@twilio-paste/animation-library": "^0.3.7",
"@twilio-paste/box": "^6.0.1",
"@twilio-paste/design-tokens": "^7.3.0",
"@twilio-paste/icons": "^8.0.2",
"@twilio-paste/icons": "^8.1.0",
"@twilio-paste/spinner": "^10.0.1",
"@twilio-paste/stack": "^4.0.1",
"@twilio-paste/style-props": "^5.0.2",
"@twilio-paste/styling-library": "^1.0.2",
"@twilio-paste/theme": "^7.0.1",
"@twilio-paste/theme": "^7.0.2",
"@twilio-paste/types": "^3.1.8",
"@twilio-paste/uid-library": "^0.2.5",
"prop-types": "^15.7.2",
Expand Down
17 changes: 17 additions & 0 deletions packages/paste-core/components/chat-log/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @twilio-paste/chat-log

## 1.1.0

### Minor Changes

- [`39cfc65ea`](https://github.com/twilio-labs/paste/commit/39cfc65ea1f44e024732390527fc139a86138a72) [#2489](https://github.com/twilio-labs/paste/pull/2489) Thanks [@shleewhite](https://github.com/shleewhite)! - [Chat Log] add a ChatLog component

* [`0aa52162`](https://github.com/twilio-labs/paste/commit/0aa5216294bb195873e46b7fe83ce71250b7c38b) [#2501](https://github.com/twilio-labs/paste/pull/2501) Thanks [@gloriliale](https://github.com/gloriliale)! - [Chat log] Add several new components related to displaying attachments:

- ComposerAttachmentCard
- ChatAttachment
- ChatAttachmentLink
- ChatAttachmentDescription

### Patch Changes

- [`a8ad034fe`](https://github.com/twilio-labs/paste/commit/a8ad034fe0868e725d50dfe02266ea3855119bdb) [#2509](https://github.com/twilio-labs/paste/pull/2509) Thanks [@shleewhite](https://github.com/shleewhite)! - [Chat Log] Move types and styles to the component files

## 1.0.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/paste-core/components/chat-log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/chat-log",
"version": "1.0.1",
"version": "1.1.0",
"category": "data display",
"status": "alpha",
"description": "Chat log is a collection of components that allow users to read a series of messages over time.",
Expand Down Expand Up @@ -44,16 +44,16 @@
"devDependencies": {
"@twilio-paste/anchor": "^8.0.0",
"@twilio-paste/box": "^6.0.0",
"@twilio-paste/button": "^10.0.0",
"@twilio-paste/button": "^10.1.0",
"@twilio-paste/customization": "^4.0.0",
"@twilio-paste/design-tokens": "^7.2.0",
"@twilio-paste/icons": "^8.0.0",
"@twilio-paste/icons": "^8.1.0",
"@twilio-paste/media-object": "^6.0.0",
"@twilio-paste/screen-reader-only": "^9.0.0",
"@twilio-paste/style-props": "^5.0.0",
"@twilio-paste/text": "^6.0.0",
"@twilio-paste/theme": "^7.0.0",
"@twilio-paste/truncate": "^10.0.0",
"@twilio-paste/theme": "^7.0.2",
"@twilio-paste/truncate": "^10.0.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/display-pill-group

## 4.0.2

### Patch Changes

- [`90b019171`](https://github.com/twilio-labs/paste/commit/90b019171c520a92671d2514d48a332791f80e55) [#2515](https://github.com/twilio-labs/paste/pull/2515) Thanks [@TheSisb](https://github.com/TheSisb)! - [Display Pill Group] minor updates to the design.

## 4.0.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/display-pill-group",
"version": "4.0.1",
"version": "4.0.2",
"category": "data display",
"status": "production",
"description": "A Display Pill Group is a set of Pills used to visually represent a collection of entities outside of form-based UIs.",
Expand Down Expand Up @@ -46,10 +46,10 @@
"@twilio-paste/box": "^6.0.1",
"@twilio-paste/customization": "^4.0.2",
"@twilio-paste/design-tokens": "^7.3.0",
"@twilio-paste/icons": "^8.0.2",
"@twilio-paste/icons": "^8.1.0",
"@twilio-paste/style-props": "^5.0.2",
"@twilio-paste/styling-library": "^1.0.2",
"@twilio-paste/theme": "^7.0.1",
"@twilio-paste/theme": "^7.0.2",
"@twilio-paste/types": "^3.1.8",
"@twilio-paste/uid-library": "^0.2.5",
"prop-types": "^15.7.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/truncate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 10.0.2

### Patch Changes

- [`ce87a07d`](https://github.com/twilio-labs/paste/commit/ce87a07de10936cce9f3d0414bae5910e3ddbc9f) [#2476](https://github.com/twilio-labs/paste/pull/2476) Thanks [@shleewhite](https://github.com/shleewhite)! - [Truncate] fix alignment when truncate is within another component

## 10.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/truncate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/truncate",
"version": "10.0.1",
"version": "10.0.2",
"category": "typography",
"status": "production",
"description": "Truncate is a wrapper that shortens a string of text that overflows a defined area.",
Expand Down Expand Up @@ -39,10 +39,10 @@
"devDependencies": {
"@twilio-paste/box": "^6.0.1",
"@twilio-paste/design-tokens": "^7.3.0",
"@twilio-paste/icons": "^8.0.2",
"@twilio-paste/icons": "^8.1.0",
"@twilio-paste/style-props": "^5.0.2",
"@twilio-paste/styling-library": "^1.0.2",
"@twilio-paste/theme": "^7.0.1",
"@twilio-paste/theme": "^7.0.2",
"@twilio-paste/types": "^3.1.8",
"prop-types": "^15.7.2",
"react": "^17.0.2",
Expand Down
32 changes: 32 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Change Log

## 14.1.0

### Minor Changes

- [`24cf22318`](https://github.com/twilio-labs/paste/commit/24cf22318149087ef0d1b67d3fe7bbc11c8883ad) [#2493](https://github.com/twilio-labs/paste/pull/2493) Thanks [@nkrantz](https://github.com/nkrantz)! - [Button] Adds a new size, 'rounded_small', for the Conversations UI Kit

* [`39cfc65ea`](https://github.com/twilio-labs/paste/commit/39cfc65ea1f44e024732390527fc139a86138a72) [#2489](https://github.com/twilio-labs/paste/pull/2489) Thanks [@shleewhite](https://github.com/shleewhite)! - [Chat Log] add a ChatLog component

- [`0aa52162`](https://github.com/twilio-labs/paste/commit/0aa5216294bb195873e46b7fe83ce71250b7c38b) [#2501](https://github.com/twilio-labs/paste/pull/2501) Thanks [@gloriliale](https://github.com/gloriliale)! - [Chat log] Add several new components related to displaying attachments:

- ComposerAttachmentCard
- ChatAttachment
- ChatAttachmentLink
- ChatAttachmentDescription

### Patch Changes

- [`ce87a07d`](https://github.com/twilio-labs/paste/commit/ce87a07de10936cce9f3d0414bae5910e3ddbc9f) [#2476](https://github.com/twilio-labs/paste/pull/2476) Thanks [@shleewhite](https://github.com/shleewhite)! - [Truncate] fix alignment when truncate is within another component

* [`a8ad034fe`](https://github.com/twilio-labs/paste/commit/a8ad034fe0868e725d50dfe02266ea3855119bdb) [#2509](https://github.com/twilio-labs/paste/pull/2509) Thanks [@shleewhite](https://github.com/shleewhite)! - [Chat Log] Move types and styles to the component files

- [`90b019171`](https://github.com/twilio-labs/paste/commit/90b019171c520a92671d2514d48a332791f80e55) [#2515](https://github.com/twilio-labs/paste/pull/2515) Thanks [@TheSisb](https://github.com/TheSisb)! - [Display Pill Group] minor updates to the design.

* [`eb490746c`](https://github.com/twilio-labs/paste/commit/eb490746cb957a349fb217c13b886db4a7277342) [#2480](https://github.com/twilio-labs/paste/pull/2480) Thanks [@shleewhite](https://github.com/shleewhite)! - [Theme] fix isDeprecatedTheme to only throw a console error if a theme is deprecated.

* Updated dependencies [[`24cf22318`](https://github.com/twilio-labs/paste/commit/24cf22318149087ef0d1b67d3fe7bbc11c8883ad), [`ce87a07d`](https://github.com/twilio-labs/paste/commit/ce87a07de10936cce9f3d0414bae5910e3ddbc9f), [`a8ad034fe`](https://github.com/twilio-labs/paste/commit/a8ad034fe0868e725d50dfe02266ea3855119bdb), [`90b019171`](https://github.com/twilio-labs/paste/commit/90b019171c520a92671d2514d48a332791f80e55), [`39cfc65ea`](https://github.com/twilio-labs/paste/commit/39cfc65ea1f44e024732390527fc139a86138a72), [`eb490746c`](https://github.com/twilio-labs/paste/commit/eb490746cb957a349fb217c13b886db4a7277342), [`0aa52162`](https://github.com/twilio-labs/paste/commit/0aa5216294bb195873e46b7fe83ce71250b7c38b)]:
- @twilio-paste/button@10.1.0
- @twilio-paste/truncate@10.0.2
- @twilio-paste/chat-log@1.1.0
- @twilio-paste/display-pill-group@4.0.2
- @twilio-paste/theme@7.0.2

## 14.0.0

### Major Changes
Expand Down
14 changes: 7 additions & 7 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": "14.0.0",
"version": "14.1.0",
"status": "production",
"description": "Core contains all the packages from the Paste design system.",
"author": "Twilio Inc.",
Expand Down Expand Up @@ -34,9 +34,9 @@
"@twilio-paste/base-radio-checkbox": "^9.0.1",
"@twilio-paste/box": "^6.0.1",
"@twilio-paste/breadcrumb": "^7.0.1",
"@twilio-paste/button": "^10.0.1",
"@twilio-paste/button": "^10.1.0",
"@twilio-paste/card": "^5.0.1",
"@twilio-paste/chat-log": "^1.0.1",
"@twilio-paste/chat-log": "^1.1.0",
"@twilio-paste/checkbox": "^9.0.1",
"@twilio-paste/clipboard-copy-library": "^1.0.4",
"@twilio-paste/color-contrast-utils": "^2.0.5",
Expand All @@ -49,7 +49,7 @@
"@twilio-paste/design-tokens": "^7.3.0",
"@twilio-paste/disclosure": "^8.0.2",
"@twilio-paste/disclosure-primitive": "^0.3.9",
"@twilio-paste/display-pill-group": "^4.0.1",
"@twilio-paste/display-pill-group": "^4.0.2",
"@twilio-paste/dropdown-library": "^1.1.5",
"@twilio-paste/flex": "^4.0.1",
"@twilio-paste/form-pill-group": "^4.0.2",
Expand Down Expand Up @@ -87,12 +87,12 @@
"@twilio-paste/tabs-primitive": "^0.2.8",
"@twilio-paste/text": "^6.0.1",
"@twilio-paste/textarea": "^6.0.0",
"@twilio-paste/theme": "^7.0.1",
"@twilio-paste/theme": "^7.0.2",
"@twilio-paste/time-picker": "^2.0.1",
"@twilio-paste/toast": "^8.0.1",
"@twilio-paste/tooltip": "^7.0.2",
"@twilio-paste/tooltip-primitive": "^0.2.9",
"@twilio-paste/truncate": "^10.0.1",
"@twilio-paste/truncate": "^10.0.2",
"@twilio-paste/types": "^3.1.8",
"@twilio-paste/uid-library": "^0.2.5",
"@twilio-paste/utils": "^1.1.5"
Expand All @@ -104,7 +104,7 @@
"react-dom": "^16.8.6 || ^17.0.2"
},
"devDependencies": {
"@twilio-paste/icons": "^8.0.2",
"@twilio-paste/icons": "^8.1.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 8.1.0

### Minor Changes

- [`26e0d23fe`](https://github.com/twilio-labs/paste/commit/26e0d23fe7a2f41739ed53c6c76e2badb6bb2d4b) [#2501](https://github.com/twilio-labs/paste/pull/2501) Thanks [@gloriliale](https://github.com/gloriliale)! - [Icons] Add the new icon "CloseCircleIcon"

## 8.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/icons",
"version": "8.0.2",
"version": "8.1.0",
"description": "Twilio's icon library, ready for use and with accessibility considerations",
"author": "Twilio Inc.",
"license": "MIT",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@twilio-paste/design-tokens": "^7.3.0",
"@twilio-paste/style-props": "^5.0.2",
"@twilio-paste/styling-library": "^1.0.2",
"@twilio-paste/theme": "^7.0.1",
"@twilio-paste/theme": "^7.0.2",
"@twilio-paste/types": "^3.1.8",
"@twilio-paste/uid-library": "^0.2.5",
"lodash": "^4.17.21",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 7.0.2

### Patch Changes

- [`eb490746c`](https://github.com/twilio-labs/paste/commit/eb490746cb957a349fb217c13b886db4a7277342) [#2480](https://github.com/twilio-labs/paste/pull/2480) Thanks [@shleewhite](https://github.com/shleewhite)! - [Theme] fix isDeprecatedTheme to only throw a console error if a theme is deprecated.

## 7.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/theme",
"version": "7.0.1",
"version": "7.0.2",
"description": "Paste Design System Theme Package which provides support for APIs to theme UIs and components.",
"author": "Twilio Inc.",
"license": "MIT",
Expand Down
Loading

0 comments on commit a62cdf1

Please sign in to comment.