diff --git a/.changeset/pre.json b/.changeset/pre.json index c736687c16..563716bb08 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -11,9 +11,16 @@ "@channel.io/bezier-tokens": "0.0.0" }, "changesets": [ + "chilled-dots-divide", + "large-pants-brush", + "little-bikes-obey", + "metal-planets-peel", + "mighty-hornets-promise", "rare-coats-sing", + "silent-falcons-behave", "silver-pets-hammer", "tall-maps-lick", + "tough-lions-change", "wicked-months-sparkle" ] } diff --git a/packages/bezier-codemod/CHANGELOG.md b/packages/bezier-codemod/CHANGELOG.md index 528f8fa6c5..f13d1331c0 100644 --- a/packages/bezier-codemod/CHANGELOG.md +++ b/packages/bezier-codemod/CHANGELOG.md @@ -1,5 +1,12 @@ # @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](https://github.com/channel-io/bezier-react/pull/1781)) by @yangwooseong + They cover theme, transition, elevation, rounding, and border of foundation. + ## 0.4.0 ### Minor Changes diff --git a/packages/bezier-codemod/package.json b/packages/bezier-codemod/package.json index f825cbf571..aedb1a17b6 100644 --- a/packages/bezier-codemod/package.json +++ b/packages/bezier-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@channel.io/bezier-codemod", - "version": "0.4.0", + "version": "0.5.0-alpha.0", "description": "Codemod transformations to help upgrade app using Bezier design system.", "repository": { "type": "git", diff --git a/packages/bezier-figma-plugin/CHANGELOG.md b/packages/bezier-figma-plugin/CHANGELOG.md index 48dd252334..1e82353de3 100644 --- a/packages/bezier-figma-plugin/CHANGELOG.md +++ b/packages/bezier-figma-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # bezier-figma-plugin +## 0.4.11-alpha.1 + +### Patch Changes + +- Updated dependencies + - @channel.io/bezier-react@2.0.0-alpha.2 + ## 0.4.13 ### Patch Changes diff --git a/packages/bezier-figma-plugin/package.json b/packages/bezier-figma-plugin/package.json index 609f5a6015..8e09929e45 100644 --- a/packages/bezier-figma-plugin/package.json +++ b/packages/bezier-figma-plugin/package.json @@ -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": { diff --git a/packages/bezier-react/CHANGELOG.md b/packages/bezier-react/CHANGELOG.md index 58f8467985..57e516f2ee 100644 --- a/packages/bezier-react/CHANGELOG.md +++ b/packages/bezier-react/CHANGELOG.md @@ -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 diff --git a/packages/bezier-react/package.json b/packages/bezier-react/package.json index bdb8d38d0d..93e6b68d70 100644 --- a/packages/bezier-react/package.json +++ b/packages/bezier-react/package.json @@ -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", @@ -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", diff --git a/packages/bezier-tokens/CHANGELOG.md b/packages/bezier-tokens/CHANGELOG.md index 14152842dd..5c29e5f456 100644 --- a/packages/bezier-tokens/CHANGELOG.md +++ b/packages/bezier-tokens/CHANGELOG.md @@ -1,5 +1,21 @@ # @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 + +### Patch Changes + +- Remove duplicate styles in styles.css ([#1779](https://github.com/channel-io/bezier-react/pull/1779)) by @sungik-choi + ## 0.1.0-alpha.1 ### Minor Changes diff --git a/packages/bezier-tokens/package.json b/packages/bezier-tokens/package.json index 2b83d1213c..c0c9e32d1c 100644 --- a/packages/bezier-tokens/package.json +++ b/packages/bezier-tokens/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 80494a9b21..99f2e6299f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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 @@ -2557,7 +2557,7 @@ __metadata: languageName: unknown linkType: soft -"@channel.io/bezier-tokens@0.1.0-alpha.1, @channel.io/bezier-tokens@workspace:packages/bezier-tokens": +"@channel.io/bezier-tokens@0.1.0-alpha.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: