Skip to content

Commit

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

- Add `ref` value to design tokens of alpha version.
([#2135](#2135)) by
@sungik-choi

- Add design tokens for next(alpha) version.
([#2132](#2132)) by
@sungik-choi

### Patch Changes

- Modify alpha design tokens according to figma design
([#2138](#2138)) by
@yangwooseong

## @channel.io/[email protected]

### Patch Changes

- The style sheet(styles.css) now includes the alpha version of the
design token.
([#2141](#2141)) by
@sungik-choi

- Remove the `/alpha` directory and add the `Alpha` prefix to alpha
components.
([#2140](#2140)) by
@sungik-choi

    -   `TooltipPrimitive` -> `AlphaTooltipPrimitive`
    -   `DialogPrimitive` -> `AlphaDialogPrimitive`

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

## [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 Apr 9, 2024
1 parent 07bec95 commit cf9ec02
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-steaks-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-mangos-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-pandas-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-fishes-dream.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/wild-pots-sniff.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.5.1

### Patch Changes

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

## 0.5.0

### Minor 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.5.0",
"version": "0.5.1",
"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.23.0",
"@channel.io/bezier-react": "2.0.0",
"@channel.io/bezier-react": "2.0.1",
"octokit": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/bezier-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @channel.io/bezier-react

## 2.0.1

### Patch Changes

- The style sheet(styles.css) now includes the alpha version of the design token. ([#2141](https://github.com/channel-io/bezier-react/pull/2141)) by @sungik-choi

- Remove the `/alpha` directory and add the `Alpha` prefix to alpha components. ([#2140](https://github.com/channel-io/bezier-react/pull/2140)) by @sungik-choi

- `TooltipPrimitive` -> `AlphaTooltipPrimitive`
- `DialogPrimitive` -> `AlphaDialogPrimitive`

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

## 2.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "2.0.1",
"description": "React components library that implements Bezier design system.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -127,7 +127,7 @@
}
},
"dependencies": {
"@channel.io/bezier-tokens": "0.1.0",
"@channel.io/bezier-tokens": "0.2.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-radio-group": "^1.1.3",
Expand Down
12 changes: 12 additions & 0 deletions packages/bezier-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @channel.io/bezier-tokens

## 0.2.0

### Minor Changes

- Add `ref` value to design tokens of alpha version. ([#2135](https://github.com/channel-io/bezier-react/pull/2135)) by @sungik-choi

- Add design tokens for next(alpha) version. ([#2132](https://github.com/channel-io/bezier-react/pull/2132)) by @sungik-choi

### Patch Changes

- Modify alpha design tokens according to figma design ([#2138](https://github.com/channel-io/bezier-react/pull/2138)) by @yangwooseong

## 0.1.0

### Minor 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.1.0",
"version": "0.2.0",
"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 @@ -63,7 +63,7 @@
"vscode-languageserver-textdocument": "^1.0.11"
},
"devDependencies": {
"@channel.io/bezier-tokens": "0.1.0",
"@channel.io/bezier-tokens": "0.2.0",
"@types/node": "^20.11.20",
"@types/vscode": "^1.64.0"
}
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1948,7 +1948,7 @@ __metadata:
languageName: unknown
linkType: soft

"@channel.io/bezier-react@npm:2.0.0, @channel.io/bezier-react@workspace:packages/bezier-react":
"@channel.io/bezier-react@npm:2.0.1, @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 All @@ -1957,7 +1957,7 @@ __metadata:
"@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.1.0"
"@channel.io/bezier-tokens": "npm:0.2.0"
"@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 @@ -2034,7 +2034,7 @@ __metadata:
languageName: unknown
linkType: soft

"@channel.io/bezier-tokens@npm:0.1.0, @channel.io/bezier-tokens@workspace:packages/bezier-tokens":
"@channel.io/bezier-tokens@npm:0.2.0, @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 All @@ -2049,7 +2049,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@channel.io/bezier-vscode@workspace:packages/bezier-vscode"
dependencies:
"@channel.io/bezier-tokens": "npm:0.1.0"
"@channel.io/bezier-tokens": "npm:0.2.0"
"@types/node": "npm:^20.11.20"
"@types/vscode": "npm:^1.64.0"
vscode-languageclient: "npm:^9.0.1"
Expand Down Expand Up @@ -8359,7 +8359,7 @@ __metadata:
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.0"
"@channel.io/bezier-react": "npm:2.0.1"
"@figma/plugin-typings": "npm:^1.87.0"
"@types/react": "npm:^18.2.59"
"@types/react-dom": "npm:^18.2.19"
Expand Down

0 comments on commit cf9ec02

Please sign in to comment.