Skip to content

Commit acd6f76

Browse files
github-actions[bot]SiTaggart
authored andcommitted
chore(release): version packages
1 parent 1a7bb34 commit acd6f76

File tree

14 files changed

+53
-35
lines changed

14 files changed

+53
-35
lines changed

.changeset/nervous-moles-sleep.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/stupid-zebras-wave.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/two-humans-press.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/warm-hats-serve.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/paste-core/components/checkbox/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 6.0.3
4+
5+
### Patch Changes
6+
7+
- [`5e08f10d`](https://github.com/twilio-labs/paste/commit/5e08f10da50f13c057bb20a7208fcfb7ff08d6ad) [#974](https://github.com/twilio-labs/paste/pull/974) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Checkbox] Remove unused `value` prop.
8+
39
## 6.0.2
410

511
### Patch Changes

packages/paste-core/components/checkbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/checkbox",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"category": "user input",
55
"status": "production",
66
"description": "The Checkbox and Checkbox Group are used to enable binary choices",
@@ -51,7 +51,7 @@
5151
"@twilio-paste/design-tokens": "^6.6.0",
5252
"@twilio-paste/help-text": "^6.0.2",
5353
"@twilio-paste/icons": "^5.1.2",
54-
"@twilio-paste/inline-control-group": "^6.0.2",
54+
"@twilio-paste/inline-control-group": "^6.0.3",
5555
"@twilio-paste/label": "^6.0.2",
5656
"@twilio-paste/media-object": "^4.0.3",
5757
"@twilio-paste/screen-reader-only": "^6.0.2",

packages/paste-core/components/inline-control-group/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 6.0.3
4+
5+
### Patch Changes
6+
7+
- [`9df657df`](https://github.com/twilio-labs/paste/commit/9df657df7e4994dee1b0dfa9071f8f50041adb0c) [#974](https://github.com/twilio-labs/paste/pull/974) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [InlineControlGroup] Adjusted the vertical spacing of `children`. This change improve the handling of RadioGroup and CheckboxGroup children.
8+
39
## 6.0.2
410

511
### Patch Changes

packages/paste-core/components/inline-control-group/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/inline-control-group",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"category": "user input",
55
"status": "production",
66
"description": "A base component for creating input groups",

packages/paste-core/components/paragraph/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 4.0.3
4+
5+
### Patch Changes
6+
7+
- [`d000a4e4`](https://github.com/twilio-labs/paste/commit/d000a4e4c88bc0d3dd67532df937b805191fe4c0) [#1333](https://github.com/twilio-labs/paste/pull/1333) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Paragraph] allow for global HTML attriutes to be passed to the paragraph element
8+
39
## 4.0.2
410

511
### Patch Changes

packages/paste-core/components/paragraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/paragraph",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"category": "typography",
55
"status": "production",
66
"description": "The paragraph component is used to render blocks of text, with a preset amount of space beneath it to distinguish from adjacent content.",

0 commit comments

Comments
 (0)