Skip to content

Commit

Permalink
ci(changesets): version packages (alpha) (#1753)
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 alpha, this PR
will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

`alpha` is currently in **pre mode** so this branch has prereleases
rather than normal releases. If you want to exit prereleases, run
`changeset pre exit` on `alpha`.

⚠️⚠️⚠️⚠️⚠️⚠️

# Releases
## @channel.io/bezier-react@2.0.0-alpha.1

### Minor Changes

- Apply bezier-tokens to bezier-react's style sheet and fix some invalid
css selector.
([#1495](#1495)) by
@sungik-choi

## @channel.io/bezier-tokens@0.1.0-alpha.1

### Minor Changes

- Remove unused tokens and add missing unit to radius tokens.
([#1752](#1752)) by
@sungik-choi

## bezier-figma-plugin@0.4.11-alpha.0

### Patch Changes

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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 23, 2023
1 parent 5fd1095 commit 11b3587
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
},
"changesets": [
"rare-coats-sing",
"tall-maps-lick"
"silver-pets-hammer",
"tall-maps-lick",
"wicked-months-sparkle"
]
}
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.4.11-alpha.0

### Patch Changes

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

## 0.4.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.4.10",
"version": "0.4.11-alpha.0",
"private": true,
"description": "Figma plugin that helps build Bezier design system and increase productivity.",
"repository": {
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

## 2.0.0-alpha.1

### Minor Changes

- Apply bezier-tokens to bezier-react's style sheet and fix some invalid css selector. ([#1495](https://github.com/channel-io/bezier-react/pull/1495)) by @sungik-choi

## 2.0.0-alpha.0

### Major 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": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"description": "React components library that implements Bezier design system.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@channel.io/bezier-icons": "^0.15.0",
"@channel.io/bezier-tokens": "0.1.0-alpha.0",
"@channel.io/bezier-tokens": "0.1.0-alpha.1",
"@mdx-js/react": "^1.6.22",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-babel": "^6.0.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/bezier-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @channel.io/bezier-tokens

## 0.1.0-alpha.1

### Minor Changes

- Remove unused tokens and add missing unit to radius tokens. ([#1752](https://github.com/channel-io/bezier-react/pull/1752)) by @sungik-choi

## 0.1.0-alpha.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bezier-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@channel.io/bezier-tokens",
"version": "0.1.0-alpha.0",
"version": "0.1.0-alpha.1",
"description": "Design tokens for 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 @@ -2477,7 +2477,7 @@ __metadata:
"@babel/preset-react": ^7.22.15
"@babel/preset-typescript": ^7.22.15
"@channel.io/bezier-icons": ^0.15.0
"@channel.io/bezier-tokens": 0.1.0-alpha.0
"@channel.io/bezier-tokens": 0.1.0-alpha.1
"@mdx-js/react": ^1.6.22
"@radix-ui/react-checkbox": ^1.0.4
"@radix-ui/react-dialog": ^1.0.4
Expand Down Expand Up @@ -2557,7 +2557,7 @@ __metadata:
languageName: unknown
linkType: soft

"@channel.io/bezier-tokens@0.1.0-alpha.0, @channel.io/bezier-tokens@workspace:packages/bezier-tokens":
"@channel.io/bezier-tokens@0.1.0-alpha.1, @channel.io/bezier-tokens@workspace:packages/bezier-tokens":
version: 0.0.0-use.local
resolution: "@channel.io/bezier-tokens@workspace:packages/bezier-tokens"
dependencies:
Expand Down

0 comments on commit 11b3587

Please sign in to comment.