Skip to content

Commit

Permalink
ci(changesets): version packages (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 26, 2024
1 parent 6f6d019 commit 0b428d9
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 8 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"slimy-lobsters-sparkle",
"small-readers-compare",
"smart-geese-provide",
"smart-owls-reply",
"smart-ravens-rescue",
"soft-months-film",
"soft-parents-work",
Expand Down
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.5.0-alpha.9

### Patch Changes

- Updated dependencies
- @channel.io/bezier-react@2.0.0-alpha.21

## 0.5.0-alpha.8

### 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.5.0-alpha.8",
"version": "0.5.0-alpha.9",
"private": true,
"description": "Figma plugin that helps build Bezier design system and increase productivity.",
"repository": {
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@channel.io/bezier-icons": "0.22.0",
"@channel.io/bezier-react": "2.0.0-alpha.20",
"@channel.io/bezier-react": "2.0.0-alpha.21",
"octokit": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
14 changes: 11 additions & 3 deletions packages/bezier-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @channel.io/bezier-react

## 2.0.0-alpha.21

### Major Changes

- **Breaking Changes: Remove the default offset(`GNB_WIDTH`) in `Toast`** ([#2117](https://github.com/channel-io/bezier-react/pull/2117)) by @sungik-choi

Remove the style because it was dependent on a specific application. Use `{ left: 68 }` instead.

## 2.0.0-alpha.20

### Major Changes
Expand Down Expand Up @@ -215,7 +223,7 @@
}

function touchableHover(
interpolation: InjectedInterpolation
interpolation: InjectedInterpolation,
): InjectedInterpolation {
return css`
@media (hover: hover) {
Expand Down Expand Up @@ -1121,7 +1129,7 @@
<BezierProvider>
<App />
</BezierProvider>
</FeatureProvider>
</FeatureProvider>,
);
```

Expand Down Expand Up @@ -1511,7 +1519,7 @@
<BezierProvider>
<App />
</BezierProvider>
</FeatureProvider>
</FeatureProvider>,
);
```

Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.0-alpha.20",
"version": "2.0.0-alpha.21",
"description": "React components library that implements Bezier design system.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2756,7 +2756,7 @@ __metadata:
languageName: unknown
linkType: soft

"@channel.io/bezier-react@npm:2.0.0-alpha.20, @channel.io/bezier-react@workspace:packages/bezier-react":
"@channel.io/bezier-react@npm:2.0.0-alpha.21, @channel.io/bezier-react@workspace:packages/bezier-react":
version: 0.0.0-use.local
resolution: "@channel.io/bezier-react@workspace:packages/bezier-react"
dependencies:
Expand Down Expand Up @@ -9290,7 +9290,7 @@ __metadata:
resolution: "bezier-figma-plugin@workspace:packages/bezier-figma-plugin"
dependencies:
"@channel.io/bezier-icons": "npm:0.22.0"
"@channel.io/bezier-react": "npm:2.0.0-alpha.20"
"@channel.io/bezier-react": "npm:2.0.0-alpha.21"
"@figma/plugin-typings": "npm:^1.87.0"
"@types/react": "npm:^18.2.59"
"@types/react-dom": "npm:^18.2.19"
Expand Down

0 comments on commit 0b428d9

Please sign in to comment.