Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #3322

Merged
merged 1 commit into from
Jul 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/breezy-wombats-hide.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/cyan-baboons-tie.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fifty-socks-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-buttons-complain.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/friendly-squids-wait.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/giant-mayflies-impress.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/itchy-birds-provide.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lemon-birds-cover.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lovely-rabbits-care.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mighty-cobras-do.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/moody-impalas-rescue.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/new-snakes-draw.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/orange-numbers-end.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/rich-pots-tell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-knives-breathe.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/seven-geese-promise.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slimy-donuts-swim.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/soft-eggs-invent.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tender-bees-raise.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tiny-news-hide.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/paste-codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.3.7

### Patch Changes

- [`61c310e78`](https://github.com/twilio-labs/paste/commit/61c310e78636b3951b1d6825dbf8ee41782bad61) [#3317](https://github.com/twilio-labs/paste/pull/3317) Thanks [@SiTaggart](https://github.com/SiTaggart)! - [Codemods] include new skiplinks export from Sidebar

* [`5b0d3f360`](https://github.com/twilio-labs/paste/commit/5b0d3f360f90d97f5e487a863230716c3696ab48) [#3312](https://github.com/twilio-labs/paste/pull/3312) Thanks [@nkrantz](https://github.com/nkrantz)! - [Codemods] add new export to utils package

## 0.3.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/codemods",
"version": "0.3.6",
"version": "0.3.7",
"status": "production",
"description": "A collection of codemods for maintaining projects built with Paste.",
"author": "Twilio Inc.",
Expand All @@ -25,6 +25,6 @@
"@babel/core": "^7.21.4",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.21.4",
"@twilio-paste/core": "^19.4.0"
"@twilio-paste/core": "^19.6.0"
}
}
9 changes: 9 additions & 0 deletions packages/paste-core/components/account-switcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @twilio-paste/account-switcher

## 1.0.2

### Patch Changes

- [`61c310e78`](https://github.com/twilio-labs/paste/commit/61c310e78636b3951b1d6825dbf8ee41782bad61) [#3317](https://github.com/twilio-labs/paste/pull/3317) Thanks [@SiTaggart](https://github.com/SiTaggart)! - Fixed incorrect prop types for menu based components

- Updated dependencies [[`b9d9e7123`](https://github.com/twilio-labs/paste/commit/b9d9e712374a3e0aef44bd7609bc1036b10802df)]:
- @twilio-paste/[email protected]

## 1.0.1

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/paste-core/components/account-switcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/account-switcher",
"version": "1.0.1",
"version": "1.0.2",
"category": "navigation",
"status": "production",
"description": "An Account Switcher is a stylized Menu Badge with a list of actions related to a user's accounts.",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@twilio-paste/stack": "^7.0.0",
"@twilio-paste/style-props": "^8.0.0",
"@twilio-paste/styling-library": "^2.0.2",
"@twilio-paste/text": "9.0.2",
"@twilio-paste/text": "9.0.3",
"@twilio-paste/theme": "^10.0.2",
"@twilio-paste/types": "^5.0.0",
"@twilio-paste/uid-library": "^1.0.0",
Expand All @@ -57,24 +57,24 @@
"@twilio-paste/anchor": "^11.0.0",
"@twilio-paste/animation-library": "^1.0.0",
"@twilio-paste/badge": "^7.1.0",
"@twilio-paste/box": "^9.1.0",
"@twilio-paste/box": "^9.2.0",
"@twilio-paste/button": "^13.0.2",
"@twilio-paste/color-contrast-utils": "^4.0.0",
"@twilio-paste/customization": "^7.0.0",
"@twilio-paste/design-tokens": "^9.2.0",
"@twilio-paste/icons": "^11.2.2",
"@twilio-paste/media-object": "^9.0.0",
"@twilio-paste/menu": "^13.1.0",
"@twilio-paste/menu": "^13.1.1",
"@twilio-paste/menu-primitive": "^1.0.1",
"@twilio-paste/reakit-library": "^1.0.0",
"@twilio-paste/screen-reader-only": "12.0.0",
"@twilio-paste/separator": "^7.0.0",
"@twilio-paste/spinner": "^13.0.0",
"@twilio-paste/stack": "^7.0.0",
"@twilio-paste/style-props": "^8.0.0",
"@twilio-paste/style-props": "^8.0.1",
"@twilio-paste/styling-library": "^2.0.2",
"@twilio-paste/text": "9.0.2",
"@twilio-paste/theme": "^10.0.2",
"@twilio-paste/text": "9.0.3",
"@twilio-paste/theme": "^10.0.3",
"@twilio-paste/types": "^5.0.0",
"@twilio-paste/uid-library": "^1.0.0",
"@types/react": "^18.0.27",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/date-picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/date-picker

## 5.0.1

### Patch Changes

- [`5b0d3f360`](https://github.com/twilio-labs/paste/commit/5b0d3f360f90d97f5e487a863230716c3696ab48) [#3312](https://github.com/twilio-labs/paste/pull/3312) Thanks [@nkrantz](https://github.com/nkrantz)! - [Date Picker, Time Picker] add missing dependencies to package.json

## 5.0.0

### Major Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/paste-core/components/date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/date-picker",
"version": "5.0.0",
"version": "5.0.1",
"category": "user input",
"status": "production",
"description": "A Date Picker is a form element used to select a date.",
Expand Down Expand Up @@ -54,22 +54,22 @@
"devDependencies": {
"@twilio-paste/anchor": "^11.0.0",
"@twilio-paste/animation-library": "^1.0.0",
"@twilio-paste/box": "^9.0.0",
"@twilio-paste/box": "^9.2.0",
"@twilio-paste/button": "^13.0.3",
"@twilio-paste/color-contrast-utils": "^4.0.0",
"@twilio-paste/customization": "^7.0.0",
"@twilio-paste/design-tokens": "^9.0.2",
"@twilio-paste/icons": "^11.2.1",
"@twilio-paste/input": "^8.0.0",
"@twilio-paste/input": "^8.1.0",
"@twilio-paste/input-box": "^9.0.0",
"@twilio-paste/spinner": "^13.0.0",
"@twilio-paste/stack": "^7.0.0",
"@twilio-paste/style-props": "^8.0.0",
"@twilio-paste/style-props": "^8.0.1",
"@twilio-paste/styling-library": "^2.0.0",
"@twilio-paste/theme": "^10.0.0",
"@twilio-paste/theme": "^10.0.3",
"@twilio-paste/types": "^5.0.0",
"@twilio-paste/uid-library": "^1.0.0",
"@twilio-paste/utils": "^4.0.0",
"@twilio-paste/utils": "^4.1.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"prop-types": "^15.7.2",
Expand Down
14 changes: 14 additions & 0 deletions packages/paste-core/components/editable-code-block/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @twilio-paste/editable-code-block

## 1.0.0
### Major Changes



- [`61ba09fa3`](https://github.com/twilio-labs/paste/commit/61ba09fa3a66252180e9f9bdac5f81ef671db7e4) [#3309](https://github.com/twilio-labs/paste/pull/3309) Thanks [@TheSisb](https://github.com/TheSisb)! - [Editable Code Block] Add the new EditableCodeBlock component. Enables building code editors in the browser, styled with Paste default styles.


### Patch Changes

- Updated dependencies [[`61ba09fa3`](https://github.com/twilio-labs/paste/commit/61ba09fa3a66252180e9f9bdac5f81ef671db7e4)]:
- @twilio-paste/[email protected]
16 changes: 8 additions & 8 deletions packages/paste-core/components/editable-code-block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/editable-code-block",
"version": "0.0.0",
"version": "1.0.0",
"category": "data display",
"status": "alpha",
"description": "An Editable Code Block is used to display and make changes to large blocks of code.",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@twilio-paste/badge": "^7.0.0",
"@twilio-paste/box": "^9.1.0",
"@twilio-paste/button": "^13.0.1",
"@twilio-paste/code-editor-library": "^0.0.0",
"@twilio-paste/code-editor-library": "^1.0.0",
"@twilio-paste/color-contrast-utils": "^4.0.0",
"@twilio-paste/customization": "^7.0.0",
"@twilio-paste/design-tokens": "^9.0.0",
Expand Down Expand Up @@ -57,9 +57,9 @@
"@twilio-paste/anchor": "^11.0.0",
"@twilio-paste/animation-library": "^1.0.0",
"@twilio-paste/badge": "^7.1.0",
"@twilio-paste/box": "^9.1.0",
"@twilio-paste/box": "^9.2.0",
"@twilio-paste/button": "^13.0.3",
"@twilio-paste/code-editor-library": "^0.0.0",
"@twilio-paste/code-editor-library": "^1.0.0",
"@twilio-paste/color-contrast-utils": "^4.0.0",
"@twilio-paste/customization": "^7.0.0",
"@twilio-paste/design-tokens": "^9.2.1",
Expand All @@ -69,14 +69,14 @@
"@twilio-paste/screen-reader-only": "^12.0.0",
"@twilio-paste/spinner": "^13.0.0",
"@twilio-paste/stack": "^7.0.0",
"@twilio-paste/style-props": "^8.0.0",
"@twilio-paste/style-props": "^8.0.1",
"@twilio-paste/styling-library": "^2.0.2",
"@twilio-paste/text": "^9.0.1",
"@twilio-paste/theme": "^10.0.2",
"@twilio-paste/text": "^9.0.3",
"@twilio-paste/theme": "^10.0.3",
"@twilio-paste/truncate": "^13.0.0",
"@twilio-paste/types": "^5.0.0",
"@twilio-paste/uid-library": "^1.0.0",
"@twilio-paste/utils": "^4.0.0",
"@twilio-paste/utils": "^4.1.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"prop-types": "^15.7.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/paste-core/components/input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 8.1.0

### Minor Changes

- [`5b0d3f360`](https://github.com/twilio-labs/paste/commit/5b0d3f360f90d97f5e487a863230716c3696ab48) [#3312](https://github.com/twilio-labs/paste/pull/3312) Thanks [@nkrantz](https://github.com/nkrantz)! - [Input] Adjust type="number" Input to use native HTML element, add custom styling and functionality.

## 8.0.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/paste-core/components/input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/input",
"version": "8.0.1",
"version": "8.1.0",
"category": "user input",
"status": "production",
"description": "An Input is a form element that lets users enter one of various types of text on a single line.",
Expand Down Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@twilio-paste/anchor": "^11.0.0",
"@twilio-paste/animation-library": "^1.0.0",
"@twilio-paste/box": "^9.0.0",
"@twilio-paste/box": "^9.2.0",
"@twilio-paste/button": "^13.0.3",
"@twilio-paste/color-contrast-utils": "^4.0.0",
"@twilio-paste/customization": "^7.0.0",
Expand All @@ -59,12 +59,12 @@
"@twilio-paste/input-box": "^9.0.1",
"@twilio-paste/spinner": "^13.0.0",
"@twilio-paste/stack": "^7.0.0",
"@twilio-paste/style-props": "^8.0.0",
"@twilio-paste/style-props": "^8.0.1",
"@twilio-paste/styling-library": "^2.0.0",
"@twilio-paste/theme": "^10.0.0",
"@twilio-paste/theme": "^10.0.3",
"@twilio-paste/types": "^5.0.0",
"@twilio-paste/uid-library": "^1.0.0",
"@twilio-paste/utils": "^4.0.0",
"@twilio-paste/utils": "^4.1.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"prop-types": "^15.7.2",
Expand Down
Loading
Loading