Skip to content

Commit d70ca5b

Browse files
chore(release): publish
- @twilio-paste/[email protected] - @twilio-paste/[email protected] - @twilio-paste/[email protected] - @twilio-paste/[email protected]
1 parent 7f4def0 commit d70ca5b

File tree

8 files changed

+42
-7
lines changed

8 files changed

+42
-7
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.49](https://github.com/twilio-labs/paste/compare/@twilio-paste/[email protected]...@twilio-paste/[email protected]) (2020-10-27)
7+
8+
9+
### Bug Fixes
10+
11+
* **list:** forward refs to component exports ([#886](https://github.com/twilio-labs/paste/issues/886)) ([7f4def0](https://github.com/twilio-labs/paste/commit/7f4def0207189978f11fd2107d8be81b5ecd22a7))
12+
13+
14+
15+
16+
617
## [0.2.48](https://github.com/twilio-labs/paste/compare/@twilio-paste/[email protected]...@twilio-paste/[email protected]) (2020-10-23)
718

819
**Note:** Version bump only for package @twilio-paste/list

packages/paste-core/components/list/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/list",
3-
"version": "0.2.48",
3+
"version": "0.2.49",
44
"category": "typography",
55
"status": "production",
66
"description": "The list component is used to render text as a list of items.",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.84](https://github.com/twilio-labs/paste/compare/@twilio-paste/[email protected]...@twilio-paste/[email protected]) (2020-10-27)
7+
8+
**Note:** Version bump only for package @twilio-paste/typography
9+
10+
11+
12+
13+
614
## [1.0.83](https://github.com/twilio-labs/paste/compare/@twilio-paste/[email protected]...@twilio-paste/[email protected]) (2020-10-23)
715

816
**Note:** Version bump only for package @twilio-paste/typography

packages/paste-core/components/typography/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/typography",
3-
"version": "1.0.83",
3+
"version": "1.0.84",
44
"category": "typography",
55
"status": "alpha",
66
"description": "Twilio's Typography component",
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@twilio-paste/heading": "^2.0.48",
29-
"@twilio-paste/list": "^0.2.48",
29+
"@twilio-paste/list": "^0.2.49",
3030
"@twilio-paste/paragraph": "^1.1.49"
3131
},
3232
"peerDependencies": {

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.9](https://github.com/twilio-labs/paste/compare/@twilio-paste/[email protected]...@twilio-paste/[email protected]) (2020-10-27)
7+
8+
**Note:** Version bump only for package @twilio-paste/core
9+
10+
11+
12+
13+
614
## [3.0.8](https://github.com/twilio-labs/paste/compare/@twilio-paste/[email protected]...@twilio-paste/[email protected]) (2020-10-26)
715

816
**Note:** Version bump only for package @twilio-paste/core

packages/paste-core/core-bundle/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/core",
3-
"version": "3.0.8",
3+
"version": "3.0.9",
44
"status": "beta",
55
"description": "Contains all the core packages from the Paste internal design system.",
66
"author": "Twilio Inc.",
@@ -48,7 +48,7 @@
4848
"@twilio-paste/input": "^1.1.7",
4949
"@twilio-paste/input-box": "^1.1.7",
5050
"@twilio-paste/label": "^1.1.7",
51-
"@twilio-paste/list": "^0.2.48",
51+
"@twilio-paste/list": "^0.2.49",
5252
"@twilio-paste/media-object": "^1.2.67",
5353
"@twilio-paste/menu": "^1.1.38",
5454
"@twilio-paste/menu-primitive": "^0.1.12",

packages/paste-website/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.13.13](https://github.com/twilio-labs/paste/compare/@twilio-paste/[email protected]...@twilio-paste/[email protected]) (2020-10-27)
7+
8+
**Note:** Version bump only for package @twilio-paste/website
9+
10+
11+
12+
13+
614
## [2.13.12](https://github.com/twilio-labs/paste/compare/@twilio-paste/[email protected]...@twilio-paste/[email protected]) (2020-10-26)
715

816
**Note:** Version bump only for package @twilio-paste/website

packages/paste-website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@twilio-paste/website",
33
"description": "",
4-
"version": "2.13.12",
4+
"version": "2.13.13",
55
"author": "Twilio Inc.",
66
"private": true,
77
"license": "MIT",
@@ -44,7 +44,7 @@
4444
"@twilio-paste/input": "^1.1.7",
4545
"@twilio-paste/input-box": "^1.1.7",
4646
"@twilio-paste/label": "^1.1.7",
47-
"@twilio-paste/list": "^0.2.48",
47+
"@twilio-paste/list": "^0.2.49",
4848
"@twilio-paste/media-object": "^1.2.67",
4949
"@twilio-paste/menu": "^1.1.38",
5050
"@twilio-paste/menu-primitive": "^0.1.12",

0 commit comments

Comments
 (0)