Skip to content

Commit

Permalink
ci(changesets): version packages (#2157)
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 main, this PR will
be updated.


# Releases
## [email protected]

### Minor Changes

- Set up information about the package for initial publishing
([#2153](#2153)) by
@yangwooseong

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 12, 2024
1 parent aed8dbd commit 3790720
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/shiny-rabbits-fly.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/bezier-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# bezier-vscode

## 0.1.0

### Minor Changes

- Set up information about the package for initial publishing ([#2153](https://github.com/channel-io/bezier-react/pull/2153)) by @yangwooseong
2 changes: 1 addition & 1 deletion packages/bezier-vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bezier-vscode",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"description": "VS Code extension for Bezier Design System",
"icon": "assets/channel-icon.png",
Expand Down

0 comments on commit 3790720

Please sign in to comment.