Skip to content
Merged
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 @@ -15,6 +15,7 @@
"cuddly-eagles-serve",
"curly-swans-greet",
"curvy-eagles-sparkle",
"dirty-shrimps-talk",
"dull-phones-invent",
"empty-flowers-end",
"empty-horses-promise",
Expand All @@ -35,6 +36,7 @@
"kind-chairs-hide",
"lemon-steaks-decide",
"little-beans-cry",
"lovely-planets-yawn",
"mean-garlics-speak",
"mighty-olives-deliver",
"modern-pants-applaud",
Expand All @@ -55,6 +57,7 @@
"shy-sloths-collect",
"silver-chefs-raise",
"six-drinks-cheat",
"small-suns-yawn",
"spicy-peas-poke",
"spicy-spies-pull",
"strong-ducks-complain",
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.32

### Patch Changes

- Updated dependencies [[`53d83ba2`](https://github.com/channel-io/bezier-react/commit/53d83ba27f79ae81ab82836af047f8584919a1b8), [`89f18836`](https://github.com/channel-io/bezier-react/commit/89f1883616d0c460aaf5222328f334303773c238), [`85d04e70`](https://github.com/channel-io/bezier-react/commit/85d04e709fb8114330650fc939a7915aab96a2c5)]:
- @channel.io/[email protected]

## 0.1.1-next-v1.31

### 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.31",
"version": "0.1.1-next-v1.32",
"private": true,
"description": "Figma plugin that helps build Bezier Design System and increase productivity.",
"scripts": {
Expand Down
13 changes: 13 additions & 0 deletions packages/bezier-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @channel.io/bezier-react

## 1.0.0-next-v1.188

### Minor Changes

- [#1082](https://github.com/channel-io/bezier-react/pull/1082) [`89f18836`](https://github.com/channel-io/bezier-react/commit/89f1883616d0c460aaf5222328f334303773c238) Thanks [@Tanney-102](https://github.com/Tanney-102)! - - keyboard event locker added.
- TextField and TextArea use keyboard event locker, so that they can block keyboard event handling for IME control keys while composing.

### Patch Changes

- [#1143](https://github.com/channel-io/bezier-react/pull/1143) [`53d83ba2`](https://github.com/channel-io/bezier-react/commit/53d83ba27f79ae81ab82836af047f8584919a1b8) Thanks [@sungik-choi](https://github.com/sungik-choi)! - Fix to pass missing property of `Overlay` component.

* [#1079](https://github.com/channel-io/bezier-react/pull/1079) [`85d04e70`](https://github.com/channel-io/bezier-react/commit/85d04e709fb8114330650fc939a7915aab96a2c5) Thanks [@annie1229](https://github.com/annie1229)! - Remove and re-implement lodash-es

## 1.0.0-next-v1.187

### 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.187",
"version": "1.0.0-next-v1.188",
"description": "React components library that implements Bezier Design System.",
"repository": {
"type": "git",
Expand Down