Skip to content

Commit

Permalink
ci(changesets): version packages (#2386)
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/bezier-icons@0.32.0

### Minor Changes

- Optimize all icon assets with svgo.
([#2380](#2380)) by
@ch-builder

- Update icons
([#2384](#2384)) by
@ch-builder

    Modified

    -   apps-add.svg
    -   exclusive.svg

    Added

    -   widget.svg

## bezier-figma-plugin@0.6.3

### Patch Changes

-   Updated dependencies
    -   @channel.io/bezier-icons@0.32.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ch-builder and github-actions[bot] authored Jul 25, 2024
1 parent 78b7b2e commit 6b1db11
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/icon-update-1721730751365.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/icon-update-1721892160027.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.3

### Patch Changes

- Updated dependencies
- @channel.io/bezier-icons@0.32.0

## 0.6.2

### 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.2",
"version": "0.6.3",
"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.31.2",
"@channel.io/bezier-icons": "0.32.0",
"@channel.io/bezier-react": "2.2.2",
"octokit": "^3.1.2",
"react": "^18.2.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/bezier-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @channel.io/bezier-icons

## 0.32.0

### Minor Changes

- Optimize all icon assets with svgo. ([#2380](https://github.com/channel-io/bezier-react/pull/2380)) by @ch-builder

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

Modified

- apps-add.svg
- exclusive.svg

Added

- widget.svg

## 0.31.2

### Patch 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.31.2",
"version": "0.32.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 @@ -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.31.2",
"@channel.io/bezier-icons": "0.32.0",
"@chromatic-com/storybook": "^1",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-babel": "^6.0.4",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2100,7 +2100,7 @@ __metadata:
languageName: unknown
linkType: soft

"@channel.io/bezier-icons@npm:0.31.2, @channel.io/bezier-icons@workspace:packages/bezier-icons":
"@channel.io/bezier-icons@npm:0.32.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 @@ -2132,7 +2132,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.31.2"
"@channel.io/bezier-icons": "npm:0.32.0"
"@channel.io/bezier-tokens": "npm:0.2.6"
"@chromatic-com/storybook": "npm:^1"
"@radix-ui/react-checkbox": "npm:^1.0.4"
Expand Down Expand Up @@ -7656,7 +7656,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin"
dependencies:
"@channel.io/bezier-icons": "npm:0.31.2"
"@channel.io/bezier-icons": "npm:0.32.0"
"@channel.io/bezier-react": "npm:2.2.2"
"@figma/plugin-typings": "npm:^1.87.0"
"@types/react": "npm:^18.2.59"
Expand Down

0 comments on commit 6b1db11

Please sign in to comment.