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 Oct 16, 2024
1 parent 0d10a08 commit f6afba1
Show file tree
Hide file tree
Showing 30 changed files with 143 additions and 109 deletions.
6 changes: 0 additions & 6 deletions .changeset/clean-llamas-joke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/four-worms-search.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fresh-points-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-crews-brake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/grumpy-dryers-remain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/loud-items-rhyme.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/modern-starfishes-matter.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-snails-crash.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strong-eagles-complain.md

This file was deleted.

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

## 0.13.0

### Minor Changes

- [`52ea25758`](https://github.com/twilio-labs/paste/commit/52ea25758a46f4da27950b4809d473fbfe9b74a1) [#4094](https://github.com/twilio-labs/paste/pull/4094) Thanks [@nkrantz](https://github.com/nkrantz)! - [Codemods] new export from badge package (type)

* [`0d10a085b`](https://github.com/twilio-labs/paste/commit/0d10a085be3940fcf59288edc69a6992a090e97f) [#4067](https://github.com/twilio-labs/paste/pull/4067) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Tabs] make the non-fitted variant Tabs responsive. Export the context provider `TabsContext`.

## 0.12.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.12.0",
"version": "0.13.0",
"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.16.0",
"@twilio-paste/core": "^20.17.0",
"tsx": "^4.0.0"
}
}
6 changes: 6 additions & 0 deletions packages/paste-core/components/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/badge

## 8.4.0

### Minor Changes

- [`52ea25758`](https://github.com/twilio-labs/paste/commit/52ea25758a46f4da27950b4809d473fbfe9b74a1) [#4094](https://github.com/twilio-labs/paste/pull/4094) Thanks [@nkrantz](https://github.com/nkrantz)! - [Badge] new type export: BadgeSizes for use in status-badge package

## 8.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/badge",
"version": "8.3.1",
"version": "8.4.0",
"category": "data display",
"status": "production",
"description": "A Badge is a visual text label that describes an attribute of an object.",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@twilio-paste/box": "^10.1.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.0",
"@twilio-paste/design-tokens": "^10.8.0",
"@twilio-paste/design-tokens": "^10.9.0",
"@twilio-paste/icons": "^12.7.0",
"@twilio-paste/spinner": "^14.1.0",
"@twilio-paste/stack": "^8.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/code-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/code-block

## 4.1.2

### Patch Changes

- [`0d10a085b`](https://github.com/twilio-labs/paste/commit/0d10a085be3940fcf59288edc69a6992a090e97f) [#4067](https://github.com/twilio-labs/paste/pull/4067) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [CodeBlock] make tabs responsive

## 4.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/code-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/code-block",
"version": "4.1.1",
"version": "4.1.2",
"category": "data display",
"status": "production",
"description": "A Code Block is a component used to display readable blocks of code.",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@twilio-paste/clipboard-copy-library": "^3.0.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.0",
"@twilio-paste/design-tokens": "^10.2.0",
"@twilio-paste/design-tokens": "^10.9.0",
"@twilio-paste/flex": "^8.1.0",
"@twilio-paste/heading": "^11.1.0",
"@twilio-paste/icons": "^12.2.0",
Expand All @@ -75,7 +75,7 @@
"@twilio-paste/style-props": "^9.1.0",
"@twilio-paste/styling-library": "^3.0.0",
"@twilio-paste/syntax-highlighter-library": "^3.0.0",
"@twilio-paste/tabs": "^8.1.0",
"@twilio-paste/tabs": "^8.3.0",
"@twilio-paste/tabs-primitive": "^2.0.0",
"@twilio-paste/text": "^10.1.0",
"@twilio-paste/theme": "^11.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/in-page-navigation

## 4.3.2

### Patch Changes

- [`0d10a085b`](https://github.com/twilio-labs/paste/commit/0d10a085be3940fcf59288edc69a6992a090e97f) [#4067](https://github.com/twilio-labs/paste/pull/4067) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [In Page Navigation] make items scrollable

## 4.3.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/in-page-navigation",
"version": "4.3.1",
"version": "4.3.2",
"category": "navigation",
"status": "production",
"description": "In Page Navigation is a set of links that lets users navigate between related pages.",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@twilio-paste/box": "^10.3.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.1",
"@twilio-paste/design-tokens": "^10.4.0",
"@twilio-paste/design-tokens": "^10.9.0",
"@twilio-paste/icons": "^12.2.2",
"@twilio-paste/style-props": "^9.1.1",
"@twilio-paste/styling-library": "^3.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/status/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/status

## 2.2.0

### Minor Changes

- [`52ea25758`](https://github.com/twilio-labs/paste/commit/52ea25758a46f4da27950b4809d473fbfe9b74a1) [#4094](https://github.com/twilio-labs/paste/pull/4094) Thanks [@nkrantz](https://github.com/nkrantz)! - [Status Badge] add new `size` value "borderless" which removes padding and border (box shadow) for a less stylized option of Status Badge for use in Tables and other crowded layouts.

## 2.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/components/status/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/status",
"version": "2.1.1",
"version": "2.2.0",
"category": "feedback",
"status": "production",
"description": "A Status component communicates the status of a process or connectivity to an application or service.",
Expand Down Expand Up @@ -56,12 +56,12 @@
"devDependencies": {
"@twilio-paste/anchor": "^12.1.0",
"@twilio-paste/animation-library": "^2.0.0",
"@twilio-paste/badge": "^8.1.0",
"@twilio-paste/badge": "^8.4.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.1",
"@twilio-paste/design-tokens": "^10.3.0",
"@twilio-paste/design-tokens": "^10.9.0",
"@twilio-paste/icons": "^12.2.1",
"@twilio-paste/media-object": "^10.1.0",
"@twilio-paste/menu": "^14.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 8.3.0

### Minor Changes

- [`0d10a085b`](https://github.com/twilio-labs/paste/commit/0d10a085be3940fcf59288edc69a6992a090e97f) [#4067](https://github.com/twilio-labs/paste/pull/4067) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Tabs] make the non-fitted variant Tabs responsive. Export the context provider `TabsContext`.

## 8.2.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/tabs",
"version": "8.2.1",
"version": "8.3.0",
"category": "interaction",
"status": "production",
"description": "Tabs are labeled controls that allow users to switch between multiple views within a page.",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@twilio-paste/box": "^10.3.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.1.1",
"@twilio-paste/design-tokens": "^10.4.0",
"@twilio-paste/design-tokens": "^10.9.0",
"@twilio-paste/flex": "^8.1.0",
"@twilio-paste/icons": "^12.2.0",
"@twilio-paste/reakit-library": "^2.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/visual-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/visual-picker

## 2.0.4

### Patch Changes

- [`afba2aeba`](https://github.com/twilio-labs/paste/commit/afba2aeba8ca7bbdca4d0baebc4975b96c862a48) [#4102](https://github.com/twilio-labs/paste/pull/4102) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Visual Picker]: Fix Visual Picker checkbox doesn't work in firefox when checkbox is clicked on directly

## 2.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/components/visual-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/visual-picker",
"version": "2.0.3",
"version": "2.0.4",
"category": "interaction",
"status": "production",
"description": "Visual Picker is a stylistically enhanced checkbox or radio selection element.",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@twilio-paste/checkbox": "^13.1.1",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/customization": "^8.2.0",
"@twilio-paste/design-tokens": "^10.4.1",
"@twilio-paste/design-tokens": "^10.9.0",
"@twilio-paste/flex": "^8.0.0",
"@twilio-paste/help-text": "^13.0.0",
"@twilio-paste/icons": "^12.2.3",
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

## 20.17.0

### Minor Changes

- [`52ea25758`](https://github.com/twilio-labs/paste/commit/52ea25758a46f4da27950b4809d473fbfe9b74a1) [#4094](https://github.com/twilio-labs/paste/pull/4094) Thanks [@nkrantz](https://github.com/nkrantz)! - [Status Badge] add new `size` value "borderless" which removes padding and border (box shadow) for a less stylized option of Status Badge for use in Tables and other crowded layouts.

* [`0d10a085b`](https://github.com/twilio-labs/paste/commit/0d10a085be3940fcf59288edc69a6992a090e97f) [#4067](https://github.com/twilio-labs/paste/pull/4067) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Design Token] added new box shadows to support scrollable styling on inverse colored components

- [`52ea25758`](https://github.com/twilio-labs/paste/commit/52ea25758a46f4da27950b4809d473fbfe9b74a1) [#4094](https://github.com/twilio-labs/paste/pull/4094) Thanks [@nkrantz](https://github.com/nkrantz)! - [Badge] new type export: BadgeSizes for use in status-badge package

* [`0d10a085b`](https://github.com/twilio-labs/paste/commit/0d10a085be3940fcf59288edc69a6992a090e97f) [#4067](https://github.com/twilio-labs/paste/pull/4067) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Tabs] make the non-fitted variant Tabs responsive. Export the context provider `TabsContext`.

### Patch Changes

- [`fb3dc4835`](https://github.com/twilio-labs/paste/commit/fb3dc4835c6b2d8d0fd3390ac3f0fdefc9efaddd) [#4084](https://github.com/twilio-labs/paste/pull/4084) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Grid]: Fix rowGap and columnGap prop not applying

* [`0d10a085b`](https://github.com/twilio-labs/paste/commit/0d10a085be3940fcf59288edc69a6992a090e97f) [#4067](https://github.com/twilio-labs/paste/pull/4067) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [CodeBlock] make tabs responsive

- [`0d10a085b`](https://github.com/twilio-labs/paste/commit/0d10a085be3940fcf59288edc69a6992a090e97f) [#4067](https://github.com/twilio-labs/paste/pull/4067) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [In Page Navigation] make items scrollable

* [`afba2aeba`](https://github.com/twilio-labs/paste/commit/afba2aeba8ca7bbdca4d0baebc4975b96c862a48) [#4102](https://github.com/twilio-labs/paste/pull/4102) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Visual Picker]: Fix Visual Picker checkbox doesn't work in firefox when checkbox is clicked on directly

* Updated dependencies [[`52ea25758`](https://github.com/twilio-labs/paste/commit/52ea25758a46f4da27950b4809d473fbfe9b74a1), [`fb3dc4835`](https://github.com/twilio-labs/paste/commit/fb3dc4835c6b2d8d0fd3390ac3f0fdefc9efaddd), [`0d10a085b`](https://github.com/twilio-labs/paste/commit/0d10a085be3940fcf59288edc69a6992a090e97f), [`0d10a085b`](https://github.com/twilio-labs/paste/commit/0d10a085be3940fcf59288edc69a6992a090e97f), [`0d10a085b`](https://github.com/twilio-labs/paste/commit/0d10a085be3940fcf59288edc69a6992a090e97f), [`afba2aeba`](https://github.com/twilio-labs/paste/commit/afba2aeba8ca7bbdca4d0baebc4975b96c862a48), [`52ea25758`](https://github.com/twilio-labs/paste/commit/52ea25758a46f4da27950b4809d473fbfe9b74a1), [`0d10a085b`](https://github.com/twilio-labs/paste/commit/0d10a085be3940fcf59288edc69a6992a090e97f)]:
- @twilio-paste/status@2.2.0
- @twilio-paste/grid@8.1.2
- @twilio-paste/design-tokens@10.9.0
- @twilio-paste/code-block@4.1.2
- @twilio-paste/in-page-navigation@4.3.2
- @twilio-paste/visual-picker@2.0.4
- @twilio-paste/badge@8.4.0
- @twilio-paste/tabs@8.3.0

## 20.16.0

### Minor Changes
Expand Down
18 changes: 9 additions & 9 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.16.0",
"version": "20.17.0",
"status": "production",
"description": "Core contains all the packages from the Paste design system.",
"author": "Twilio Inc.",
Expand Down Expand Up @@ -79,7 +79,7 @@
"@twilio-paste/animation-library": "^2.0.0",
"@twilio-paste/aspect-ratio": "^10.1.0",
"@twilio-paste/avatar": "^9.1.0",
"@twilio-paste/badge": "^8.3.1",
"@twilio-paste/badge": "^8.4.0",
"@twilio-paste/base-radio-checkbox": "^13.1.0",
"@twilio-paste/box": "^10.3.0",
"@twilio-paste/breadcrumb": "^11.1.1",
Expand All @@ -91,7 +91,7 @@
"@twilio-paste/chat-log": "^5.2.1",
"@twilio-paste/checkbox": "^13.1.2",
"@twilio-paste/clipboard-copy-library": "^3.0.0",
"@twilio-paste/code-block": "^4.1.1",
"@twilio-paste/code-block": "^4.1.2",
"@twilio-paste/code-editor-library": "^2.0.0",
"@twilio-paste/color-contrast-utils": "^5.0.0",
"@twilio-paste/combobox": "^16.3.0",
Expand All @@ -102,7 +102,7 @@
"@twilio-paste/data-visualization-library": "^5.1.0",
"@twilio-paste/date-picker": "^6.1.1",
"@twilio-paste/description-list": "^4.2.0",
"@twilio-paste/design-tokens": "^10.8.0",
"@twilio-paste/design-tokens": "^10.9.0",
"@twilio-paste/detail-text": "^3.1.0",
"@twilio-paste/disclosure": "^12.1.0",
"@twilio-paste/disclosure-primitive": "^2.1.1",
Expand All @@ -115,10 +115,10 @@
"@twilio-paste/flex": "^8.1.0",
"@twilio-paste/form": "^11.1.1",
"@twilio-paste/form-pill-group": "^8.1.1",
"@twilio-paste/grid": "^8.1.1",
"@twilio-paste/grid": "^8.1.2",
"@twilio-paste/heading": "^11.1.2",
"@twilio-paste/help-text": "^13.1.0",
"@twilio-paste/in-page-navigation": "^4.3.1",
"@twilio-paste/in-page-navigation": "^4.3.2",
"@twilio-paste/inline-code": "^4.1.1",
"@twilio-paste/inline-control-group": "^13.0.2",
"@twilio-paste/input": "^9.1.3",
Expand Down Expand Up @@ -158,14 +158,14 @@
"@twilio-paste/slider": "^3.0.1",
"@twilio-paste/spinner": "^14.1.2",
"@twilio-paste/stack": "^8.1.0",
"@twilio-paste/status": "^2.1.1",
"@twilio-paste/status": "^2.2.0",
"@twilio-paste/style-props": "^9.1.1",
"@twilio-paste/styling-library": "^3.0.0",
"@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.1",
"@twilio-paste/tabs": "^8.2.1",
"@twilio-paste/tabs": "^8.3.0",
"@twilio-paste/tabs-primitive": "^2.0.1",
"@twilio-paste/text": "^10.1.1",
"@twilio-paste/textarea": "^10.2.0",
Expand All @@ -181,7 +181,7 @@
"@twilio-paste/uid-library": "^2.0.0",
"@twilio-paste/user-dialog": "^2.1.2",
"@twilio-paste/utils": "^5.0.0",
"@twilio-paste/visual-picker": "^2.0.3"
"@twilio-paste/visual-picker": "^2.0.4"
},
"peerDependencies": {
"@twilio-paste/icons": "^12.0.0",
Expand Down
Loading

0 comments on commit f6afba1

Please sign in to comment.