Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(changesets): version packages (alpha) #1790

Merged
merged 1 commit into from
Dec 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,25 @@
},
"changesets": [
"chilled-dots-divide",
"hip-students-care",
"hot-parrots-shop",
"large-pants-brush",
"little-bikes-obey",
"metal-planets-peel",
"mighty-hornets-promise",
"modern-cups-nail",
"perfect-ears-yawn",
"purple-dodos-move",
"rare-coats-sing",
"short-rice-press",
"silent-falcons-behave",
"silver-pets-hammer",
"strange-toes-tap",
"tall-maps-lick",
"thirty-dodos-push",
"tough-lions-change",
"tricky-geese-lick",
"two-adults-pay",
"wicked-months-sparkle"
]
}
8 changes: 8 additions & 0 deletions packages/bezier-codemod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @channel.io/bezier-codemod

## 0.5.0-alpha.1

### Minor Changes

- Added a codemod to switch the library for importing 'styled' object from @channel.io/bezier-react to styled-components ([#1789](https://github.com/channel-io/bezier-react/pull/1789)) by @yangwooseong

- Add codemod for mixin interpolation ([#1787](https://github.com/channel-io/bezier-react/pull/1787)) by @yangwooseong

## 0.5.0-alpha.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bezier-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@channel.io/bezier-codemod",
"version": "0.5.0-alpha.0",
"version": "0.5.0-alpha.1",
"description": "Codemod transformations to help upgrade app using Bezier design system.",
"repository": {
"type": "git",
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.2

### Patch Changes

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

## 0.4.11-alpha.1

### 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.1",
"version": "0.4.11-alpha.2",
"private": true,
"description": "Figma plugin that helps build Bezier design system and increase productivity.",
"repository": {
Expand Down
24 changes: 24 additions & 0 deletions packages/bezier-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @channel.io/bezier-react

## 2.0.0-alpha.3

### Major Changes

- Removed `LegacySegmentedControl` component. Previously deprecated in next-v1.204. This component was removed for reasons of web accessibility, keyboard navigation, and design modernization. Use `SegmentedControl` instead. ([#1786](https://github.com/channel-io/bezier-react/pull/1786)) by @sungik-choi

### Minor Changes

- When you pass a value of number type to the dimension-related properties of margin prop and layout prop, they implicitly add px units as a suffix. See: <https://react.dev/reference/react-dom/components/common#common> ([#1823](https://github.com/channel-io/bezier-react/pull/1823)) by @sungik-choi

- Add `Box` component. `Box` component is responsible for the primitive layout and provides easy access to the design tokens in the design system. ([#1785](https://github.com/channel-io/bezier-react/pull/1785)) by @sungik-choi

```tsx
<Box width="100px" height="100px" p="6px" m="6px" bgColor="bg-black-light" />
```

- Rename `AlphaAppProvider` to `AppProvider`. ([#1834](https://github.com/channel-io/bezier-react/pull/1834)) by @sungik-choi

- Rename the `style.css` file to `styles.css`. ([#1791](https://github.com/channel-io/bezier-react/pull/1791)) by @sungik-choi

### Patch Changes

- Minify the CSS output. ([#1791](https://github.com/channel-io/bezier-react/pull/1791)) by @sungik-choi

## 2.0.0-alpha.2

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

## 0.1.0-alpha.3

### Minor Changes

- Add the missing `bg-header-float` semantic color token. ([#1842](https://github.com/channel-io/bezier-react/pull/1842)) by @sungik-choi

- Fix invalid letter spacing token values ([#1821](https://github.com/channel-io/bezier-react/pull/1821)) by @sungik-choi

## 0.1.0-alpha.2

### 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.2",
"version": "0.1.0-alpha.3",
"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 @@ -2897,7 +2897,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.2
"@channel.io/bezier-tokens": 0.1.0-alpha.3
"@mdx-js/react": ^1.6.22
"@radix-ui/react-checkbox": ^1.0.4
"@radix-ui/react-dialog": ^1.0.4
Expand Down Expand Up @@ -2977,7 +2977,7 @@ __metadata:
languageName: unknown
linkType: soft

"@channel.io/[email protected].2, @channel.io/bezier-tokens@workspace:packages/bezier-tokens":
"@channel.io/[email protected].3, @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