Skip to content

Commit

Permalink
chore(main): release ui 1.0.1 (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 17, 2024
1 parent e2ca933 commit fdfa650
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/do-ob-io/ui/compare/ui-v1.0.0...ui-v1.0.1) (2024-06-17)


### Bug Fixes

* Resolved missing dependencies ([b8c6732](https://github.com/do-ob-io/ui/commit/b8c6732847c11a2a5299c4c983f2012cadf855c0))

## 1.0.0 (2024-06-17)


Expand Down
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": "@do-ob/ui",
"version": "1.0.0",
"version": "1.0.1",
"description": "A TailwindCSS and NextUI (Open Source) components library for React projects.",
"type": "module",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages/ui": "1.0.0"
"packages/ui": "1.0.1"
}

0 comments on commit fdfa650

Please sign in to comment.