Skip to content

Commit

Permalink
ci(changesets): version packages (alpha) (#1989)
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

- Apply deep freeze to the `tokens` object.
([#1992](#1992)) by
@sungik-choi

## @channel.io/[email protected]

### Patch Changes

- Now exports the `tokens` object from `@channel.io/bezier-tokens`.
([#1992](#1992)) by
@sungik-choi

- Fixes an issue where multi line truncated in `Text` was not being
applied. ([#1994](#1994))
by @sungik-choi

-   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 Feb 15, 2024
1 parent 137e0bc commit 7305476
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"early-garlics-smoke",
"early-tables-taste",
"eighty-crabs-argue",
"eighty-steaks-play",
"famous-melons-juggle",
"famous-trees-wash",
"fluffy-dolphins-relax",
Expand Down Expand Up @@ -57,6 +58,7 @@
"olive-pillows-prove",
"orange-pants-live",
"perfect-ears-yawn",
"plenty-planes-sniff",
"poor-windows-join",
"proud-feet-drum",
"purple-dodos-move",
Expand Down Expand Up @@ -90,6 +92,7 @@
"tricky-geese-lick",
"twenty-onions-rule",
"two-adults-pay",
"violet-queens-explain",
"weak-toys-dress",
"wicked-months-sparkle",
"wild-cows-rescue",
Expand Down
11 changes: 11 additions & 0 deletions packages/bezier-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @channel.io/bezier-react

## 2.0.0-alpha.12

### Patch Changes

- Now exports the `tokens` object from `@channel.io/bezier-tokens`. ([#1992](https://github.com/channel-io/bezier-react/pull/1992)) by @sungik-choi

- Fixes an issue where multi line truncated in `Text` was not being applied. ([#1994](https://github.com/channel-io/bezier-react/pull/1994)) by @sungik-choi

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

## 2.0.0-alpha.11

### 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.11",
"version": "2.0.0-alpha.12",
"description": "React components library that implements Bezier design system.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -134,7 +134,7 @@
}
},
"dependencies": {
"@channel.io/bezier-tokens": "0.1.0-alpha.4",
"@channel.io/bezier-tokens": "0.1.0-alpha.5",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-radio-group": "^1.1.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/bezier-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @channel.io/bezier-tokens

## 0.1.0-alpha.5

### Minor Changes

- Apply deep freeze to the `tokens` object. ([#1992](https://github.com/channel-io/bezier-react/pull/1992)) by @sungik-choi

## 0.1.0-alpha.4

### 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.4",
"version": "0.1.0-alpha.5",
"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 @@ -2929,7 +2929,7 @@ __metadata:
"@babel/preset-react": ^7.22.15
"@babel/preset-typescript": ^7.22.15
"@channel.io/bezier-icons": ^0.18.0
"@channel.io/bezier-tokens": 0.1.0-alpha.4
"@channel.io/bezier-tokens": 0.1.0-alpha.5
"@mdx-js/react": ^1.6.22
"@radix-ui/react-checkbox": ^1.0.4
"@radix-ui/react-dialog": ^1.0.4
Expand Down Expand Up @@ -3007,7 +3007,7 @@ __metadata:
languageName: unknown
linkType: soft

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

Please sign in to comment.