Skip to content

Commit 1f6c6da

Browse files
ci(changesets): version packages (next-v1)
1 parent 3134039 commit 1f6c6da

File tree

5 files changed

+24
-2
lines changed

5 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"green-camels-shop",
2323
"healthy-sheep-taste",
2424
"heavy-jars-behave",
25+
"lemon-steaks-decide",
2526
"moody-frogs-rush",
2627
"moody-tigers-relax",
2728
"nervous-wasps-help",
@@ -31,13 +32,15 @@
3132
"pretty-tools-sneeze",
3233
"purple-shrimps-play",
3334
"rich-starfishes-notice",
35+
"serious-bags-buy",
3436
"shiny-ears-end",
3537
"shy-sloths-collect",
3638
"silver-chefs-raise",
3739
"six-drinks-cheat",
3840
"spicy-spies-pull",
3941
"strong-ducks-complain",
4042
"stupid-meals-deliver",
43+
"tender-books-crash",
4144
"thick-dryers-deliver",
4245
"thirty-crews-cough",
4346
"unlucky-poets-type",

packages/bezier-figma-plugin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# bezier-figma-plugin
22

3+
## 0.1.1-next-v1.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fe9640b0`](https://github.com/channel-io/bezier-react/commit/fe9640b071fa98d903c9a2ddf1fc48c16741be0c), [`8635cd56`](https://github.com/channel-io/bezier-react/commit/8635cd560cb22a47f03615cda0e54899ce2d5575), [`278338ef`](https://github.com/channel-io/bezier-react/commit/278338ef8cb2ff79ddb23ae630e7f5c42ebdae67)]:
8+
- @channel.io/[email protected]
9+
310
## 0.1.1-next-v1.19
411

512
### Patch Changes

packages/bezier-figma-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bezier-figma-plugin",
3-
"version": "0.1.1-next-v1.19",
3+
"version": "0.1.1-next-v1.20",
44
"private": true,
55
"description": "Figma plugin that helps build Bezier Design System and increase productivity.",
66
"scripts": {

packages/bezier-react/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @channel.io/bezier-react
22

3+
## 1.0.0-next-v1.176
4+
5+
### Minor Changes
6+
7+
- [#1048](https://github.com/channel-io/bezier-react/pull/1048) [`fe9640b0`](https://github.com/channel-io/bezier-react/commit/fe9640b071fa98d903c9a2ddf1fc48c16741be0c) Thanks [@sungik-choi](https://github.com/sungik-choi)! - Change return value of `getRootElement()` from element with specific id to `document.body` element
8+
9+
### Patch Changes
10+
11+
- [#1018](https://github.com/channel-io/bezier-react/pull/1018) [`8635cd56`](https://github.com/channel-io/bezier-react/commit/8635cd560cb22a47f03615cda0e54899ce2d5575) Thanks [@junbong](https://github.com/junbong)! - fix(Text): add handling code for unhandled interpolation prop
12+
13+
* [#1052](https://github.com/channel-io/bezier-react/pull/1052) [`278338ef`](https://github.com/channel-io/bezier-react/commit/278338ef8cb2ff79ddb23ae630e7f5c42ebdae67) Thanks [@sungik-choi](https://github.com/sungik-choi)! - Revert the removed `size` property of the `TextField`'s internal `input` element.
14+
315
## 1.0.0-next-v1.175
416

517
### Minor Changes

packages/bezier-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@channel.io/bezier-react",
3-
"version": "1.0.0-next-v1.175",
3+
"version": "1.0.0-next-v1.176",
44
"description": "React components library that implements Bezier Design System.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)