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 67c608d commit 641800b
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 28 deletions.
8 changes: 0 additions & 8 deletions .changeset/chatty-drinks-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-kids-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-students-accept.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@2.0.0

## 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
13 changes: 13 additions & 0 deletions packages/bezier-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @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

### Patch Changes

- Improve the way module resolves. ([#1424](https://github.com/channel-io/bezier-react/pull/1424)) by @sungik-choi

## 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
11 changes: 11 additions & 0 deletions packages/bezier-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @channel.io/bezier-react

## 2.0.0

### Minor Changes

- Add @channel.io/bezier-icons >= 0.2.0 as a peer dependency of bezier-react, bezier-icons is no longer bundled. ([#1424](https://github.com/channel-io/bezier-react/pull/1424)) by @sungik-choi

### Patch Changes

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

## 1.5.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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": "2.0.0",
"description": "React components library that implements Bezier design system.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@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",
"@rollup/plugin-alias": "^5.0.0",
Expand Down Expand Up @@ -118,7 +118,7 @@
"typescript-transform-paths": "^3.4.6"
},
"peerDependencies": {
"@channel.io/bezier-icons": ">=0.2.0",
"@channel.io/bezier-icons": ">=0.3.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
"styled-components": ">=5"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3499,7 +3499,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 @@ -3534,7 +3534,7 @@ __metadata:
"@babel/preset-react": ^7.22.5
"@babel/preset-typescript": ^7.22.5
"@babel/runtime": ^7.22.5
"@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 @@ -3602,7 +3602,7 @@ __metadata:
typescript-transform-paths: ^3.4.6
uuid: ^9.0.0
peerDependencies:
"@channel.io/bezier-icons": ">=0.2.0"
"@channel.io/bezier-icons": ">=0.3.0"
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
styled-components: ">=5"
Expand Down Expand Up @@ -10403,7 +10403,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 641800b

Please sign in to comment.