Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nahoc committed Apr 2, 2024
1 parent 60adc7b commit 7b4c4af
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
# Changelog


## v0.0.13


### 🏡 Chore

- Try something ([dbde503](https://github.com/risc0/risc0-ui/commit/dbde503))
- Try something2 ([999c1ef](https://github.com/risc0/risc0-ui/commit/999c1ef))
- Cleanup ([9cf2e21](https://github.com/risc0/risc0-ui/commit/9cf2e21))
- Move up one folder ([9aa2924](https://github.com/risc0/risc0-ui/commit/9aa2924))
- Cleanup package.json ([1e7653c](https://github.com/risc0/risc0-ui/commit/1e7653c))
- Cleanup everything ([736bf4f](https://github.com/risc0/risc0-ui/commit/736bf4f))
- Try to remove files ([2cffc4d](https://github.com/risc0/risc0-ui/commit/2cffc4d))
- Re-add files ([8201f83](https://github.com/risc0/risc0-ui/commit/8201f83))
- Add husky hook for versioning ([a810503](https://github.com/risc0/risc0-ui/commit/a810503))
- Remove prerelease flag ([d6adc0d](https://github.com/risc0/risc0-ui/commit/d6adc0d))
- Wrapping up ([3a1f07e](https://github.com/risc0/risc0-ui/commit/3a1f07e))
- Add release flow ([a0ccfb8](https://github.com/risc0/risc0-ui/commit/a0ccfb8))
- Add release flow ([5da2311](https://github.com/risc0/risc0-ui/commit/5da2311))
- Add release flow ([4bd49bd](https://github.com/risc0/risc0-ui/commit/4bd49bd))
- Fix yml ([bf4398b](https://github.com/risc0/risc0-ui/commit/bf4398b))
- Better pipelin ([03e8a90](https://github.com/risc0/risc0-ui/commit/03e8a90))
- Bunx -> npx ([1cb00f2](https://github.com/risc0/risc0-ui/commit/1cb00f2))
- Put changelog in there ([60adc7b](https://github.com/risc0/risc0-ui/commit/60adc7b))

### ❤️ Contributors

- Cohan Carpentier <cohan.carpentier@gmail.com>

## v0.0.12


Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# `@risc0/ui` 🎨

Building blocks for UI applications at RISC Zero.

#### Before You Start

- Install [Node](https://nodejs.org/en) (≥ v20.x.x)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@risc0/ui",
"version": "0.0.12",
"version": "0.0.13",
"type": "module",
"scripts": {
"bump:version": "bunx changelogen --bump",
Expand Down

0 comments on commit 7b4c4af

Please sign in to comment.