Skip to content

Commit 73b8438

Browse files
chore(release): version packages
1 parent 1cc5de4 commit 73b8438

File tree

8 files changed

+36
-71
lines changed

8 files changed

+36
-71
lines changed

.changeset/giant-beers-draw.md

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

.changeset/tender-icons-obey.md

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

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

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

3+
## 9.3.2
4+
5+
### Patch Changes
6+
7+
- [`456e7210`](https://github.com/twilio-labs/paste/commit/456e72109c31677adad53383084cd052f22b1e52) [#1464](https://github.com/twilio-labs/paste/pull/1464) Thanks [@richbachman](https://github.com/richbachman)! - Bumped the version of React-Spring to 9.1.2 in order to fix a TS issue.
8+
9+
* [`dd759feb`](https://github.com/twilio-labs/paste/commit/dd759febfa25e5d6823f280a1896635be2ba6376) [#1464](https://github.com/twilio-labs/paste/pull/1464) Thanks [@richbachman](https://github.com/richbachman)! - Bumped the version of Reach/Dialog to 0.15.0
10+
11+
* Updated dependencies [[`456e7210`](https://github.com/twilio-labs/paste/commit/456e72109c31677adad53383084cd052f22b1e52), [`dd759feb`](https://github.com/twilio-labs/paste/commit/dd759febfa25e5d6823f280a1896635be2ba6376)]:
12+
- @twilio-paste/animation-library@0.3.2
13+
- @twilio-paste/modal-dialog-primitive@0.2.3
14+
315
## 9.3.1
416

517
### Patch Changes

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": "9.3.1",
3+
"version": "9.3.2",
44
"status": "beta",
55
"description": "Contains all the core packages from the Paste internal design system.",
66
"author": "Twilio Inc.",
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@twilio-paste/alert": "^7.0.1",
2828
"@twilio-paste/anchor": "^5.0.3",
29-
"@twilio-paste/animation-library": "^0.3.1",
29+
"@twilio-paste/animation-library": "^0.3.2",
3030
"@twilio-paste/aspect-ratio": "^4.0.4",
3131
"@twilio-paste/avatar": "^2.1.1",
3232
"@twilio-paste/base-radio-checkbox": "^6.0.3",
@@ -55,7 +55,7 @@
5555
"@twilio-paste/menu": "^7.0.1",
5656
"@twilio-paste/menu-primitive": "^0.2.4",
5757
"@twilio-paste/modal": "^7.0.1",
58-
"@twilio-paste/modal-dialog-primitive": "^0.2.2",
58+
"@twilio-paste/modal-dialog-primitive": "^0.2.3",
5959
"@twilio-paste/non-modal-dialog-primitive": "^0.3.4",
6060
"@twilio-paste/pagination": "^0.1.2",
6161
"@twilio-paste/paragraph": "^4.0.3",

packages/paste-core/primitives/modal-dialog/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.2.3
4+
5+
### Patch Changes
6+
7+
- [`dd759feb`](https://github.com/twilio-labs/paste/commit/dd759febfa25e5d6823f280a1896635be2ba6376) [#1464](https://github.com/twilio-labs/paste/pull/1464) Thanks [@richbachman](https://github.com/richbachman)! - Bumped the version of Reach/Dialog to 0.15.0
8+
39
## 0.2.2
410

511
### Patch Changes

packages/paste-core/primitives/modal-dialog/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/modal-dialog-primitive",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"category": "overlay",
55
"status": "production",
66
"description": "An unstyled and accessible basis upon which to build Modal Dialogs.",
Lines changed: 13 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,111 +1,70 @@
11
# Change Log
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- [`456e7210`](https://github.com/twilio-labs/paste/commit/456e72109c31677adad53383084cd052f22b1e52) [#1464](https://github.com/twilio-labs/paste/pull/1464) Thanks [@richbachman](https://github.com/richbachman)! - Bumped the version of React-Spring to 9.1.2 in order to fix a TS issue.
8+
39
All notable changes to this project will be documented in this file.
410
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
511

612
## [0.3.1](https://github.com/twilio-labs/paste/compare/@twilio-paste/[email protected]...@twilio-paste/[email protected]) (2021-01-25)
713

814
**Note:** Version bump only for package @twilio-paste/animation-library
915

10-
11-
12-
13-
1416
# [0.3.0](https://github.com/twilio-labs/paste/compare/@twilio-paste/[email protected]...@twilio-paste/[email protected]) (2021-01-21)
1517

16-
1718
### Features
1819

19-
* ESBuild for builds ([#1084](https://github.com/twilio-labs/paste/issues/1084)) ([0536460](https://github.com/twilio-labs/paste/commit/053646011508be10477d5b732269cdb0419235d7))
20-
21-
22-
23-
20+
- ESBuild for builds ([#1084](https://github.com/twilio-labs/paste/issues/1084)) ([0536460](https://github.com/twilio-labs/paste/commit/053646011508be10477d5b732269cdb0419235d7))
2421

2522
## [0.2.6](https://github.com/twilio-labs/paste/compare/@twilio-paste/[email protected]...@twilio-paste/[email protected]) (2021-01-15)
2623

2724
**Note:** Version bump only for package @twilio-paste/animation-library
2825

29-
30-
31-
32-
3326
## [0.2.5](https://github.com/twilio-labs/paste/compare/@twilio-paste/[email protected]...@twilio-paste/[email protected]) (2020-12-09)
3427

3528
**Note:** Version bump only for package @twilio-paste/animation-library
3629

37-
38-
39-
40-
4130
## [0.2.4](https://github.com/twilio-labs/paste/compare/@twilio-paste/[email protected]...@twilio-paste/[email protected]) (2020-10-23)
4231

4332
**Note:** Version bump only for package @twilio-paste/animation-library
4433

45-
46-
47-
48-
4934
## [0.2.3](https://github.com/twilio-labs/paste/compare/@twilio-paste/[email protected]...@twilio-paste/[email protected]) (2020-10-15)
5035

51-
5236
### Bug Fixes
5337

54-
* **animation-library:** make sure babel is run correctly ([#845](https://github.com/twilio-labs/paste/issues/845)) ([348aa0d](https://github.com/twilio-labs/paste/commit/348aa0d6f9b425b029cd7b4eb8514048046733c3))
55-
56-
57-
58-
38+
- **animation-library:** make sure babel is run correctly ([#845](https://github.com/twilio-labs/paste/issues/845)) ([348aa0d](https://github.com/twilio-labs/paste/commit/348aa0d6f9b425b029cd7b4eb8514048046733c3))
5939

6040
## [0.2.2](https://github.com/twilio-labs/paste/compare/@twilio-paste/[email protected]...@twilio-paste/[email protected]) (2020-10-13)
6141

6242
**Note:** Version bump only for package @twilio-paste/animation-library
6343

64-
65-
66-
67-
6844
## [0.2.1](https://github.com/twilio-labs/paste/compare/@twilio-paste/[email protected]...@twilio-paste/[email protected]) (2020-06-22)
6945

70-
7146
### Bug Fixes
7247

73-
* **animation-library:** add window.matchMedia guard ([#511](https://github.com/twilio-labs/paste/issues/511)) ([4bf8dcf](https://github.com/twilio-labs/paste/commit/4bf8dcf7800a0c5f354e0ac4909dad3abb3d0733))
74-
75-
76-
77-
48+
- **animation-library:** add window.matchMedia guard ([#511](https://github.com/twilio-labs/paste/issues/511)) ([4bf8dcf](https://github.com/twilio-labs/paste/commit/4bf8dcf7800a0c5f354e0ac4909dad3abb3d0733))
7849

7950
# [0.2.0](https://github.com/twilio-labs/paste/compare/@twilio-paste/[email protected]...@twilio-paste/[email protected]) (2020-06-01)
8051

81-
8252
### Features
8353

84-
* **animation-library:** use v9 and add useReducedMotion hook ([70af843](https://github.com/twilio-labs/paste/commit/70af843a228b6f358fa40b8fd1ee9f009a084e64))
85-
86-
87-
88-
54+
- **animation-library:** use v9 and add useReducedMotion hook ([70af843](https://github.com/twilio-labs/paste/commit/70af843a228b6f358fa40b8fd1ee9f009a084e64))
8955

9056
## [0.1.1](https://github.com/twilio-labs/paste/compare/@twilio-paste/[email protected]...@twilio-paste/[email protected]) (2020-05-19)
9157

92-
9358
### Bug Fixes
9459

95-
* **animation-library:** several tweaks, making package public ([0c6c17d](https://github.com/twilio-labs/paste/commit/0c6c17d64b2af86ed199401e338b7d0475c19af1))
96-
97-
98-
99-
60+
- **animation-library:** several tweaks, making package public ([0c6c17d](https://github.com/twilio-labs/paste/commit/0c6c17d64b2af86ed199401e338b7d0475c19af1))
10061

10162
# 0.1.0 (2020-05-19)
10263

103-
10464
### Bug Fixes
10565

106-
* **animation-library:** incorrect tsconfig path ([0d43b14](https://github.com/twilio-labs/paste/commit/0d43b14caf2e4c1f32b71114c4e2500d7eab7f60))
107-
66+
- **animation-library:** incorrect tsconfig path ([0d43b14](https://github.com/twilio-labs/paste/commit/0d43b14caf2e4c1f32b71114c4e2500d7eab7f60))
10867

10968
### Features
11069

111-
* add paste animation library ([3ec5fb7](https://github.com/twilio-labs/paste/commit/3ec5fb799452fc213ca11cb9b23dd7810f97868b))
70+
- add paste animation library ([3ec5fb7](https://github.com/twilio-labs/paste/commit/3ec5fb799452fc213ca11cb9b23dd7810f97868b))

packages/paste-libraries/animation/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/animation-library",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"category": "interaction",
55
"status": "beta",
66
"description": "Paste's animation library of choice.",

0 commit comments

Comments
 (0)