Skip to content

Commit 86aa3c1

Browse files
chore(release): version packages (#4241)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dbd869a commit 86aa3c1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+362
-236
lines changed

.changeset/brown-zebras-try.md

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

.changeset/cyan-lemons-kneel.md

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

.changeset/great-singers-stare.md

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

.changeset/itchy-teachers-dance.md

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

.changeset/lazy-months-roll.md

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

.changeset/neat-dancers-shake.md

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

.changeset/popular-plants-search.md

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

.changeset/red-mirrors-play.md

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

packages/paste-codemods/CHANGELOG.md

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

3+
## 0.16.0
4+
5+
### Minor Changes
6+
7+
- [`50da0778c`](https://github.com/twilio-labs/paste/commit/50da0778cb52ab99cbac325d09d1ee15451b91a2) [#4236](https://github.com/twilio-labs/paste/pull/4236) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [ChartProvider] added a new component that will wrap chart instances to control and share the state to child charting components
8+
9+
* [`3e9bf5fbd`](https://github.com/twilio-labs/paste/commit/3e9bf5fbdbfa800a86746baf5369ed104afd1ba3) [#4230](https://github.com/twilio-labs/paste/pull/4230) Thanks [@nkrantz](https://github.com/nkrantz)! - [Codemods] new export from Side Panel: useSidePanelState()
10+
311
## 0.15.0
412

513
### 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.15.0",
3+
"version": "0.16.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.20.0",
28+
"@twilio-paste/core": "^20.22.0",
2929
"tsx": "^4.0.0"
3030
}
3131
}

0 commit comments

Comments
 (0)