Skip to content

Commit 3c0bfcb

Browse files
chore(release): publish
- @twilio-paste/[email protected] - @twilio-paste/[email protected] - @twilio-paste/[email protected] - @twilio-paste/[email protected]
1 parent 1e21e1d commit 3c0bfcb

File tree

8 files changed

+42
-10
lines changed

8 files changed

+42
-10
lines changed

packages/paste-core/components/tabs/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+
## [0.3.24](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/tabs
9+
10+
11+
12+
13+
614
## [0.3.23](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/tabs

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/tabs",
3-
"version": "0.3.23",
3+
"version": "0.3.24",
44
"category": "interaction",
55
"status": "alpha",
66
"description": "Twilio's Tabs component.",
@@ -32,7 +32,7 @@
3232
"@twilio-paste/reakit-library": "^0.7.4",
3333
"@twilio-paste/style-props": "^1.8.6",
3434
"@twilio-paste/styling-library": "^0.1.4",
35-
"@twilio-paste/tabs-primitive": "^0.1.11",
35+
"@twilio-paste/tabs-primitive": "^0.1.12",
3636
"@twilio-paste/theme": "^3.2.27",
3737
"@twilio-paste/types": "^3.0.28",
3838
"prop-types": "^15.7.2",
@@ -46,7 +46,7 @@
4646
"@twilio-paste/reakit-library": "^0.7.4",
4747
"@twilio-paste/style-props": "^1.8.6",
4848
"@twilio-paste/styling-library": "^0.1.4",
49-
"@twilio-paste/tabs-primitive": "^0.1.11",
49+
"@twilio-paste/tabs-primitive": "^0.1.12",
5050
"@twilio-paste/theme": "^3.2.27",
5151
"@twilio-paste/types": "^3.0.28"
5252
}

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.10](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.9](https://github.com/twilio-labs/paste/compare/@twilio-paste/[email protected]...@twilio-paste/[email protected]) (2020-10-27)
715

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

packages/paste-core/core-bundle/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@twilio-paste/core",
3-
"version": "3.0.9",
3+
"version": "3.0.10",
44
"status": "beta",
55
"description": "Contains all the core packages from the Paste internal design system.",
66
"author": "Twilio Inc.",
@@ -68,8 +68,8 @@
6868
"@twilio-paste/style-props": "^1.8.6",
6969
"@twilio-paste/styling-library": "^0.1.4",
7070
"@twilio-paste/table": "^0.1.5",
71-
"@twilio-paste/tabs": "^0.3.23",
72-
"@twilio-paste/tabs-primitive": "^0.1.11",
71+
"@twilio-paste/tabs": "^0.3.24",
72+
"@twilio-paste/tabs-primitive": "^0.1.12",
7373
"@twilio-paste/text": "^2.3.13",
7474
"@twilio-paste/textarea": "^1.1.7",
7575
"@twilio-paste/theme": "^3.2.27",

packages/paste-core/primitives/tabs/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+
## [0.1.12](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/tabs-primitive
9+
10+
11+
12+
13+
614
## [0.1.11](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/tabs-primitive

packages/paste-core/primitives/tabs/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/tabs-primitive",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"category": "interaction",
55
"status": "production",
66
"description": "An unstyled and accessible basis upon which to style a tabset.",

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.14](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.13](https://github.com/twilio-labs/paste/compare/@twilio-paste/[email protected]...@twilio-paste/[email protected]) (2020-10-27)
715

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

packages/paste-website/package.json

Lines changed: 3 additions & 3 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.13",
4+
"version": "2.13.14",
55
"author": "Twilio Inc.",
66
"private": true,
77
"license": "MIT",
@@ -64,8 +64,8 @@
6464
"@twilio-paste/style-props": "^1.8.6",
6565
"@twilio-paste/styling-library": "^0.1.4",
6666
"@twilio-paste/table": "^0.1.5",
67-
"@twilio-paste/tabs-primitive": "^0.1.9",
68-
"@twilio-paste/tabs":"^0.3.16",
67+
"@twilio-paste/tabs": "^0.3.24",
68+
"@twilio-paste/tabs-primitive": "^0.1.12",
6969
"@twilio-paste/text": "^2.3.13",
7070
"@twilio-paste/textarea": "^1.1.7",
7171
"@twilio-paste/theme": "^3.2.27",

0 commit comments

Comments
 (0)