diff --git a/.changeset/confused-whale.md b/.changeset/confused-whale.md deleted file mode 100644 index adf1aa81bc..0000000000 --- a/.changeset/confused-whale.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@twilio-paste/codemods": minor ---- - -[KeyboardKey] added a new component to display visual indicators for keyboard shortcuts available to users diff --git a/.changeset/quiet-days-know.md b/.changeset/quiet-days-know.md deleted file mode 100644 index 2c9ffbac2e..0000000000 --- a/.changeset/quiet-days-know.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/timeline": patch -"@twilio-paste/core": patch ---- - -[Timeline]: Remove unnecessary `z-index` from `TimelineItemIcon` diff --git a/.changeset/shaggy-sheep-confess.md b/.changeset/shaggy-sheep-confess.md deleted file mode 100644 index 64e9ae135f..0000000000 --- a/.changeset/shaggy-sheep-confess.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/core": minor -"@twilio-paste/design-tokens": minor ---- - -[Design Tokens] added new design tokens shadowBorderBottomWeak and shadowBorderBottomInverseWeaker to support new feature, KeybaordKey. diff --git a/.changeset/sweet-mugs-admire.md b/.changeset/sweet-mugs-admire.md deleted file mode 100644 index f4032d0eb1..0000000000 --- a/.changeset/sweet-mugs-admire.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@twilio-paste/keyboard-key": major -"@twilio-paste/core": minor ---- - -[KeyboardKey] added a new component to display visual indicators for keyboard shortcuts available to users diff --git a/packages/paste-codemods/CHANGELOG.md b/packages/paste-codemods/CHANGELOG.md index dc9e6a0cd6..06d2c15854 100644 --- a/packages/paste-codemods/CHANGELOG.md +++ b/packages/paste-codemods/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.14.0 + +### Minor Changes + +- [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980) [#4136](https://github.com/twilio-labs/paste/pull/4136) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [KeyboardKey] added a new component to display visual indicators for keyboard shortcuts available to users + ## 0.13.0 ### Minor Changes diff --git a/packages/paste-codemods/package.json b/packages/paste-codemods/package.json index 32ff823187..7ada2c8663 100644 --- a/packages/paste-codemods/package.json +++ b/packages/paste-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/codemods", - "version": "0.13.0", + "version": "0.14.0", "status": "production", "description": "A collection of codemods for maintaining projects built with Paste.", "author": "Twilio Inc.", @@ -25,7 +25,7 @@ "@babel/core": "^7.21.4", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/preset-env": "^7.21.4", - "@twilio-paste/core": "^20.17.0", + "@twilio-paste/core": "^20.19.0", "tsx": "^4.0.0" } } diff --git a/packages/paste-core/components/keyboard-key/CHANGELOG.md b/packages/paste-core/components/keyboard-key/CHANGELOG.md index e69de29bb2..5dba49281a 100644 --- a/packages/paste-core/components/keyboard-key/CHANGELOG.md +++ b/packages/paste-core/components/keyboard-key/CHANGELOG.md @@ -0,0 +1,7 @@ +# @twilio-paste/keyboard-key + +## 1.0.0 + +### Major Changes + +- [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980) [#4136](https://github.com/twilio-labs/paste/pull/4136) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [KeyboardKey] added a new component to display visual indicators for keyboard shortcuts available to users diff --git a/packages/paste-core/components/keyboard-key/package.json b/packages/paste-core/components/keyboard-key/package.json index 50e3664666..4847f8da57 100644 --- a/packages/paste-core/components/keyboard-key/package.json +++ b/packages/paste-core/components/keyboard-key/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/keyboard-key", - "version": "0.0.0", + "version": "1.0.0", "category": "typography", "status": "production", "description": "A keyboard key distinguishes a keyboard command or shortcut from other text.", @@ -44,7 +44,7 @@ "@twilio-paste/box": "^10.2.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.1", - "@twilio-paste/design-tokens": "^10.3.0", + "@twilio-paste/design-tokens": "^10.11.0", "@twilio-paste/style-props": "^9.1.1", "@twilio-paste/styling-library": "^3.0.0", "@twilio-paste/theme": "^11.0.1", diff --git a/packages/paste-core/components/timeline/CHANGELOG.md b/packages/paste-core/components/timeline/CHANGELOG.md index f2689cc78a..cbb55b6351 100644 --- a/packages/paste-core/components/timeline/CHANGELOG.md +++ b/packages/paste-core/components/timeline/CHANGELOG.md @@ -1,5 +1,11 @@ # @twilio-paste/timeline +## 1.0.1 + +### Patch Changes + +- [`ac3a553d0`](https://github.com/twilio-labs/paste/commit/ac3a553d039371ca5c8d63e7093954656af33430) [#4146](https://github.com/twilio-labs/paste/pull/4146) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Timeline]: Remove unnecessary `z-index` from `TimelineItemIcon` + ## 1.0.0 ### Major Changes diff --git a/packages/paste-core/components/timeline/package.json b/packages/paste-core/components/timeline/package.json index e534e23191..78b23862e9 100644 --- a/packages/paste-core/components/timeline/package.json +++ b/packages/paste-core/components/timeline/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/timeline", - "version": "1.0.0", + "version": "1.0.1", "category": "layout", "status": "production", "description": "A Timeline is a visual representation of events displayed in chronological order.", @@ -59,7 +59,7 @@ "@twilio-paste/card": "^9.1.0", "@twilio-paste/color-contrast-utils": "^5.0.0", "@twilio-paste/customization": "^8.1.1", - "@twilio-paste/design-tokens": "^10.8.0", + "@twilio-paste/design-tokens": "^10.11.0", "@twilio-paste/detail-text": "^3.1.0", "@twilio-paste/disclosure-primitive": "^2.1.1", "@twilio-paste/icons": "^12.2.0", diff --git a/packages/paste-core/core-bundle/CHANGELOG.md b/packages/paste-core/core-bundle/CHANGELOG.md index f65cd76f69..ca6c5783df 100644 --- a/packages/paste-core/core-bundle/CHANGELOG.md +++ b/packages/paste-core/core-bundle/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## 20.19.0 + +### Minor Changes + +- [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980) [#4136](https://github.com/twilio-labs/paste/pull/4136) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Design Tokens] added new design tokens shadowBorderBottomWeak and shadowBorderBottomInverseWeaker to support new feature, KeybaordKey. + +* [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980) [#4136](https://github.com/twilio-labs/paste/pull/4136) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [KeyboardKey] added a new component to display visual indicators for keyboard shortcuts available to users + +### Patch Changes + +- [`ac3a553d0`](https://github.com/twilio-labs/paste/commit/ac3a553d039371ca5c8d63e7093954656af33430) [#4146](https://github.com/twilio-labs/paste/pull/4146) Thanks [@PixeledCode](https://github.com/PixeledCode)! - [Timeline]: Remove unnecessary `z-index` from `TimelineItemIcon` + +- Updated dependencies [[`ac3a553d0`](https://github.com/twilio-labs/paste/commit/ac3a553d039371ca5c8d63e7093954656af33430), [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980), [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980)]: + - @twilio-paste/timeline@1.0.1 + - @twilio-paste/design-tokens@10.11.0 + - @twilio-paste/keyboard-key@1.0.0 + ## 20.18.1 ### Patch Changes diff --git a/packages/paste-core/core-bundle/package.json b/packages/paste-core/core-bundle/package.json index 3c3b8c77b5..d7b394862a 100644 --- a/packages/paste-core/core-bundle/package.json +++ b/packages/paste-core/core-bundle/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/core", - "version": "20.18.1", + "version": "20.19.0", "status": "production", "description": "Core contains all the packages from the Paste design system.", "author": "Twilio Inc.", @@ -102,7 +102,7 @@ "@twilio-paste/data-visualization-library": "^5.1.0", "@twilio-paste/date-picker": "^6.1.1", "@twilio-paste/description-list": "^4.2.0", - "@twilio-paste/design-tokens": "^10.10.0", + "@twilio-paste/design-tokens": "^10.11.0", "@twilio-paste/detail-text": "^3.1.0", "@twilio-paste/disclosure": "^12.1.0", "@twilio-paste/disclosure-primitive": "^2.1.1", @@ -123,7 +123,7 @@ "@twilio-paste/inline-control-group": "^13.0.2", "@twilio-paste/input": "^9.1.3", "@twilio-paste/input-box": "^10.1.1", - "@twilio-paste/keyboard-key": "^0.0.0", + "@twilio-paste/keyboard-key": "^1.0.0", "@twilio-paste/label": "^13.1.1", "@twilio-paste/lexical-library": "^4.2.0", "@twilio-paste/list": "^8.2.1", @@ -172,7 +172,7 @@ "@twilio-paste/textarea": "^10.2.0", "@twilio-paste/theme": "^11.1.0", "@twilio-paste/time-picker": "^6.1.1", - "@twilio-paste/timeline": "^1.0.0", + "@twilio-paste/timeline": "^1.0.1", "@twilio-paste/toast": "^12.2.1", "@twilio-paste/tooltip": "^11.1.1", "@twilio-paste/tooltip-primitive": "^2.0.1", diff --git a/packages/paste-design-tokens/CHANGELOG.md b/packages/paste-design-tokens/CHANGELOG.md index fe1a5eb7a4..65d749ffd8 100644 --- a/packages/paste-design-tokens/CHANGELOG.md +++ b/packages/paste-design-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 10.11.0 + +### Minor Changes + +- [`a4404eab3`](https://github.com/twilio-labs/paste/commit/a4404eab37a8ce17e9505607857c6c5251337980) [#4136](https://github.com/twilio-labs/paste/pull/4136) Thanks [@krisantrobus](https://github.com/krisantrobus)! - [Design Tokens] added new design tokens shadowBorderBottomWeak and shadowBorderBottomInverseWeaker to support new feature, KeybaordKey. + ## 10.10.0 ### Minor Changes diff --git a/packages/paste-design-tokens/package.json b/packages/paste-design-tokens/package.json index 2291ffc879..0fbf4111e2 100644 --- a/packages/paste-design-tokens/package.json +++ b/packages/paste-design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@twilio-paste/design-tokens", - "version": "10.10.0", + "version": "10.11.0", "description": "Paste Design System Tokens package with a number of different formats for Web, Mobile, and Sketch.", "main": "dist/tokens.common.js", "module": "dist/tokens.es6.js", diff --git a/yarn.lock b/yarn.lock index 9bed85e1a5..3be71977fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12143,7 +12143,7 @@ __metadata: "@babel/core": ^7.21.4 "@babel/plugin-proposal-object-rest-spread": ^7.20.7 "@babel/preset-env": ^7.21.4 - "@twilio-paste/core": ^20.17.0 + "@twilio-paste/core": ^20.19.0 chalk: 4.1.2 execa: 3.2.0 globby: "npm:globby@10.0.1" @@ -12264,7 +12264,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/core@^20.0.0, @twilio-paste/core@^20.17.0, @twilio-paste/core@^20.4.0, @twilio-paste/core@workspace:packages/paste-core/core-bundle": +"@twilio-paste/core@^20.0.0, @twilio-paste/core@^20.19.0, @twilio-paste/core@^20.4.0, @twilio-paste/core@workspace:packages/paste-core/core-bundle": version: 0.0.0-use.local resolution: "@twilio-paste/core@workspace:packages/paste-core/core-bundle" dependencies: @@ -12299,7 +12299,7 @@ __metadata: "@twilio-paste/data-visualization-library": ^5.1.0 "@twilio-paste/date-picker": ^6.1.1 "@twilio-paste/description-list": ^4.2.0 - "@twilio-paste/design-tokens": ^10.10.0 + "@twilio-paste/design-tokens": ^10.11.0 "@twilio-paste/detail-text": ^3.1.0 "@twilio-paste/disclosure": ^12.1.0 "@twilio-paste/disclosure-primitive": ^2.1.1 @@ -12321,7 +12321,7 @@ __metadata: "@twilio-paste/inline-control-group": ^13.0.2 "@twilio-paste/input": ^9.1.3 "@twilio-paste/input-box": ^10.1.1 - "@twilio-paste/keyboard-key": ^0.0.0 + "@twilio-paste/keyboard-key": ^1.0.0 "@twilio-paste/label": ^13.1.1 "@twilio-paste/lexical-library": ^4.2.0 "@twilio-paste/list": ^8.2.1 @@ -12370,7 +12370,7 @@ __metadata: "@twilio-paste/textarea": ^10.2.0 "@twilio-paste/theme": ^11.1.0 "@twilio-paste/time-picker": ^6.1.1 - "@twilio-paste/timeline": ^1.0.0 + "@twilio-paste/timeline": ^1.0.1 "@twilio-paste/toast": ^12.2.1 "@twilio-paste/tooltip": ^11.1.1 "@twilio-paste/tooltip-primitive": ^2.0.1 @@ -12646,7 +12646,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/design-tokens@^10.0.0, @twilio-paste/design-tokens@^10.10.0, @twilio-paste/design-tokens@^10.2.0, @twilio-paste/design-tokens@^10.3.0, @twilio-paste/design-tokens@^10.4.0, @twilio-paste/design-tokens@^10.4.1, @twilio-paste/design-tokens@^10.5.0, @twilio-paste/design-tokens@^10.7.0, @twilio-paste/design-tokens@^10.8.0, @twilio-paste/design-tokens@^10.9.0, @twilio-paste/design-tokens@workspace:packages/paste-design-tokens": +"@twilio-paste/design-tokens@^10.0.0, @twilio-paste/design-tokens@^10.10.0, @twilio-paste/design-tokens@^10.11.0, @twilio-paste/design-tokens@^10.2.0, @twilio-paste/design-tokens@^10.3.0, @twilio-paste/design-tokens@^10.4.0, @twilio-paste/design-tokens@^10.4.1, @twilio-paste/design-tokens@^10.5.0, @twilio-paste/design-tokens@^10.7.0, @twilio-paste/design-tokens@^10.8.0, @twilio-paste/design-tokens@^10.9.0, @twilio-paste/design-tokens@workspace:packages/paste-design-tokens": version: 0.0.0-use.local resolution: "@twilio-paste/design-tokens@workspace:packages/paste-design-tokens" dependencies: @@ -13527,7 +13527,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/keyboard-key@^0.0.0, @twilio-paste/keyboard-key@workspace:packages/paste-core/components/keyboard-key": +"@twilio-paste/keyboard-key@^1.0.0, @twilio-paste/keyboard-key@workspace:packages/paste-core/components/keyboard-key": version: 0.0.0-use.local resolution: "@twilio-paste/keyboard-key@workspace:packages/paste-core/components/keyboard-key" dependencies: @@ -13535,7 +13535,7 @@ __metadata: "@twilio-paste/box": ^10.2.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.1 - "@twilio-paste/design-tokens": ^10.3.0 + "@twilio-paste/design-tokens": ^10.11.0 "@twilio-paste/style-props": ^9.1.1 "@twilio-paste/styling-library": ^3.0.0 "@twilio-paste/theme": ^11.0.1 @@ -15525,7 +15525,7 @@ __metadata: languageName: unknown linkType: soft -"@twilio-paste/timeline@^1.0.0, @twilio-paste/timeline@workspace:packages/paste-core/components/timeline": +"@twilio-paste/timeline@^1.0.0, @twilio-paste/timeline@^1.0.1, @twilio-paste/timeline@workspace:packages/paste-core/components/timeline": version: 0.0.0-use.local resolution: "@twilio-paste/timeline@workspace:packages/paste-core/components/timeline" dependencies: @@ -15536,7 +15536,7 @@ __metadata: "@twilio-paste/card": ^9.1.0 "@twilio-paste/color-contrast-utils": ^5.0.0 "@twilio-paste/customization": ^8.1.1 - "@twilio-paste/design-tokens": ^10.8.0 + "@twilio-paste/design-tokens": ^10.11.0 "@twilio-paste/detail-text": ^3.1.0 "@twilio-paste/disclosure-primitive": ^2.1.1 "@twilio-paste/icons": ^12.2.0