Skip to content

Commit

Permalink
ci(changesets): version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 17, 2024
1 parent bc4319e commit d59607b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/old-oranges-wink.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.21

### Patch Changes

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

## 0.6.20

### 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.20",
"version": "0.6.21",
"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.39.0",
"@channel.io/bezier-react": "3.0.0",
"@channel.io/bezier-react": "3.0.1",
"octokit": "^4.0.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/bezier-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @channel.io/bezier-react

## 3.0.1

### Patch Changes

- Export the `alphaTokens`, `AlphaTokens`, and `useAlphaTokens` modules. ([#2564](https://github.com/channel-io/bezier-react/pull/2564)) by @sungik-choi

## 3.0.0

### Major 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": "3.0.0",
"version": "3.0.1",
"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 @@ -2210,7 +2210,7 @@ __metadata:
languageName: unknown
linkType: soft

"@channel.io/bezier-react@npm:3.0.0, @channel.io/bezier-react@workspace:packages/bezier-react":
"@channel.io/bezier-react@npm:3.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 Down Expand Up @@ -8099,7 +8099,7 @@ __metadata:
resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin"
dependencies:
"@channel.io/bezier-icons": "npm:0.39.0"
"@channel.io/bezier-react": "npm:3.0.0"
"@channel.io/bezier-react": "npm:3.0.1"
"@figma/plugin-typings": "npm:^1.104.0"
"@types/react": "npm:^19.0.1"
"@types/react-dom": "npm:^19.0.2"
Expand Down

0 comments on commit d59607b

Please sign in to comment.