Skip to content

Commit

Permalink
chore(release): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 5, 2023
1 parent a684a6b commit ea9d789
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/silver-bottles-pretend.md

This file was deleted.

13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
"author": "Twilio Inc.",
"license": "MIT",
"workspaces": {
"packages": ["apps/**/*", "packages/**/*", "templates/**/*", "!packages/paste-core/core-bundle/**/*"]
"packages": [
"apps/**/*",
"packages/**/*",
"templates/**/*",
"!packages/paste-core/core-bundle/**/*"
]
},
"types": "./types/index.d.ts",
"engines": {
Expand Down Expand Up @@ -227,5 +232,9 @@
}
},
"packageManager": "[email protected]",
"browserslist": ["last 2 versions", "not dead", "not IE 11"]
"browserslist": [
"last 2 versions",
"not dead",
"not IE 11"
]
}
6 changes: 6 additions & 0 deletions packages/paste-core/components/data-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @twilio-paste/data-grid

## 8.1.1

### Patch Changes

- [`a684a6bc7`](https://github.com/twilio-labs/paste/commit/a684a6bc79a66987659d7838945b54648faeed4f) [#3516](https://github.com/twilio-labs/paste/pull/3516) Thanks [@abereghici](https://github.com/abereghici)! - chore(data-grid): change isCell function into a type guard and remove unnecessary type assertions

## 8.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paste-core/components/data-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/data-grid",
"version": "8.1.0",
"version": "8.1.1",
"category": "interaction",
"status": "alpha",
"description": "A data grid is an interactive table used for working with a large collection of data in a scannable way.",
Expand Down
9 changes: 9 additions & 0 deletions packages/paste-core/core-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 20.4.1

### Patch Changes

- [`a684a6bc7`](https://github.com/twilio-labs/paste/commit/a684a6bc79a66987659d7838945b54648faeed4f) [#3516](https://github.com/twilio-labs/paste/pull/3516) Thanks [@abereghici](https://github.com/abereghici)! - chore(data-grid): change isCell function into a type guard and remove unnecessary type assertions

- Updated dependencies [[`a684a6bc7`](https://github.com/twilio-labs/paste/commit/a684a6bc79a66987659d7838945b54648faeed4f)]:
- @twilio-paste/data-grid@8.1.1

## 20.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/paste-core/core-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@twilio-paste/core",
"version": "20.4.0",
"version": "20.4.1",
"status": "production",
"description": "Core contains all the packages from the Paste design system.",
"author": "Twilio Inc.",
Expand Down Expand Up @@ -96,7 +96,7 @@
"@twilio-paste/combobox": "^16.2.0",
"@twilio-paste/combobox-primitive": "^2.1.0",
"@twilio-paste/customization": "^8.1.0",
"@twilio-paste/data-grid": "^8.1.0",
"@twilio-paste/data-grid": "^8.1.1",
"@twilio-paste/data-visualization-library": "^5.0.0",
"@twilio-paste/date-picker": "^6.1.0",
"@twilio-paste/description-list": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10417,7 +10417,7 @@ __metadata:
"@twilio-paste/combobox": ^16.2.0
"@twilio-paste/combobox-primitive": ^2.1.0
"@twilio-paste/customization": ^8.1.0
"@twilio-paste/data-grid": ^8.1.0
"@twilio-paste/data-grid": ^8.1.1
"@twilio-paste/data-visualization-library": ^5.0.0
"@twilio-paste/date-picker": ^6.1.0
"@twilio-paste/description-list": ^4.1.0
Expand Down Expand Up @@ -10545,7 +10545,7 @@ __metadata:
languageName: unknown
linkType: soft

"@twilio-paste/data-grid@^8.1.0, @twilio-paste/data-grid@workspace:packages/paste-core/components/data-grid":
"@twilio-paste/data-grid@^8.1.0, @twilio-paste/data-grid@^8.1.1, @twilio-paste/data-grid@workspace:packages/paste-core/components/data-grid":
version: 0.0.0-use.local
resolution: "@twilio-paste/data-grid@workspace:packages/paste-core/components/data-grid"
dependencies:
Expand Down

0 comments on commit ea9d789

Please sign in to comment.