Skip to content

Commit

Permalink
🔖 Publish packages (#41)
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
## @cloudwalker/ui@0.1.0

### Minor Changes

-   d505919: ✨ First UI package release, experimenting with PandaCSS

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jun 25, 2023
1 parent d505919 commit bb885a9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/six-balloons-wink.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- d505919: ✨ First UI package release, experimenting with PandaCSS
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudwalker/ui",
"version": "0.0.0",
"version": "0.1.0",
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx --report-unused-disable-directives .",
"panda:codegen": "panda codegen",
Expand Down

0 comments on commit bb885a9

Please sign in to comment.