Skip to content

Commit

Permalink
ci(changesets): version packages (#1622)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @channel.io/bezier-react@1.13.0

### Minor Changes

- Add `preventHideOnOutsideClick` property to `Modal` component
([#1617](#1617)) by
@yangwooseong

### Patch Changes

- Fixes an issue where the height of `TextArea` component is not
specified correctly. Modify the build settings to match the package.json
exports fields change in 8.5.0 of `react-textarea-autosize`.
([#1637](#1637)) by
@sungik-choi

- Add `ProgressBarSize`, `ProgressBarVariant` string literal type and
deprecate enum
([#1595](#1595)) by
@Dogdriip

## bezier-figma-plugin@0.4.1

### Patch Changes

-   Updated dependencies
    -   @channel.io/bezier-react@1.13.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 18, 2023
1 parent 3cb4c5b commit d505cdc
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-cars-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-buckets-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-hairs-nail.md

This file was deleted.

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.4.1

### Patch Changes

- Updated dependencies
- @channel.io/bezier-react@1.13.0

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"private": true,
"description": "Figma plugin that helps build Bezier design system and increase productivity.",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/bezier-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @channel.io/bezier-react

## 1.13.0

### Minor Changes

- Add `preventHideOnOutsideClick` property to `Modal` component ([#1617](https://github.com/channel-io/bezier-react/pull/1617)) by @yangwooseong

### Patch Changes

- Fixes an issue where the height of `TextArea` component is not specified correctly. Modify the build settings to match the package.json exports fields change in 8.5.0 of `react-textarea-autosize`. ([#1637](https://github.com/channel-io/bezier-react/pull/1637)) by @sungik-choi

- Add `ProgressBarSize`, `ProgressBarVariant` string literal type and deprecate enum ([#1595](https://github.com/channel-io/bezier-react/pull/1595)) by @Dogdriip

## 1.12.0

### 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.12.0",
"version": "1.13.0",
"description": "React components library that implements Bezier design system.",
"repository": {
"type": "git",
Expand Down

0 comments on commit d505cdc

Please sign in to comment.