Skip to content

Commit

Permalink
ci(changesets): version packages (#2546)
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
([#2545](#2545)) by
@ch-builder

    Modified

    -   arrow-left-up-small.svg
    -   arrow-up.svg
    -   chevron-right-double.svg
    -   naver-talktalk.svg

    Added

    -   chevron-down-bold.svg
    -   chevron-left-bold.svg
    -   chevron-right-bold.svg
    -   chevron-up-bold.svg

## @channel.io/[email protected]

### Patch Changes

- If disabled is not passed from Button's props, disabled follows
loading ([#2510](#2510))
by @jintak0401

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

## @channel.io/[email protected]

### Patch Changes

- The alpha version dimension token is removed. The alpha version radius
token is added.
([#2540](#2540)) by
@sungik-choi

## @channel.io/[email protected]

### Patch Changes

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

## [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
ch-builder and github-actions[bot] authored Dec 5, 2024
1 parent c8e5578 commit 730b999
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 49 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-chairs-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-birds-relax.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/icon-update-1733376139366.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.6.19

### Patch Changes

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

## 0.6.18

### 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.6.18",
"version": "0.6.19",
"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.37.0",
"@channel.io/bezier-react": "2.6.1",
"@channel.io/bezier-icons": "0.38.0",
"@channel.io/bezier-react": "2.6.2",
"octokit": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
20 changes: 20 additions & 0 deletions packages/bezier-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @channel.io/bezier-icons

## 0.38.0

### Minor Changes

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

Modified

- arrow-left-up-small.svg
- arrow-up.svg
- chevron-right-double.svg
- naver-talktalk.svg

Added

- chevron-down-bold.svg
- chevron-left-bold.svg
- chevron-right-bold.svg
- chevron-up-bold.svg

## 0.37.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.37.0",
"version": "0.38.0",
"description": "Icon library that implements Bezier design system.",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/bezier-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @channel.io/bezier-react

## 2.6.2

### Patch Changes

- If disabled is not passed from Button's props, disabled follows loading ([#2510](https://github.com/channel-io/bezier-react/pull/2510)) by @jintak0401

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

## 2.6.1

### 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.6.1",
"version": "2.6.2",
"description": "React components library that implements Bezier design system.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@channel.io/bezier-icons": "0.37.0",
"@channel.io/bezier-icons": "0.38.0",
"@chromatic-com/storybook": "^1",
"@figma/code-connect": "^1.2.2",
"@rollup/plugin-alias": "^5.1.0",
Expand Down Expand Up @@ -132,7 +132,7 @@
}
},
"dependencies": {
"@channel.io/bezier-tokens": "0.2.12",
"@channel.io/bezier-tokens": "0.2.13",
"@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.13

### Patch Changes

- The alpha version dimension token is removed. The alpha version radius token is added. ([#2540](https://github.com/channel-io/bezier-react/pull/2540)) by @sungik-choi

## 0.2.12

### 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.12",
"version": "0.2.13",
"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 @@ -68,7 +68,7 @@
"vscode-languageserver-textdocument": "^1.0.11"
},
"devDependencies": {
"@channel.io/bezier-tokens": "0.2.12",
"@channel.io/bezier-tokens": "0.2.13",
"@types/node": "^20.11.20",
"@types/vscode": "^1.64.0"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/stylelint-bezier/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @channel.io/stylelint-bezier

## 0.2.7

### Patch Changes

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

## 0.2.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-bezier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@channel.io/stylelint-bezier",
"version": "0.2.6",
"version": "0.2.7",
"description": "Stylelint configuration for Bezier design system.",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"author": "Channel Corp.",
"license": "Apache-2.0",
"dependencies": {
"@channel.io/bezier-tokens": "0.2.12"
"@channel.io/bezier-tokens": "0.2.13"
},
"devDependencies": {
"eslint-config-bezier": "workspace:*",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2377,7 +2377,7 @@ __metadata:
languageName: unknown
linkType: soft

"@channel.io/bezier-icons@npm:0.37.0, @channel.io/bezier-icons@workspace:packages/bezier-icons":
"@channel.io/bezier-icons@npm:0.38.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 @@ -2401,16 +2401,16 @@ __metadata:
languageName: unknown
linkType: soft

"@channel.io/bezier-react@npm:2.6.1, @channel.io/bezier-react@workspace:packages/bezier-react":
"@channel.io/bezier-react@npm:2.6.2, @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.37.0"
"@channel.io/bezier-tokens": "npm:0.2.12"
"@channel.io/bezier-icons": "npm:0.38.0"
"@channel.io/bezier-tokens": "npm:0.2.13"
"@chromatic-com/storybook": "npm:^1"
"@figma/code-connect": "npm:^1.2.2"
"@radix-ui/react-checkbox": "npm:^1.0.4"
Expand Down Expand Up @@ -2493,7 +2493,7 @@ __metadata:
languageName: unknown
linkType: soft

"@channel.io/bezier-tokens@npm:0.2.12, @channel.io/bezier-tokens@workspace:packages/bezier-tokens":
"@channel.io/bezier-tokens@npm:0.2.13, @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 @@ -2545,7 +2545,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@channel.io/stylelint-bezier@workspace:packages/stylelint-bezier"
dependencies:
"@channel.io/bezier-tokens": "npm:0.2.12"
"@channel.io/bezier-tokens": "npm:0.2.13"
eslint-config-bezier: "workspace:*"
postcss-styled-syntax: "npm:^0.7.0"
tsconfig: "workspace:*"
Expand Down Expand Up @@ -8246,8 +8246,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin"
dependencies:
"@channel.io/bezier-icons": "npm:0.37.0"
"@channel.io/bezier-react": "npm:2.6.1"
"@channel.io/bezier-icons": "npm:0.38.0"
"@channel.io/bezier-react": "npm:2.6.2"
"@figma/plugin-typings": "npm:^1.87.0"
"@types/react": "npm:^18.2.59"
"@types/react-dom": "npm:^18.2.19"
Expand Down Expand Up @@ -8304,7 +8304,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "bezier-vscode@workspace:packages/bezier-vscode"
dependencies:
"@channel.io/bezier-tokens": "npm:0.2.12"
"@channel.io/bezier-tokens": "npm:0.2.13"
"@types/node": "npm:^20.11.20"
"@types/vscode": "npm:^1.64.0"
vscode-languageclient: "npm:^9.0.1"
Expand Down

0 comments on commit 730b999

Please sign in to comment.