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

ci(changesets): version packages (next-v1) #1

Open
wants to merge 1 commit into
base: next-v1
Choose a base branch
from
Open
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
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/bezier-figma-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/bezier-figma-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
26 changes: 26 additions & 0 deletions packages/bezier-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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<HTMLButtonElement>`.
- `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
Expand Down
2 changes: 1 addition & 1 deletion packages/bezier-react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down