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 Jun 20, 2023
1 parent 73d8fbd commit b8b4020
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 16 deletions.
8 changes: 0 additions & 8 deletions .changeset/chatty-drinks-fix.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.3.4

### Patch Changes

- Updated dependencies
- @channel.io/bezier-icons@0.3.0
- @channel.io/bezier-react@1.5.1

## 0.3.3

### 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.3.3",
"version": "0.3.4",
"private": true,
"description": "Figma plugin that helps build Bezier design system and increase productivity.",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"webpack-cli": "^5.0.0"
},
"dependencies": {
"@channel.io/bezier-icons": "^0.2.0",
"@channel.io/bezier-icons": "^0.3.0",
"@channel.io/bezier-react": "workspace:^",
"octokit": "^2.0.0",
"react": "^18.1.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/bezier-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @channel.io/bezier-icons

## 0.3.0

### Minor Changes

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

- **NEW**: ImageQuality
- **EDIT**: CheckVerificationFilled, Download, Upload, VideocamOffFilled

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

## 1.5.1

### Patch Changes

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

## 1.5.0

### Minor 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": "1.5.0",
"version": "1.5.1",
"description": "React components library that implements Bezier design system.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -116,7 +116,7 @@
},
"dependencies": {
"@babel/runtime": "^7.12.13",
"@channel.io/bezier-icons": "^0.2.0",
"@channel.io/bezier-icons": "^0.3.0",
"@radix-ui/react-checkbox": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-radio-group": "^1.1.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2834,7 +2834,7 @@ __metadata:
languageName: unknown
linkType: soft

"@channel.io/bezier-icons@^0.2.0, @channel.io/bezier-icons@workspace:packages/bezier-icons":
"@channel.io/bezier-icons@^0.3.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 @@ -2869,7 +2869,7 @@ __metadata:
"@babel/preset-react": ^7.12.10
"@babel/preset-typescript": ^7.12.7
"@babel/runtime": ^7.12.13
"@channel.io/bezier-icons": ^0.2.0
"@channel.io/bezier-icons": ^0.3.0
"@channel.io/react-docgen-typescript-plugin": ^1.0.0
"@mdx-js/react": ^1.6.22
"@radix-ui/react-checkbox": ^1.0.3
Expand Down Expand Up @@ -9783,7 +9783,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin"
dependencies:
"@channel.io/bezier-icons": ^0.2.0
"@channel.io/bezier-icons": ^0.3.0
"@channel.io/bezier-react": "workspace:^"
"@figma/plugin-typings": "*"
"@types/react": ^18.0.9
Expand Down

0 comments on commit b8b4020

Please sign in to comment.