Skip to content

Commit

Permalink
build(shared utils): increment version, update changelog & publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lovrozagar committed Oct 19, 2024
1 parent a5c465c commit 9ef2dbb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions src/packages/utils/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# @renderui/accordion
# @renderui/utils

## 0.0.1
## 0.2.4

### Patch changes

- Added accordion component
- Refactor and export shared utility functions

## 0.2.5

### Patch changes

- Add and export getOptionalObject and mergeProps utility functions
2 changes: 1 addition & 1 deletion src/packages/utils/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
},
"type": "module",
"types": "./dist/index.d.ts",
"version": "0.2.4"
"version": "0.2.5"
}

0 comments on commit 9ef2dbb

Please sign in to comment.