Skip to content

Commit b89ad58

Browse files
ci(changesets): version packages
1 parent b09af7c commit b89ad58

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/cuddly-cows-hammer.md

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

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.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @channel.io/bezier-react@1.8.1
9+
310
## 0.3.12
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.12",
3+
"version": "0.3.13",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @channel.io/bezier-react
22

3+
## 1.8.1
4+
5+
### Patch Changes
6+
7+
- add type cast to fix incorrect type infer in `TabAction` component ([#1497](https://github.com/channel-io/bezier-react/pull/1497)) by @yangwooseong
8+
39
## 1.8.0
410

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

0 commit comments

Comments
 (0)