Skip to content

Commit

Permalink
ci(changesets): version packages (channel-io#1721)
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]

### Patch Changes

- Show clear button in TextField only when its value is not empty and
focused/hovered.
([channel-io#1713](channel-io#1713)) by
@jintak0401

- fix onDelete function to prevent it from being called when a tag is
clicked. ([channel-io#1712](channel-io#1712))
by @jintak0401

## [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 Nov 13, 2023
1 parent 1fd02de commit aa09015
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/lazy-bikes-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-melons-joke.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.10

### Patch Changes

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

## 0.4.9

### 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.9",
"version": "0.4.10",
"private": true,
"description": "Figma plugin that helps build Bezier design system and increase productivity.",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/bezier-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @channel.io/bezier-react

## 1.17.1

### Patch Changes

- Show clear button in TextField only when its value is not empty and focused/hovered. ([#1713](https://github.com/channel-io/bezier-react/pull/1713)) by @jintak0401

- fix onDelete function to prevent it from being called when a tag is clicked. ([#1712](https://github.com/channel-io/bezier-react/pull/1712)) by @jintak0401

## 1.17.0

### Minor 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.17.0",
"version": "1.17.1",
"description": "React components library that implements Bezier design system.",
"repository": {
"type": "git",
Expand Down

0 comments on commit aa09015

Please sign in to comment.