From 08fea0c1157147e5035f58bed13ca5d991d3a80a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 7 Dec 2022 10:33:17 +0000 Subject: [PATCH] ci(changesets): version packages (next-v1) --- .changeset/pre.json | 3 +++ packages/bezier-figma-plugin/CHANGELOG.md | 7 ++++++ packages/bezier-figma-plugin/package.json | 2 +- packages/bezier-react/CHANGELOG.md | 26 +++++++++++++++++++++++ packages/bezier-react/package.json | 2 +- 5 files changed, 38 insertions(+), 2 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 459157f4de..ee645e8174 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -22,7 +22,9 @@ "green-camels-shop", "healthy-sheep-taste", "heavy-jars-behave", + "heavy-pandas-deny", "lemon-steaks-decide", + "little-beans-cry", "moody-frogs-rush", "moody-tigers-relax", "nervous-wasps-help", @@ -40,6 +42,7 @@ "spicy-spies-pull", "strong-ducks-complain", "stupid-meals-deliver", + "tame-trainers-chew", "tender-books-crash", "thick-dryers-deliver", "thirty-crews-cough", diff --git a/packages/bezier-figma-plugin/CHANGELOG.md b/packages/bezier-figma-plugin/CHANGELOG.md index d17b7549b1..6c5d3866c5 100644 --- a/packages/bezier-figma-plugin/CHANGELOG.md +++ b/packages/bezier-figma-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # bezier-figma-plugin +## 0.1.1-next-v1.21 + +### Patch Changes + +- Updated dependencies [[`e23c54a8`](https://github.com/channel-io/bezier-react/commit/e23c54a81fa6647e378985d660a95fcfedbd253a), [`cb677dde`](https://github.com/channel-io/bezier-react/commit/cb677dde40d92582f8fade504b54ee8532d3ae0f), [`d924b727`](https://github.com/channel-io/bezier-react/commit/d924b727492e1a7fbb75b67b6f933b4e08a63adf)]: + - @channel.io/bezier-react@1.0.0-next-v1.177 + ## 0.1.1-next-v1.20 ### Patch Changes diff --git a/packages/bezier-figma-plugin/package.json b/packages/bezier-figma-plugin/package.json index 1ce80e9014..2d2431fe6d 100644 --- a/packages/bezier-figma-plugin/package.json +++ b/packages/bezier-figma-plugin/package.json @@ -1,6 +1,6 @@ { "name": "bezier-figma-plugin", - "version": "0.1.1-next-v1.20", + "version": "0.1.1-next-v1.21", "private": true, "description": "Figma plugin that helps build Bezier Design System and increase productivity.", "scripts": { diff --git a/packages/bezier-react/CHANGELOG.md b/packages/bezier-react/CHANGELOG.md index 0258b341cd..e5d73302ba 100644 --- a/packages/bezier-react/CHANGELOG.md +++ b/packages/bezier-react/CHANGELOG.md @@ -1,5 +1,31 @@ # @channel.io/bezier-react +## 1.0.0-next-v1.177 + +### Minor Changes + +- [#1036](https://github.com/channel-io/bezier-react/pull/1036) [`e23c54a8`](https://github.com/channel-io/bezier-react/commit/e23c54a81fa6647e378985d660a95fcfedbd253a) Thanks [@sungik-choi](https://github.com/sungik-choi)! - Re-implement `Modal` component + + BREAKING_CHANGES + + - No longer use `BaseModal` for internal implementations of `Modal`. + - The existing `Modal` is renamed `LegacyModal` and will be removed from subsequent PR. + - The `ModalAction` component is renamed `ModalFooter`. + - The `targetElement` property in `ModalProps` is renamed `container`. + - The `showCloseIcon` property is moved from `ModalProps` to `ModalContentProps`. + - The `title`, `subTitle`, `description`, and `titleSize` properties are moved from `ModalContentProps` to the new `ModalHeaderProps`. + +* [#1002](https://github.com/channel-io/bezier-react/pull/1002) [`cb677dde`](https://github.com/channel-io/bezier-react/commit/cb677dde40d92582f8fade504b54ee8532d3ae0f) Thanks [@Dogdriip](https://github.com/Dogdriip)! - Apply `@radix-ui/react-switch` primitives to `Switch` component + + BREAKING CHANGE: + + - `onClick` handler is now `React.MouseEventHandler`. + - `Switch` component is now `HTMLButtonElement`. + +### Patch Changes + +- [#1063](https://github.com/channel-io/bezier-react/pull/1063) [`d924b727`](https://github.com/channel-io/bezier-react/commit/d924b727492e1a7fbb75b67b6f933b4e08a63adf) Thanks [@sungik-choi](https://github.com/sungik-choi)! - Change the `Status` component to use CSS Variable internally + ## 1.0.0-next-v1.176 ### Minor Changes diff --git a/packages/bezier-react/package.json b/packages/bezier-react/package.json index 762c1ca2e0..b856a18d0a 100644 --- a/packages/bezier-react/package.json +++ b/packages/bezier-react/package.json @@ -1,6 +1,6 @@ { "name": "@channel.io/bezier-react", - "version": "1.0.0-next-v1.176", + "version": "1.0.0-next-v1.177", "description": "React components library that implements Bezier Design System.", "repository": { "type": "git",