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 Nov 16, 2023
1 parent b97c052 commit 096dbe0
Show file tree
Hide file tree
Showing 111 changed files with 966 additions and 767 deletions.
6 changes: 0 additions & 6 deletions .changeset/bright-worms-heal.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/curvy-eels-tie.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fifty-waves-reflect.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hip-colts-invite.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/itchy-rats-do.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lucky-carrots-design.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/ninety-masks-report.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/quiet-dodos-act.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/real-paws-build.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-lamps-knock.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-lamps-knock1.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-lamps-knock10.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-lamps-knock11.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-lamps-knock12.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-lamps-knock13.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-lamps-knock14.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-lamps-knock15.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-lamps-knock16.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-lamps-knock17.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-lamps-knock2.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-lamps-knock3.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-lamps-knock4.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-lamps-knock5.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-lamps-knock6.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-lamps-knock7.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-lamps-knock8.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-lamps-knock9.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-jeans-switch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-numbers-shake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-oranges-unite.md

This file was deleted.

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

## 0.6.1

### Patch Changes

- [`b97c0525b`](https://github.com/twilio-labs/paste/commit/b97c0525b7c3211cdb02808f07d45cb7106438f9) [#3607](https://github.com/twilio-labs/paste/pull/3607) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [codemods]: Updated exports map

## 0.6.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.6.0",
"version": "0.6.1",
"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.5.0",
"@twilio-paste/core": "^20.6.0",
"tsx": "^3.12.10"
}
}
8 changes: 8 additions & 0 deletions packages/paste-core/components/account-switcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @twilio-paste/account-switcher

## 3.0.1

### Patch Changes

- Updated dependencies [[`b97c0525b`](https://github.com/twilio-labs/paste/commit/b97c0525b7c3211cdb02808f07d45cb7106438f9), [`b97c0525b`](https://github.com/twilio-labs/paste/commit/b97c0525b7c3211cdb02808f07d45cb7106438f9)]:
- @twilio-paste/screen-reader-only@13.1.1
- @twilio-paste/text@10.1.1

## 3.0.0

### Minor Changes
Expand Down
26 changes: 13 additions & 13 deletions packages/paste-core/components/account-switcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/account-switcher",
"version": "3.0.0",
"version": "3.0.1",
"category": "navigation",
"status": "production",
"description": "An Account Switcher is a stylized Menu Badge with a list of actions related to a user's accounts.",
Expand Down Expand Up @@ -38,13 +38,13 @@
"@twilio-paste/menu": "^14.0.0",
"@twilio-paste/menu-primitive": "^2.0.0",
"@twilio-paste/reakit-library": "^2.0.0",
"@twilio-paste/screen-reader-only": "13.1.0",
"@twilio-paste/screen-reader-only": "13.1.1",
"@twilio-paste/separator": "^8.0.0",
"@twilio-paste/spinner": "^14.0.0",
"@twilio-paste/stack": "^8.0.0",
"@twilio-paste/style-props": "^9.0.0",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/text": "10.1.0",
"@twilio-paste/text": "10.1.1",
"@twilio-paste/theme": "^11.0.0",
"@twilio-paste/types": "^6.0.0",
"@twilio-paste/uid-library": "^2.0.0",
Expand All @@ -57,23 +57,23 @@
"@twilio-paste/anchor": "^12.1.0",
"@twilio-paste/animation-library": "^2.0.0",
"@twilio-paste/badge": "^8.1.0",
"@twilio-paste/box": "^10.1.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.0",
"@twilio-paste/design-tokens": "^10.2.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/customization": "^8.1.1",
"@twilio-paste/design-tokens": "^10.3.0",
"@twilio-paste/icons": "^12.2.1",
"@twilio-paste/media-object": "^10.1.0",
"@twilio-paste/menu": "^14.1.0",
"@twilio-paste/menu-primitive": "^2.1.0",
"@twilio-paste/menu-primitive": "^2.1.1",
"@twilio-paste/reakit-library": "^2.1.0",
"@twilio-paste/screen-reader-only": "13.1.0",
"@twilio-paste/separator": "^8.1.0",
"@twilio-paste/spinner": "^14.1.0",
"@twilio-paste/screen-reader-only": "13.1.1",
"@twilio-paste/separator": "^8.1.1",
"@twilio-paste/spinner": "^14.1.1",
"@twilio-paste/stack": "^8.1.0",
"@twilio-paste/style-props": "^9.1.0",
"@twilio-paste/style-props": "^9.1.1",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/text": "10.1.0",
"@twilio-paste/text": "10.1.1",
"@twilio-paste/theme": "^11.0.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/data-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/data-grid

## 8.2.1

### Patch Changes

- [`b97c0525b`](https://github.com/twilio-labs/paste/commit/b97c0525b7c3211cdb02808f07d45cb7106438f9) [#3607](https://github.com/twilio-labs/paste/pull/3607) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Data Grid]: Re-add SortDirection type export

## 8.2.0

### Minor Changes
Expand Down
16 changes: 8 additions & 8 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.2.0",
"version": "8.2.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 @@ -55,17 +55,17 @@
"devDependencies": {
"@twilio-paste/anchor": "^12.1.0",
"@twilio-paste/animation-library": "^2.0.0",
"@twilio-paste/box": "^10.1.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.0",
"@twilio-paste/design-tokens": "^10.2.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/customization": "^8.1.1",
"@twilio-paste/design-tokens": "^10.3.0",
"@twilio-paste/icons": "^12.2.1",
"@twilio-paste/reakit-library": "^2.1.0",
"@twilio-paste/screen-reader-only": "^13.1.0",
"@twilio-paste/spinner": "^14.1.0",
"@twilio-paste/screen-reader-only": "^13.1.1",
"@twilio-paste/spinner": "^14.1.1",
"@twilio-paste/stack": "^8.1.0",
"@twilio-paste/style-props": "^9.1.0",
"@twilio-paste/style-props": "^9.1.1",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/table": "^8.1.0",
"@twilio-paste/theme": "^11.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/form

## 11.1.1

### Patch Changes

- [`3d5d1db5e`](https://github.com/twilio-labs/paste/commit/3d5d1db5e8eea37bcc6d296e4a349d08b0f75414) [#3601](https://github.com/twilio-labs/paste/pull/3601) Thanks [@nkrantz](https://github.com/nkrantz)! - [Form] Change color of FormSectionDescription from color-text-weak to color-text

## 11.1.0

### Minor Changes
Expand Down
Loading

0 comments on commit 096dbe0

Please sign in to comment.