Skip to content

Commit

Permalink
BA: updates utils package v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anicioalexandre committed Sep 27, 2023
1 parent 5c9e837 commit 3f98d0d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @baseapp-frontend/utils

## 1.2.2

### Patch Changes

- Cast types instead of using `camelizeKeys` generic.
- Add missing export for `useDjangoOrderBy` hook.

## 1.2.1

### Patch Changes
Expand Down
3 changes: 2 additions & 1 deletion packages/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ export * from './functions/form'
export * from './functions/string'
export * from './functions/token'

export { default as useDebounce } from './hooks/useDebounce'
export * from './hooks/useEventSubscription'
export { default as useDebounce } from './hooks/useDebounce'
export { default as useDjangoOrderBy } from './hooks/useDjangoOrderBy'

export type * from './types/cookie'
export type * from './types/django'
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@baseapp-frontend/utils",
"description": "Util functions, constants and types.",
"version": "1.2.1",
"version": "1.2.2",
"main": "./dist/index.ts",
"module": "./dist/index.mjs",
"scripts": {
Expand Down

0 comments on commit 3f98d0d

Please sign in to comment.