Skip to content

Commit

Permalink
ci(changesets): version packages (alpha) (#1767)
Browse files Browse the repository at this point in the history
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/[email protected]

### 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/[email protected]

### Minor Changes

- Implement multi theme feature based on data attributes.
([#1756](#1756)) by
@sungik-choi

## @channel.io/[email protected]

### 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

## [email protected]

### Patch Changes

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

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 12, 2023
1 parent c59d2b2 commit 8cdbc47
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 7 deletions.
7 changes: 7 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
7 changes: 7 additions & 0 deletions packages/bezier-codemod/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.4.0",
"version": "0.5.0-alpha.0",
"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.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
16 changes: 16 additions & 0 deletions packages/bezier-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 8cdbc47

Please sign in to comment.