Skip to content

Commit

Permalink
ci(changesets): version packages (#2188)
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

- Update icons
([#2204](#2204)) by
@kimminkyung94

    Added

    -   center-focus.svg
    -   group-remove-filled.svg
    -   shipping-filled.svg
    -   snooze-filled.svg
    -   star-circle-filled.svg
    -   untag-filled.svg
    -   workflow.svg

    Modified

    -   chat-check-filled.svg
    -   chat-check.svg
    -   chat-progress-filled.svg
    -   chat-progress.svg
    -   check-circle-filled.svg
    -   check-circle.svg
    -   check-verification-filled.svg
    -   clock-filled.svg
    -   contract.svg
    -   expand.svg
    -   goal.svg
    -   limit.svg
    -   people.svg
    -   tag.svg
    -   untag.svg

## @channel.io/[email protected]

### Patch Changes

- Change outline color of primary and blue `Button` component when
focused. ([#2182](#2182))
by @yangwooseong

- Add `AlphaButton` component.
([#2182](#2182)) by
@yangwooseong

- Add `AlphaFloatingButton` component.
([#2193](#2193)) by
@yangwooseong

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

## @channel.io/[email protected]

### Patch Changes

- Add the font-family format supported by Google Web Font
([#2209](#2209)) by
@leejiwoo2002

## [email protected]

### Patch Changes

-   Updated dependencies
    -   @channel.io/[email protected]
    -   @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 May 10, 2024
1 parent 79072d9 commit 621b3eb
Show file tree
Hide file tree
Showing 15 changed files with 78 additions and 70 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-birds-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-days-cry.md

This file was deleted.

33 changes: 0 additions & 33 deletions .changeset/icon-update-1715231469565.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-ants-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-mangos-press.md

This file was deleted.

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

## 0.5.4

### Patch Changes

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

## 0.5.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.5.3",
"version": "0.5.4",
"private": true,
"description": "Figma plugin that helps build Bezier design system and increase productivity.",
"repository": {
Expand Down Expand Up @@ -38,8 +38,8 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@channel.io/bezier-icons": "0.23.0",
"@channel.io/bezier-react": "2.0.3",
"@channel.io/bezier-icons": "0.24.0",
"@channel.io/bezier-react": "2.0.4",
"octokit": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
34 changes: 34 additions & 0 deletions packages/bezier-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @channel.io/bezier-icons

## 0.24.0

### Minor Changes

- Update icons ([#2204](https://github.com/channel-io/bezier-react/pull/2204)) by @kimminkyung94

Added

- center-focus.svg
- group-remove-filled.svg
- shipping-filled.svg
- snooze-filled.svg
- star-circle-filled.svg
- untag-filled.svg
- workflow.svg

Modified

- chat-check-filled.svg
- chat-check.svg
- chat-progress-filled.svg
- chat-progress.svg
- check-circle-filled.svg
- check-circle.svg
- check-verification-filled.svg
- clock-filled.svg
- contract.svg
- expand.svg
- goal.svg
- limit.svg
- people.svg
- tag.svg
- untag.svg

## 0.23.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bezier-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@channel.io/bezier-icons",
"version": "0.23.0",
"version": "0.24.0",
"description": "Icon library that implements Bezier design system.",
"repository": {
"type": "git",
Expand Down
13 changes: 13 additions & 0 deletions packages/bezier-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @channel.io/bezier-react

## 2.0.4

### Patch Changes

- Change outline color of primary and blue `Button` component when focused. ([#2182](https://github.com/channel-io/bezier-react/pull/2182)) by @yangwooseong

- Add `AlphaButton` component. ([#2182](https://github.com/channel-io/bezier-react/pull/2182)) by @yangwooseong

- Add `AlphaFloatingButton` component. ([#2193](https://github.com/channel-io/bezier-react/pull/2193)) by @yangwooseong

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

## 2.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.0.3",
"version": "2.0.4",
"description": "React components library that implements Bezier design system.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@channel.io/bezier-icons": "0.23.0",
"@channel.io/bezier-icons": "0.24.0",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
Expand Down Expand Up @@ -127,7 +127,7 @@
}
},
"dependencies": {
"@channel.io/bezier-tokens": "0.2.2",
"@channel.io/bezier-tokens": "0.2.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-radio-group": "^1.1.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/bezier-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @channel.io/bezier-tokens

## 0.2.3

### Patch Changes

- Add the font-family format supported by Google Web Font ([#2209](https://github.com/channel-io/bezier-react/pull/2209)) by @leejiwoo2002

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bezier-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@channel.io/bezier-tokens",
"version": "0.2.2",
"version": "0.2.3",
"description": "Design tokens for Bezier design system.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/bezier-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"vscode-languageserver-textdocument": "^1.0.11"
},
"devDependencies": {
"@channel.io/bezier-tokens": "0.2.2",
"@channel.io/bezier-tokens": "0.2.3",
"@types/node": "^20.11.20",
"@types/vscode": "^1.64.0"
}
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2106,7 +2106,7 @@ __metadata:
languageName: unknown
linkType: soft

"@channel.io/bezier-icons@npm:0.23.0, @channel.io/bezier-icons@workspace:packages/bezier-icons":
"@channel.io/bezier-icons@npm:0.24.0, @channel.io/bezier-icons@workspace:packages/bezier-icons":
version: 0.0.0-use.local
resolution: "@channel.io/bezier-icons@workspace:packages/bezier-icons"
dependencies:
Expand All @@ -2130,16 +2130,16 @@ __metadata:
languageName: unknown
linkType: soft

"@channel.io/bezier-react@npm:2.0.3, @channel.io/bezier-react@workspace:packages/bezier-react":
"@channel.io/bezier-react@npm:2.0.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:
"@babel/core": "npm:^7.23.9"
"@babel/preset-env": "npm:^7.23.9"
"@babel/preset-react": "npm:^7.23.3"
"@babel/preset-typescript": "npm:^7.23.3"
"@channel.io/bezier-icons": "npm:0.23.0"
"@channel.io/bezier-tokens": "npm:0.2.2"
"@channel.io/bezier-icons": "npm:0.24.0"
"@channel.io/bezier-tokens": "npm:0.2.3"
"@radix-ui/react-checkbox": "npm:^1.0.4"
"@radix-ui/react-dialog": "npm:^1.0.5"
"@radix-ui/react-radio-group": "npm:^1.1.3"
Expand Down Expand Up @@ -2216,7 +2216,7 @@ __metadata:
languageName: unknown
linkType: soft

"@channel.io/bezier-tokens@npm:0.2.2, @channel.io/bezier-tokens@workspace:packages/bezier-tokens":
"@channel.io/bezier-tokens@npm:0.2.3, @channel.io/bezier-tokens@workspace:packages/bezier-tokens":
version: 0.0.0-use.local
resolution: "@channel.io/bezier-tokens@workspace:packages/bezier-tokens"
dependencies:
Expand Down Expand Up @@ -8609,8 +8609,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin"
dependencies:
"@channel.io/bezier-icons": "npm:0.23.0"
"@channel.io/bezier-react": "npm:2.0.3"
"@channel.io/bezier-icons": "npm:0.24.0"
"@channel.io/bezier-react": "npm:2.0.4"
"@figma/plugin-typings": "npm:^1.87.0"
"@types/react": "npm:^18.2.59"
"@types/react-dom": "npm:^18.2.19"
Expand Down Expand Up @@ -8667,7 +8667,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "bezier-vscode@workspace:packages/bezier-vscode"
dependencies:
"@channel.io/bezier-tokens": "npm:0.2.2"
"@channel.io/bezier-tokens": "npm:0.2.3"
"@types/node": "npm:^20.11.20"
"@types/vscode": "npm:^1.64.0"
vscode-languageclient: "npm:^9.0.1"
Expand Down

0 comments on commit 621b3eb

Please sign in to comment.