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 5, 2024
1 parent a0959f5 commit 61f88a4
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 26 deletions.
19 changes: 0 additions & 19 deletions .changeset/icon-update-1733376139366.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.19

### Patch Changes

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

## 0.6.18

### 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.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,7 +38,7 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@channel.io/bezier-icons": "0.37.0",
"@channel.io/bezier-icons": "0.38.0",
"@channel.io/bezier-react": "2.6.1",
"octokit": "^3.1.2",
"react": "^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
2 changes: 1 addition & 1 deletion packages/bezier-react/package.json
Original file line number Diff line number Diff line change
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
6 changes: 3 additions & 3 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 Down Expand Up @@ -2409,7 +2409,7 @@ __metadata:
"@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-icons": "npm:0.38.0"
"@channel.io/bezier-tokens": "npm:0.2.12"
"@chromatic-com/storybook": "npm:^1"
"@figma/code-connect": "npm:^1.2.2"
Expand Down Expand Up @@ -8246,7 +8246,7 @@ __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-icons": "npm:0.38.0"
"@channel.io/bezier-react": "npm:2.6.1"
"@figma/plugin-typings": "npm:^1.87.0"
"@types/react": "npm:^18.2.59"
Expand Down

0 comments on commit 61f88a4

Please sign in to comment.