Skip to content

Commit cd9f390

Browse files
chore(release): version packages
1 parent 52ea257 commit cd9f390

File tree

12 files changed

+47
-32
lines changed

12 files changed

+47
-32
lines changed

.changeset/clean-llamas-joke.md

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

.changeset/fuzzy-crews-brake.md

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

.changeset/soft-snails-crash.md

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

packages/paste-codemods/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+
## 0.13.0
4+
5+
### Minor Changes
6+
7+
- [`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)
8+
39
## 0.12.0
410

511
### Minor Changes

packages/paste-codemods/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/codemods",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"status": "production",
55
"description": "A collection of codemods for maintaining projects built with Paste.",
66
"author": "Twilio Inc.",
@@ -25,7 +25,7 @@
2525
"@babel/core": "^7.21.4",
2626
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
2727
"@babel/preset-env": "^7.21.4",
28-
"@twilio-paste/core": "^20.16.0",
28+
"@twilio-paste/core": "^20.17.0",
2929
"tsx": "^4.0.0"
3030
}
3131
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @twilio-paste/badge
22

3+
## 8.4.0
4+
5+
### Minor Changes
6+
7+
- [`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+
39
## 8.3.1
410

511
### Patch Changes

packages/paste-core/components/badge/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/badge",
3-
"version": "8.3.1",
3+
"version": "8.4.0",
44
"category": "data display",
55
"status": "production",
66
"description": "A Badge is a visual text label that describes an attribute of an object.",

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @twilio-paste/status
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- [`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.
8+
39
## 2.1.1
410

511
### Patch Changes

packages/paste-core/components/status/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/status",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"category": "feedback",
55
"status": "production",
66
"description": "A Status component communicates the status of a process or connectivity to an application or service.",
@@ -56,7 +56,7 @@
5656
"devDependencies": {
5757
"@twilio-paste/anchor": "^12.1.0",
5858
"@twilio-paste/animation-library": "^2.0.0",
59-
"@twilio-paste/badge": "^8.1.0",
59+
"@twilio-paste/badge": "^8.4.0",
6060
"@twilio-paste/box": "^10.2.0",
6161
"@twilio-paste/button": "^14.1.0",
6262
"@twilio-paste/color-contrast-utils": "^5.0.0",

packages/paste-core/core-bundle/CHANGELOG.md

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

3+
## 20.17.0
4+
5+
### Minor Changes
6+
7+
- [`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.
8+
9+
* [`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
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`52ea25758`](https://github.com/twilio-labs/paste/commit/52ea25758a46f4da27950b4809d473fbfe9b74a1), [`52ea25758`](https://github.com/twilio-labs/paste/commit/52ea25758a46f4da27950b4809d473fbfe9b74a1)]:
14+
- @twilio-paste/status@2.2.0
15+
- @twilio-paste/badge@8.4.0
16+
317
## 20.16.0
418

519
### Minor Changes

0 commit comments

Comments
 (0)