Skip to content

Commit b42e38f

Browse files
ci(changesets): version packages (#1691)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @channel.io/bezier-react@1.16.0 ### Minor Changes - Fix "document is not defined" error when building in SSR frameworks like Next.js. ([#1688](#1688)) by @sungik-choi ## bezier-figma-plugin@0.4.7 ### Patch Changes - Updated dependencies - @channel.io/bezier-react@1.16.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 82a1314 commit b42e38f

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/gentle-chefs-arrive.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.4.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @channel.io/bezier-react@1.16.0
9+
310
## 0.4.6
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.4.6",
3+
"version": "0.4.7",
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.16.0
4+
5+
### Minor Changes
6+
7+
- Fix "document is not defined" error when building in SSR frameworks like Next.js. ([#1688](https://github.com/channel-io/bezier-react/pull/1688)) by @sungik-choi
8+
39
## 1.15.1
410

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

0 commit comments

Comments
 (0)