Skip to content

Commit 8cdbc47

Browse files
ci(changesets): version packages (alpha) (#1767)
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-codemod@0.5.0-alpha.0 ### Minor Changes - Add transform functions to help to migrate foundation to css variable generated by `@channel.io/bezier-tokens` package. ([#1781](#1781)) by @yangwooseong They cover theme, transition, elevation, rounding, and border of foundation. ## @channel.io/bezier-react@2.0.0-alpha.2 ### Minor Changes - Implement multi theme feature based on data attributes. ([#1756](#1756)) by @sungik-choi ## @channel.io/bezier-tokens@0.1.0-alpha.2 ### Minor Changes - Add composition tokens, such as box-shadow. ([#1769](#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](#1769)) by @sungik-choi - Add z-index and opacity tokens. ([#1766](#1766)) by @sungik-choi - Add categories by token to the JavaScript build file. ([#1766](#1766)) by @sungik-choi ### Patch Changes - Remove duplicate styles in styles.css ([#1779](#1779)) by @sungik-choi ## bezier-figma-plugin@0.4.11-alpha.1 ### Patch Changes - Updated dependencies - @channel.io/bezier-react@2.0.0-alpha.2 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c59d2b2 commit 8cdbc47

File tree

10 files changed

+50
-7
lines changed

10 files changed

+50
-7
lines changed

.changeset/pre.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,16 @@
1111
"@channel.io/bezier-tokens": "0.0.0"
1212
},
1313
"changesets": [
14+
"chilled-dots-divide",
15+
"large-pants-brush",
16+
"little-bikes-obey",
17+
"metal-planets-peel",
18+
"mighty-hornets-promise",
1419
"rare-coats-sing",
20+
"silent-falcons-behave",
1521
"silver-pets-hammer",
1622
"tall-maps-lick",
23+
"tough-lions-change",
1724
"wicked-months-sparkle"
1825
]
1926
}

packages/bezier-codemod/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @channel.io/bezier-codemod
22

3+
## 0.5.0-alpha.0
4+
5+
### Minor Changes
6+
7+
- Add transform functions to help to migrate foundation to css variable generated by `@channel.io/bezier-tokens` package. ([#1781](https://github.com/channel-io/bezier-react/pull/1781)) by @yangwooseong
8+
They cover theme, transition, elevation, rounding, and border of foundation.
9+
310
## 0.4.0
411

512
### Minor Changes

packages/bezier-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@channel.io/bezier-codemod",
3-
"version": "0.4.0",
3+
"version": "0.5.0-alpha.0",
44
"description": "Codemod transformations to help upgrade app using Bezier design system.",
55
"repository": {
66
"type": "git",

packages/bezier-figma-plugin/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# bezier-figma-plugin
22

3+
## 0.4.11-alpha.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @channel.io/bezier-react@2.0.0-alpha.2
9+
310
## 0.4.13
411

512
### Patch Changes

packages/bezier-figma-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bezier-figma-plugin",
3-
"version": "0.4.11-alpha.0",
3+
"version": "0.4.11-alpha.1",
44
"private": true,
55
"description": "Figma plugin that helps build Bezier design system and increase productivity.",
66
"repository": {

packages/bezier-react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @channel.io/bezier-react
22

3+
## 2.0.0-alpha.2
4+
5+
### Minor Changes
6+
7+
- Implement multi theme feature based on data attributes. ([#1756](https://github.com/channel-io/bezier-react/pull/1756)) by @sungik-choi
8+
39
## 2.0.0-alpha.1
410

511
### Minor Changes

packages/bezier-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@channel.io/bezier-react",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0-alpha.2",
44
"description": "React components library that implements Bezier design system.",
55
"repository": {
66
"type": "git",
@@ -70,7 +70,7 @@
7070
"@babel/preset-react": "^7.22.15",
7171
"@babel/preset-typescript": "^7.22.15",
7272
"@channel.io/bezier-icons": "^0.16.0",
73-
"@channel.io/bezier-tokens": "0.1.0-alpha.1",
73+
"@channel.io/bezier-tokens": "0.1.0-alpha.2",
7474
"@mdx-js/react": "^1.6.22",
7575
"@rollup/plugin-alias": "^5.0.0",
7676
"@rollup/plugin-babel": "^6.0.3",

packages/bezier-tokens/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @channel.io/bezier-tokens
22

3+
## 0.1.0-alpha.2
4+
5+
### Minor Changes
6+
7+
- Add composition tokens, such as box-shadow. ([#1769](https://github.com/channel-io/bezier-react/pull/1769)) by @sungik-choi
8+
9+
- 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
10+
11+
- Add z-index and opacity tokens. ([#1766](https://github.com/channel-io/bezier-react/pull/1766)) by @sungik-choi
12+
13+
- Add categories by token to the JavaScript build file. ([#1766](https://github.com/channel-io/bezier-react/pull/1766)) by @sungik-choi
14+
15+
### Patch Changes
16+
17+
- Remove duplicate styles in styles.css ([#1779](https://github.com/channel-io/bezier-react/pull/1779)) by @sungik-choi
18+
319
## 0.1.0-alpha.1
420

521
### Minor Changes

packages/bezier-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@channel.io/bezier-tokens",
3-
"version": "0.1.0-alpha.1",
3+
"version": "0.1.0-alpha.2",
44
"description": "Design tokens for Bezier design system.",
55
"repository": {
66
"type": "git",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2477,7 +2477,7 @@ __metadata:
24772477
"@babel/preset-react": ^7.22.15
24782478
"@babel/preset-typescript": ^7.22.15
24792479
"@channel.io/bezier-icons": ^0.16.0
2480-
"@channel.io/bezier-tokens": 0.1.0-alpha.1
2480+
"@channel.io/bezier-tokens": 0.1.0-alpha.2
24812481
"@mdx-js/react": ^1.6.22
24822482
"@radix-ui/react-checkbox": ^1.0.4
24832483
"@radix-ui/react-dialog": ^1.0.4
@@ -2557,7 +2557,7 @@ __metadata:
25572557
languageName: unknown
25582558
linkType: soft
25592559

2560-
"@channel.io/bezier-tokens@0.1.0-alpha.1, @channel.io/bezier-tokens@workspace:packages/bezier-tokens":
2560+
"@channel.io/bezier-tokens@0.1.0-alpha.2, @channel.io/bezier-tokens@workspace:packages/bezier-tokens":
25612561
version: 0.0.0-use.local
25622562
resolution: "@channel.io/bezier-tokens@workspace:packages/bezier-tokens"
25632563
dependencies:

0 commit comments

Comments
 (0)