Skip to content

Commit f7503eb

Browse files
ci(changesets): version packages (#2567)
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 main, this PR will be updated. # Releases ## @channel.io/[email protected] ### Minor Changes - Add SCSS support to access design tokens directly through SCSS variables. ([#2568](#2568)) by @sungik-choi ## @channel.io/[email protected] ### Patch Changes - Export the `alphaTokens`, `AlphaTokens`, and `useAlphaTokens` modules. ([#2564](#2564)) by @sungik-choi - Updated dependencies - @channel.io/[email protected] ## @channel.io/[email protected] ### Patch Changes - Updated dependencies - @channel.io/[email protected] ## [email protected] ### Minor Changes - Fixed bug where autocomplete did not work. ([#2507](#2507)) by @yangwooseong ### Patch Changes - Updated dependencies - @channel.io/[email protected] ## [email protected] ### Patch Changes - Updated dependencies - @channel.io/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent df16d33 commit f7503eb

File tree

14 files changed

+55
-30
lines changed

14 files changed

+55
-30
lines changed

.changeset/old-oranges-wink.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rotten-numbers-explain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/weak-penguins-laugh.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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.6.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @channel.io/[email protected]
9+
310
## 0.6.20
411

512
### Patch Changes

packages/bezier-figma-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bezier-figma-plugin",
3-
"version": "0.6.20",
3+
"version": "0.6.21",
44
"private": true,
55
"description": "Figma plugin that helps build Bezier design system and increase productivity.",
66
"repository": {
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@channel.io/bezier-icons": "0.39.0",
42-
"@channel.io/bezier-react": "3.0.0",
42+
"@channel.io/bezier-react": "3.0.1",
4343
"octokit": "^4.0.2",
4444
"react": "^19.0.0",
4545
"react-dom": "^19.0.0",

packages/bezier-react/CHANGELOG.md

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

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- Export the `alphaTokens`, `AlphaTokens`, and `useAlphaTokens` modules. ([#2564](https://github.com/channel-io/bezier-react/pull/2564)) by @sungik-choi
8+
9+
- Updated dependencies
10+
- @channel.io/[email protected]
11+
312
## 3.0.0
413

514
### Major 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": "3.0.0",
3+
"version": "3.0.1",
44
"description": "React components library that implements Bezier design system.",
55
"repository": {
66
"type": "git",
@@ -132,7 +132,7 @@
132132
}
133133
},
134134
"dependencies": {
135-
"@channel.io/bezier-tokens": "0.2.13",
135+
"@channel.io/bezier-tokens": "0.3.0",
136136
"@radix-ui/react-checkbox": "^1.1.3",
137137
"@radix-ui/react-dialog": "^1.1.3",
138138
"@radix-ui/react-radio-group": "^1.2.2",

packages/bezier-tokens/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- Add SCSS support to access design tokens directly through SCSS variables. ([#2568](https://github.com/channel-io/bezier-react/pull/2568)) by @sungik-choi
8+
39
## 0.2.13
410

511
### Patch 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.2.13",
3+
"version": "0.3.0",
44
"description": "Design tokens for Bezier design system.",
55
"repository": {
66
"type": "git",

packages/bezier-vscode/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# bezier-vscode
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- Fixed bug where autocomplete did not work. ([#2507](https://github.com/channel-io/bezier-react/pull/2507)) by @yangwooseong
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @channel.io/[email protected]
13+
314
## 0.3.0
415

516
### Minor Changes

0 commit comments

Comments
 (0)