Skip to content

Commit

Permalink
chore(main): release ui 1.0.0 (#1)
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>
Co-authored-by: eCrow <[email protected]>
  • Loading branch information
github-actions[bot] and eric-crowell authored Jun 17, 2024
1 parent 0ee1427 commit 674ece2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## 1.0.0 (2024-06-17)


### Features

* Added navigation variants ([928c21e](https://github.com/do-ob-io/ui/commit/928c21e72525e554eb47c4feb8ca9ae008f8c7ba))
* Added new Theme Button ([fac43d1](https://github.com/do-ob-io/ui/commit/fac43d10b7f57ae61bc87f6729143d806b020277))
* Added theming and a11y to storybook ([2f40572](https://github.com/do-ob-io/ui/commit/2f4057299cbf761939074e840dc585528424b5aa))
* Improved navigation ([2ba4f35](https://github.com/do-ob-io/ui/commit/2ba4f3536c3afb02b95e9d585ea70d4f3b5d9388))
* Initialized package and storybook ([db38deb](https://github.com/do-ob-io/ui/commit/db38deb999693040795d593709eef9e2c670e44c))
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@do-ob/ui",
"version": "0.0.0",
"description": "A TailwindCSS and NextUI (Open Source) components library for React project.",
"version": "1.0.0",
"description": "A TailwindCSS and NextUI (Open Source) components library for React projects.",
"type": "module",
"files": [
"dist"
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": "0.0.0"
"packages/ui": "1.0.0"
}

0 comments on commit 674ece2

Please sign in to comment.