Skip to content

Commit

Permalink
ci(changesets): version packages (#1691)
Browse files Browse the repository at this point in the history
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/[email protected]

### Minor Changes

- Fix "document is not defined" error when building in SSR frameworks
like Next.js.
([#1688](#1688)) by
@sungik-choi

## [email protected]

### Patch Changes

-   Updated dependencies
    -   @channel.io/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 20, 2023
1 parent 82a1314 commit b42e38f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-chefs-arrive.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/bezier-figma-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# bezier-figma-plugin

## 0.4.7

### Patch Changes

- Updated dependencies
- @channel.io/[email protected]

## 0.4.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bezier-figma-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bezier-figma-plugin",
"version": "0.4.6",
"version": "0.4.7",
"private": true,
"description": "Figma plugin that helps build Bezier design system and increase productivity.",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/bezier-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @channel.io/bezier-react

## 1.16.0

### Minor Changes

- 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

## 1.15.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bezier-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@channel.io/bezier-react",
"version": "1.15.1",
"version": "1.16.0",
"description": "React components library that implements Bezier design system.",
"repository": {
"type": "git",
Expand Down

0 comments on commit b42e38f

Please sign in to comment.