Skip to content

Commit 2e3babe

Browse files
ci(changesets): version packages
1 parent ac727dd commit 2e3babe

File tree

8 files changed

+24
-15
lines changed

8 files changed

+24
-15
lines changed

.changeset/pink-ladybugs-tan.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sour-cameras-shave.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/bezier-codemod/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- Add migration function that changes iconName to BezierIcon ([#1418](https://github.com/channel-io/bezier-react/pull/1418)) by @yangwooseong
8+
39
## 0.1.1
410

511
### Patch Changes

packages/bezier-codemod/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-codemod",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Codemod transformations to help upgrade app using Bezier design system.",
55
"repository": {
66
"type": "git",

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.3.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @channel.io/[email protected]
9+
310
## 0.3.2
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.3.2",
3+
"version": "0.3.3",
44
"private": true,
55
"description": "Figma plugin that helps build Bezier design system and increase productivity.",
66
"repository": {

packages/bezier-react/CHANGELOG.md

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

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- Remove `LegacyIcon` used in `ListItem`, `Select`, `TextField`, `KeyValueListItem`, `OutlineItem`. ([#1383](https://github.com/channel-io/bezier-react/pull/1383)) by @yangwooseong
8+
9+
**BREAKING CHANGE**: No more support for `IconName` type with `icon` prop in these components.
10+
311
## 1.4.0
412

513
### 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.4.0",
3+
"version": "1.5.0",
44
"description": "React components library that implements Bezier design system.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)