Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(changesets): version packages #2402

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dry-icons-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-otters-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-llamas-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-spies-provide.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.6.5

### Patch Changes

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

## 0.6.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.6.4",
"version": "0.6.5",
"private": true,
"description": "Figma plugin that helps build Bezier design system and increase productivity.",
"repository": {
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@channel.io/bezier-icons": "0.32.0",
"@channel.io/bezier-react": "2.2.3",
"@channel.io/bezier-react": "2.2.4",
"octokit": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/bezier-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @channel.io/bezier-react

## 2.2.4

### Patch Changes

- Deprecate `imageUrl` props of `Emoji` component. ([#2400](https://github.com/channel-io/bezier-react/pull/2400)) by @yangwooseong

- Fix `OutlineItem` component's icon size and gap between icon and leftContent. ([#2403](https://github.com/channel-io/bezier-react/pull/2403)) by @yangwooseong

- Prevent right button of `TextField` from shrinking. ([#2375](https://github.com/channel-io/bezier-react/pull/2375)) by @yangwooseong

- Keep the color of text when hovering over the tertiary `Button` component. ([#2381](https://github.com/channel-io/bezier-react/pull/2381)) by @yangwooseong

## 2.2.3

### 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": "2.2.3",
"version": "2.2.4",
"description": "React components library that implements Bezier design system.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2124,7 +2124,7 @@ __metadata:
languageName: unknown
linkType: soft

"@channel.io/bezier-react@npm:2.2.3, @channel.io/bezier-react@workspace:packages/bezier-react":
"@channel.io/bezier-react@npm:2.2.4, @channel.io/bezier-react@workspace:packages/bezier-react":
version: 0.0.0-use.local
resolution: "@channel.io/bezier-react@workspace:packages/bezier-react"
dependencies:
Expand Down Expand Up @@ -7727,7 +7727,7 @@ __metadata:
resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin"
dependencies:
"@channel.io/bezier-icons": "npm:0.32.0"
"@channel.io/bezier-react": "npm:2.2.3"
"@channel.io/bezier-react": "npm:2.2.4"
"@figma/plugin-typings": "npm:^1.87.0"
"@types/react": "npm:^18.2.59"
"@types/react-dom": "npm:^18.2.19"
Expand Down
Loading