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 Dec 12, 2023
1 parent b5cacba commit 80c94c3
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@
"@channel.io/bezier-tokens": "0.0.0"
},
"changesets": [
"chilled-dots-divide",
"large-pants-brush",
"little-bikes-obey",
"metal-planets-peel",
"rare-coats-sing",
"silent-falcons-behave",
"silver-pets-hammer",
"tall-maps-lick",
"wicked-months-sparkle"
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.4.11-alpha.1

### Patch Changes

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

## 0.4.13

### 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.11-alpha.0",
"version": "0.4.11-alpha.1",
"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.2

### Minor Changes

- Implement multi theme feature based on data attributes. ([#1756](https://github.com/channel-io/bezier-react/pull/1756)) by @sungik-choi

## 2.0.0-alpha.1

### 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": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"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.16.0",
"@channel.io/bezier-tokens": "0.1.0-alpha.1",
"@channel.io/bezier-tokens": "0.1.0-alpha.2",
"@mdx-js/react": "^1.6.22",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-babel": "^6.0.3",
Expand Down
12 changes: 12 additions & 0 deletions packages/bezier-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @channel.io/bezier-tokens

## 0.1.0-alpha.2

### Minor Changes

- Add composition tokens, such as box-shadow. ([#1769](https://github.com/channel-io/bezier-react/pull/1769)) by @sungik-choi

- Now serving one combined styles.css file. This is a breaking change for anyone who was importing the individual CSS files. You will need to update your import to `@channel.io/bezier-tokens/css/styles.css`. ([#1769](https://github.com/channel-io/bezier-react/pull/1769)) by @sungik-choi

- Add z-index and opacity tokens. ([#1766](https://github.com/channel-io/bezier-react/pull/1766)) by @sungik-choi

- Add categories by token to the JavaScript build file. ([#1766](https://github.com/channel-io/bezier-react/pull/1766)) by @sungik-choi

## 0.1.0-alpha.1

### 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.1",
"version": "0.1.0-alpha.2",
"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.16.0
"@channel.io/bezier-tokens": 0.1.0-alpha.1
"@channel.io/bezier-tokens": 0.1.0-alpha.2
"@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/[email protected].1, @channel.io/bezier-tokens@workspace:packages/bezier-tokens":
"@channel.io/[email protected].2, @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 80c94c3

Please sign in to comment.