Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(core): add unexported types #6070

Merged
merged 4 commits into from
Jun 26, 2024

Conversation

FatimaSaleem21
Copy link

PR Checklist

Please check if your PR fulfills the following requirements:

Bugs / Features

What is the current behavior?

The refinedev/core package contains many type that are not accessible for use outside the package itself. This can be limiting for developers who want to interact with these types in their own code.

What is the new behavior?

This change aims to address this limitation by exported all the un-exported types within the refinedev/core package. This will allow developers to import and utilize these types in their projects.

fixes # 6041

@FatimaSaleem21 FatimaSaleem21 requested a review from a team as a code owner June 21, 2024 12:20
Copy link

changeset-bot bot commented Jun 21, 2024

🦋 Changeset detected

Latest commit: 05dd0cc

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@refinedev/core Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@BatuhanW BatuhanW added this to the July Release milestone Jun 25, 2024
@BatuhanW BatuhanW changed the base branch from master to releases/july June 26, 2024 08:37
@BatuhanW BatuhanW requested a review from a team as a code owner June 26, 2024 08:37
@BatuhanW BatuhanW merged commit 4265ae2 into refinedev:releases/july Jun 26, 2024
12 checks passed
@BatuhanW BatuhanW mentioned this pull request Jun 26, 2024
@BatuhanW BatuhanW linked an issue Jun 26, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] types are not exported
3 participants