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 Jul 18, 2023
1 parent e25ef98 commit 809c3d2
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-cows-hammer.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/curly-carrots-compete.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.13

### Patch Changes

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

## 0.3.12

### 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.12",
"version": "0.3.13",
"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.1.4"
},
"dependencies": {
"@channel.io/bezier-icons": "^0.6.0",
"@channel.io/bezier-icons": "^0.7.0",
"@channel.io/bezier-react": "workspace:^",
"octokit": "^2.0.22",
"react": "^18.2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/bezier-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @channel.io/bezier-icons

## 0.7.0

### Minor Changes

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

**NEW**

- Line
- NaverTalktalk

## 0.6.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.6.0",
"version": "0.7.0",
"description": "Icon library that implements Bezier design system.",
"repository": {
"type": "git",
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

## 1.8.1

### Patch Changes

- add type cast to fix incorrect type infer in `TabAction` component ([#1497](https://github.com/channel-io/bezier-react/pull/1497)) by @yangwooseong

## 1.8.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.8.0",
"version": "1.8.1",
"description": "React components library that implements Bezier design system.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@channel.io/bezier-icons": "^0.6.0",
"@channel.io/bezier-icons": "^0.7.0",
"@channel.io/react-docgen-typescript-plugin": "^1.0.0",
"@mdx-js/react": "^1.6.22",
"@rollup/plugin-alias": "^5.0.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2897,7 +2897,7 @@ __metadata:
languageName: unknown
linkType: soft

"@channel.io/bezier-icons@^0.6.0, @channel.io/bezier-icons@workspace:packages/bezier-icons":
"@channel.io/bezier-icons@^0.7.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 @@ -2930,7 +2930,7 @@ __metadata:
"@babel/preset-env": ^7.22.5
"@babel/preset-react": ^7.22.5
"@babel/preset-typescript": ^7.22.5
"@channel.io/bezier-icons": ^0.6.0
"@channel.io/bezier-icons": ^0.7.0
"@channel.io/react-docgen-typescript-plugin": ^1.0.0
"@mdx-js/react": ^1.6.22
"@radix-ui/react-checkbox": ^1.0.4
Expand Down Expand Up @@ -9512,7 +9512,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin"
dependencies:
"@channel.io/bezier-icons": ^0.6.0
"@channel.io/bezier-icons": ^0.7.0
"@channel.io/bezier-react": "workspace:^"
"@figma/plugin-typings": ^1.65.0
"@types/react": ^18.2.13
Expand Down

0 comments on commit 809c3d2

Please sign in to comment.