From 1b8a15428bfa064f7a8994a5c2c0edc4867dbc07 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 Feb 2023 05:39:48 +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 | 13 +++++++++++++ packages/bezier-react/package.json | 2 +- 5 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 760742f728..3d8babb486 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -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", @@ -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", @@ -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", diff --git a/packages/bezier-figma-plugin/CHANGELOG.md b/packages/bezier-figma-plugin/CHANGELOG.md index 9a43c97f59..b24c4190a7 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.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/bezier-react@1.0.0-next-v1.188 + ## 0.1.1-next-v1.31 ### Patch Changes diff --git a/packages/bezier-figma-plugin/package.json b/packages/bezier-figma-plugin/package.json index d27205236b..5f4529483f 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.31", + "version": "0.1.1-next-v1.32", "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 0fe6a12b95..da3b947a20 100644 --- a/packages/bezier-react/CHANGELOG.md +++ b/packages/bezier-react/CHANGELOG.md @@ -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 diff --git a/packages/bezier-react/package.json b/packages/bezier-react/package.json index 49ee67d0ac..6dfd4a69b7 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.187", + "version": "1.0.0-next-v1.188", "description": "React components library that implements Bezier Design System.", "repository": { "type": "git",