Skip to content

Commit

Permalink
chore(release): version packages (#2256)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
TwilioPasteBot and github-actions[bot] committed Mar 2, 2022
1 parent 33c4368 commit 4918cf7
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 26 deletions.
6 changes: 0 additions & 6 deletions .changeset/sweet-days-talk.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-chicken-thank.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/paste-core/components/alert/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 8.0.2

### Patch Changes

- [`2100371f`](https://github.com/twilio-labs/paste/commit/2100371f74c488f145b4d8bf0b814f6eaff609e4) [#2253](https://github.com/twilio-labs/paste/pull/2253) Thanks [@shleewhite](https://github.com/shleewhite)! - [Alert] add i18n props to support i18n

## 8.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/alert/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/alert",
"version": "8.0.1",
"version": "8.0.2",
"category": "feedback",
"status": "production",
"description": "An Alert is a banner that notifies users to high-priority or time-sensitive information.",
Expand Down
12 changes: 12 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
@@ -1,5 +1,17 @@
# Change Log

## 11.1.1

### Patch Changes

- [`2100371f`](https://github.com/twilio-labs/paste/commit/2100371f74c488f145b4d8bf0b814f6eaff609e4) [#2253](https://github.com/twilio-labs/paste/pull/2253) Thanks [@shleewhite](https://github.com/shleewhite)! - [Alert] add i18n props to support i18n

* [`33c43687`](https://github.com/twilio-labs/paste/commit/33c436872f341abf473093ce48cd0b28a338dbed) [#2236](https://github.com/twilio-labs/paste/pull/2236) Thanks [@shleewhite](https://github.com/shleewhite)! - [Data Visualization] add changelog

* Updated dependencies [[`2100371f`](https://github.com/twilio-labs/paste/commit/2100371f74c488f145b4d8bf0b814f6eaff609e4), [`33c43687`](https://github.com/twilio-labs/paste/commit/33c436872f341abf473093ce48cd0b28a338dbed)]:
- @twilio-paste/alert@8.0.2
- @twilio-paste/data-visualization-library@0.1.1

## 11.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/paste-core/core-bundle/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/core",
"version": "11.1.0",
"version": "11.1.1",
"status": "production",
"description": "Core contains all the packages from the Paste design system.",
"author": "Twilio Inc.",
Expand All @@ -24,7 +24,7 @@
"compile:dev": "babel ./src/*.tsx --out-dir ./dist --extensions '.tsx'"
},
"dependencies": {
"@twilio-paste/alert": "^8.0.1",
"@twilio-paste/alert": "^8.0.2",
"@twilio-paste/alert-dialog": "^1.0.1",
"@twilio-paste/anchor": "^6.0.1",
"@twilio-paste/animation-library": "^0.3.4",
Expand All @@ -43,7 +43,7 @@
"@twilio-paste/combobox-primitive": "^0.3.2",
"@twilio-paste/customization": "^3.0.1",
"@twilio-paste/data-grid": "^1.0.1",
"@twilio-paste/data-visualization-library": "^0.1.0",
"@twilio-paste/data-visualization-library": "^0.1.1",
"@twilio-paste/date-picker": "^1.0.1",
"@twilio-paste/design-tokens": "^7.1.0",
"@twilio-paste/disclosure": "^6.0.1",
Expand Down
12 changes: 7 additions & 5 deletions packages/paste-libraries/data-visualization/CHANGELOG.md
@@ -1,15 +1,17 @@
# @twilio-paste/data-visualization-library

## 0.1.0
### Minor Changes

## 0.1.1

### Patch Changes

- [`f696cb17e`](https://github.com/twilio-labs/paste/commit/f696cb17ec84bb315fc8672493800c044e866a1d) [#2200](https://github.com/twilio-labs/paste/pull/2200) Thanks [@TheSisb](https://github.com/TheSisb)! - [data-visualization] Add new package `@twilio-paste/data-visualization-library` which exports a React hook to theme Highcharts.
- [`33c43687`](https://github.com/twilio-labs/paste/commit/33c436872f341abf473093ce48cd0b28a338dbed) [#2236](https://github.com/twilio-labs/paste/pull/2236) Thanks [@shleewhite](https://github.com/shleewhite)! - [Data Visualization] add changelog

## 0.1.0

### Patch Changes
### Minor Changes

- [`f696cb17e`](https://github.com/twilio-labs/paste/commit/f696cb17ec84bb315fc8672493800c044e866a1d) [#2200](https://github.com/twilio-labs/paste/pull/2200) Thanks [@TheSisb](https://github.com/TheSisb)! - [data-visualization] Add new package `@twilio-paste/data-visualization-library` which exports a React hook to theme Highcharts.

### Patch Changes

- [`c867e3f48`](https://github.com/twilio-labs/paste/commit/c867e3f48d739409d1f54fa18c4d2bee1d9242cf) [#2237](https://github.com/twilio-labs/paste/pull/2237) Thanks [@SiTaggart](https://github.com/SiTaggart)! - Updated a build dependency (esbuild) which changes the output of our builds slightly, without materially changing anything about the code.
2 changes: 1 addition & 1 deletion packages/paste-libraries/data-visualization/package.json
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/data-visualization-library",
"version": "0.1.0",
"version": "0.1.1",
"category": "library",
"status": "production",
"description": "A library that helps theme data visualizations with Paste tokens.",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -11679,7 +11679,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/alert@^8.0.1, @twilio-paste/alert@workspace:packages/paste-core/components/alert":
"@twilio-paste/alert@^8.0.1, @twilio-paste/alert@^8.0.2, @twilio-paste/alert@workspace:packages/paste-core/components/alert":
version: 0.0.0-use.local
resolution: "@twilio-paste/alert@workspace:packages/paste-core/components/alert"
dependencies:
Expand Down Expand Up @@ -12189,7 +12189,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@twilio-paste/core@workspace:packages/paste-core/core-bundle"
dependencies:
"@twilio-paste/alert": ^8.0.1
"@twilio-paste/alert": ^8.0.2
"@twilio-paste/alert-dialog": ^1.0.1
"@twilio-paste/anchor": ^6.0.1
"@twilio-paste/animation-library": ^0.3.4
Expand All @@ -12208,7 +12208,7 @@ __metadata:
"@twilio-paste/combobox-primitive": ^0.3.2
"@twilio-paste/customization": ^3.0.1
"@twilio-paste/data-grid": ^1.0.1
"@twilio-paste/data-visualization-library": ^0.1.0
"@twilio-paste/data-visualization-library": ^0.1.1
"@twilio-paste/date-picker": ^1.0.1
"@twilio-paste/design-tokens": ^7.1.0
"@twilio-paste/disclosure": ^6.0.1
Expand Down Expand Up @@ -12352,7 +12352,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/data-visualization-library@^0.1.0, @twilio-paste/data-visualization-library@workspace:packages/paste-libraries/data-visualization":
"@twilio-paste/data-visualization-library@^0.1.0, @twilio-paste/data-visualization-library@^0.1.1, @twilio-paste/data-visualization-library@workspace:packages/paste-libraries/data-visualization":
version: 0.0.0-use.local
resolution: "@twilio-paste/data-visualization-library@workspace:packages/paste-libraries/data-visualization"
dependencies:
Expand Down

0 comments on commit 4918cf7

Please sign in to comment.