Skip to content

Commit

Permalink
[FX-5856] Delete Maybe export from picasso/utils package (#4527)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianContiu authored Sep 6, 2024
1 parent 35a2b11 commit 80407eb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .changeset/swift-adults-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@toptal/picasso-utils': major
'@toptal/picasso': major
---

### Utils

- remove the export of "Maybe" type from the Utils package
- the type can be defined directly in your project or imported from private package `@topkit/gql-base-types` if you have access
1 change: 0 additions & 1 deletion packages/base/Utils/src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export { default as isPointerDevice } from './is-pointer-device'
export { default as isString } from './is-string'
export { default as isSubstring } from './is-substring'
export { default as kebabToCamelCase } from './kebab-to-camel-case'
export type { Maybe } from './monads'
export { default as noop } from './noop'
export { default as toTitleCase } from './to-title-case'
export { default as useCombinedRefs } from './use-combined-refs'
Expand Down
1 change: 0 additions & 1 deletion packages/base/Utils/src/utils/monads.ts

This file was deleted.

0 comments on commit 80407eb

Please sign in to comment.