ci(changesets): refine registry version packages #6572
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to releases/december-2024, this PR will be updated.
Releases
@refinedev/inferencer@5.0.0
Major Changes
⚡ Refine Enterprise Release ⚡
#6518
afb156d808ee07bfffed20f27b04c92d95cc01d4
Thanks @alicanerdurmaz! - feat: added support for Material UI v6 and X Data Grid v7Here is the updated version alignment:
Please refer to the Migration Guide for Material UI v6 and X Data Grid v7 for more information.
Patch Changes
⚡ Refine Enterprise Release ⚡
#6556
1ced1baa1dda3251b2a3d058a9168533126efb53
Thanks @alicanerdurmaz! - feat: React Router v7 support added.🚨 These packages are not dependent on
react-router
. However, they use thereact-router
package for testing purposes on Jest environment.Updated dependencies [
42d730aa2908003cfb0dcf0c57e9b70793c88ddc
,3cb2ca6f687398e422b867692b597b0c0d911706
,2312f4648cf8cae427884163cc025c3f925da988
,2312f4648cf8cae427884163cc025c3f925da988
,8309c5690e7c49529f07d288e79896636c6ce7c2
,1ced1baa1dda3251b2a3d058a9168533126efb53
,afb156d808ee07bfffed20f27b04c92d95cc01d4
,d082ce09ff10fd8b3bf2070b163f1608c67d028b
,29d00f8dc49485e0f5c42d208417e158118d11f2
,1d2613381c50f438270d6a3e486595d54496ef92
,f32af58283bdaf7712805520bd9feb8bfd27ba38
]:@refinedev/mui@6.0.0
Major Changes
⚡ Refine Enterprise Release ⚡
#6518
afb156d808ee07bfffed20f27b04c92d95cc01d4
Thanks @alicanerdurmaz! - feat: added support for Material UI v6 and X Data Grid v7 [FEAT] Support for MUI v6 #6333Here is the updated version alignment:
Please refer to the Migration Guide for Material UI v6 and X Data Grid v7 for more information.
Resolves #6333
Minor Changes
⚡ Refine Enterprise Release ⚡
d082ce09ff10fd8b3bf2070b163f1608c67d028b
Thanks @alicanerdurmaz! - Introduced containerBoxProps and childrenBoxProps props to ThemedLayoutV2 to allow for greater control over the layout - including styling.⚡ Refine Enterprise Release ⚡
#6503
29d00f8dc49485e0f5c42d208417e158118d11f2
Thanks @aress31! - feat: addedminItems
prop to specify the minimum number of items required for rendering breadcrumbs. [FEAT] Breadcumbs configure displayed elements #6497Resolves #6497
⚡ Refine Enterprise Release ⚡
1d2613381c50f438270d6a3e486595d54496ef92
Thanks @OmkarBansod02! - Enhanced the ThemedSideV2 component with new functionality to support dynamic onSiderCollapsed handling. This allows better customization of sider collapse/expand events and improved responsiveness for mobile and desktop views. Added additional type definitions and ensured compatibility across all layout contexts. resolves [FEAT] ThemedSiderV2 Persist Collapsed State #6508Patch Changes
⚡ Refine Enterprise Release ⚡
3cb2ca6f687398e422b867692b597b0c0d911706
Thanks @necatiozmen! - chore: update package descriptions⚡ Refine Enterprise Release ⚡
#6515
2312f4648cf8cae427884163cc025c3f925da988
Thanks @OmkarBansod02! - fix: UI buttons doesn't respecthidden
prop.From now on,
hidden
prop will work as expected on all UI buttons.UI Buttons:
CreateButton
ShowButton
ListButton
EditButton
DeleteButton
CloneButton
Resolves #6513
⚡ Refine Enterprise Release ⚡
#6515
2312f4648cf8cae427884163cc025c3f925da988
Thanks @OmkarBansod02! - fix: UI buttons doesn't respectdisabled
prop.From now on,
disabled
prop will work as expected on all UI buttons.UI Buttons:
CreateButton
ShowButton
ListButton
EditButton
DeleteButton
CloneButton
Resolves #6513
⚡ Refine Enterprise Release ⚡
#6556
1ced1baa1dda3251b2a3d058a9168533126efb53
Thanks @alicanerdurmaz! - feat: React Router v7 support added.🚨 These packages are not dependent on
react-router
. However, they use thereact-router
package for testing purposes on Jest environment.Updated dependencies [
3cb2ca6f687398e422b867692b597b0c0d911706
,1ced1baa1dda3251b2a3d058a9168533126efb53
,29d00f8dc49485e0f5c42d208417e158118d11f2
,1d2613381c50f438270d6a3e486595d54496ef92
]:@refinedev/react-router@1.0.0
Major Changes
⚡ Refine Enterprise Release ⚡
#6556
1ced1baa1dda3251b2a3d058a9168533126efb53
Thanks @alicanerdurmaz! - feat: Add@refinedev/react-router
package. [FEAT] React Router v7 Support #6520@refinedev/react-router-v6
is renamed to@refinedev/react-router
to support React Router v7.See the migration guide React Router v6 to v7 for more information.
Resolves #6520
@refinedev/antd@5.45.0
Minor Changes
⚡ Refine Enterprise Release ⚡
#6503
29d00f8dc49485e0f5c42d208417e158118d11f2
Thanks @aress31! - feat: addedminItems
prop to specify the minimum number of items required for rendering breadcrumbs. [FEAT] Breadcumbs configure displayed elements #6497Resolves #6497
⚡ Refine Enterprise Release ⚡
1d2613381c50f438270d6a3e486595d54496ef92
Thanks @OmkarBansod02! - Enhanced the ThemedSideV2 component with new functionality to support dynamic onSiderCollapsed handling. This allows better customization of sider collapse/expand events and improved responsiveness for mobile and desktop views. Added additional type definitions and ensured compatibility across all layout contexts. resolves [FEAT] ThemedSiderV2 Persist Collapsed State #6508Patch Changes
⚡ Refine Enterprise Release ⚡
3cb2ca6f687398e422b867692b597b0c0d911706
Thanks @necatiozmen! - chore: update package descriptions⚡ Refine Enterprise Release ⚡
#6515
2312f4648cf8cae427884163cc025c3f925da988
Thanks @OmkarBansod02! - fix: UI buttons doesn't respecthidden
prop.From now on,
hidden
prop will work as expected on all UI buttons.UI Buttons:
CreateButton
ShowButton
ListButton
EditButton
DeleteButton
CloneButton
Resolves #6513
⚡ Refine Enterprise Release ⚡
#6515
2312f4648cf8cae427884163cc025c3f925da988
Thanks @OmkarBansod02! - fix: UI buttons doesn't respectdisabled
prop.From now on,
disabled
prop will work as expected on all UI buttons.UI Buttons:
CreateButton
ShowButton
ListButton
EditButton
DeleteButton
CloneButton
Resolves #6513
⚡ Refine Enterprise Release ⚡
#6556
1ced1baa1dda3251b2a3d058a9168533126efb53
Thanks @alicanerdurmaz! - feat: React Router v7 support added.🚨 These packages are not dependent on
react-router
. However, they use thereact-router
package for testing purposes on Jest environment.Updated dependencies [
3cb2ca6f687398e422b867692b597b0c0d911706
,29d00f8dc49485e0f5c42d208417e158118d11f2
,1d2613381c50f438270d6a3e486595d54496ef92
]:@refinedev/chakra-ui@2.34.0
Minor Changes
⚡ Refine Enterprise Release ⚡
#6503
29d00f8dc49485e0f5c42d208417e158118d11f2
Thanks @aress31! - feat: addedminItems
prop to specify the minimum number of items required for rendering breadcrumbs. [FEAT] Breadcumbs configure displayed elements #6497Resolves #6497
⚡ Refine Enterprise Release ⚡
1d2613381c50f438270d6a3e486595d54496ef92
Thanks @OmkarBansod02! - Enhanced the ThemedSideV2 component with new functionality to support dynamic onSiderCollapsed handling. This allows better customization of sider collapse/expand events and improved responsiveness for mobile and desktop views. Added additional type definitions and ensured compatibility across all layout contexts. resolves [FEAT] ThemedSiderV2 Persist Collapsed State #6508Patch Changes
⚡ Refine Enterprise Release ⚡
3cb2ca6f687398e422b867692b597b0c0d911706
Thanks @necatiozmen! - chore: update package descriptions⚡ Refine Enterprise Release ⚡
#6515
2312f4648cf8cae427884163cc025c3f925da988
Thanks @OmkarBansod02! - fix: UI buttons doesn't respecthidden
prop.From now on,
hidden
prop will work as expected on all UI buttons.UI Buttons:
CreateButton
ShowButton
ListButton
EditButton
DeleteButton
CloneButton
Resolves #6513
⚡ Refine Enterprise Release ⚡
#6515
2312f4648cf8cae427884163cc025c3f925da988
Thanks @OmkarBansod02! - fix: UI buttons doesn't respectdisabled
prop.From now on,
disabled
prop will work as expected on all UI buttons.UI Buttons:
CreateButton
ShowButton
ListButton
EditButton
DeleteButton
CloneButton
Resolves #6513
⚡ Refine Enterprise Release ⚡
#6556
1ced1baa1dda3251b2a3d058a9168533126efb53
Thanks @alicanerdurmaz! - feat: React Router v7 support added.🚨 These packages are not dependent on
react-router
. However, they use thereact-router
package for testing purposes on Jest environment.Updated dependencies [
3cb2ca6f687398e422b867692b597b0c0d911706
,1ced1baa1dda3251b2a3d058a9168533126efb53
,29d00f8dc49485e0f5c42d208417e158118d11f2
,1d2613381c50f438270d6a3e486595d54496ef92
]:@refinedev/codemod@4.3.0
Minor Changes
⚡ Refine Enterprise Release ⚡
#6556
1ced1baa1dda3251b2a3d058a9168533126efb53
Thanks @alicanerdurmaz! - feat: React Router v6 to v7 codemod added.For
@refinedev/react-router-v6
to@refinedev/react-router
:For
react-router-dom
toreact-router
:npx @refinedev/codemod@latest react-router-dom-to-react-router"
See the migration guide React Router v6 to v7 for more information.
Patch Changes
⚡ Refine Enterprise Release ⚡
3cb2ca6f687398e422b867692b597b0c0d911706
Thanks @necatiozmen! - chore: update package descriptions@refinedev/core@4.57.0
Minor Changes
⚡ Refine Enterprise Release ⚡
#6558
42d730aa2908003cfb0dcf0c57e9b70793c88ddc
Thanks @OmkarBansod02! - This PR fixes an issue where the ListButton component doesn't include a query filter in the navigation URL.Resolves #6528
⚡ Refine Enterprise Release ⚡
#6483
8309c5690e7c49529f07d288e79896636c6ce7c2
Thanks @reedwane! - refactor: modified the Authenticated component to receive optional params prop to be passed to the useIsAuthenticated hook.Fixes [FEAT] Adding an optional params properties to the Authenticated component so that the useIsAuthenticated and AuthProvider.Check can use the custom params #6309
Patch Changes
⚡ Refine Enterprise Release ⚡
3cb2ca6f687398e422b867692b597b0c0d911706
Thanks @necatiozmen! - chore: update package descriptions⚡ Refine Enterprise Release ⚡
#6514
f32af58283bdaf7712805520bd9feb8bfd27ba38
Thanks @alicanerdurmaz! - fix:useUpdate
anduseForm
hooks throws an error whenid
is an empty string. (id=""
) [BUG] useUpdate throws an error when using empty id #6505This reverts a breaking change introduced in PR #6116 and restores support for using an empty string as
id
. This enables updates without anid
field, as allowed before@refinedev/core@4.54.0
.Affected versions with this bug:
@refinedev/core@4.54.0
@refinedev/core@4.54.1
@refinedev/core@4.55.0
@refinedev/core@4.56.0
The bug is fixed in:
@refinedev/core@4.56.1
Resolves #6505
Updated dependencies [
1ced1baa1dda3251b2a3d058a9168533126efb53
]:@refinedev/graphql@7.1.0
Minor Changes
⚡ Refine Enterprise Release ⚡
d8c1d385486481b1df5e7267d7624fa62df12253
Thanks @sudeepjd! - Added error handler that will throw GraphQL errors via Tanstack query from urqlPatch Changes
⚡ Refine Enterprise Release ⚡
3cb2ca6f687398e422b867692b597b0c0d911706
Thanks @necatiozmen! - chore: update package descriptions@refinedev/mantine@2.35.0
Minor Changes
⚡ Refine Enterprise Release ⚡
#6503
29d00f8dc49485e0f5c42d208417e158118d11f2
Thanks @aress31! - feat: addedminItems
prop to specify the minimum number of items required for rendering breadcrumbs. [FEAT] Breadcumbs configure displayed elements #6497Resolves #6497
⚡ Refine Enterprise Release ⚡
1d2613381c50f438270d6a3e486595d54496ef92
Thanks @OmkarBansod02! - Enhanced the ThemedSideV2 component with new functionality to support dynamic onSiderCollapsed handling. This allows better customization of sider collapse/expand events and improved responsiveness for mobile and desktop views. Added additional type definitions and ensured compatibility across all layout contexts. resolves [FEAT] ThemedSiderV2 Persist Collapsed State #6508Patch Changes
⚡ Refine Enterprise Release ⚡
#6515
2312f4648cf8cae427884163cc025c3f925da988
Thanks @OmkarBansod02! - fix: UI buttons doesn't respecthidden
prop.From now on,
hidden
prop will work as expected on all UI buttons.UI Buttons:
CreateButton
ShowButton
ListButton
EditButton
DeleteButton
CloneButton
Resolves #6513
⚡ Refine Enterprise Release ⚡
#6515
2312f4648cf8cae427884163cc025c3f925da988
Thanks @OmkarBansod02! - fix: UI buttons doesn't respectdisabled
prop.From now on,
disabled
prop will work as expected on all UI buttons.UI Buttons:
CreateButton
ShowButton
ListButton
EditButton
DeleteButton
CloneButton
Resolves #6513
⚡ Refine Enterprise Release ⚡
#6556
1ced1baa1dda3251b2a3d058a9168533126efb53
Thanks @alicanerdurmaz! - feat: React Router v7 support added.🚨 These packages are not dependent on
react-router
. However, they use thereact-router
package for testing purposes on Jest environment.Updated dependencies [
3cb2ca6f687398e422b867692b597b0c0d911706
,29d00f8dc49485e0f5c42d208417e158118d11f2
,1d2613381c50f438270d6a3e486595d54496ef92
]:@refinedev/nextjs-router@6.2.0
Minor Changes
⚡ Refine Enterprise Release ⚡
#6551
6b8016a9bbb7422255711bf67f8247eb44db78a9
Thanks @alicanerdurmaz! - Feature: Added support for Next.js 15. [FEAT] Support Nextjs v15 #6430To create a new example project with Next.js 15, run the following command:
You can find the source code in the examples/with-nextjs-headless directory.
For known issues, migration guidance, and more details, please refer to issue #6430.
Patch Changes
⚡ Refine Enterprise Release ⚡
3cb2ca6f687398e422b867692b597b0c0d911706
Thanks @necatiozmen! - chore: update package descriptions⚡ Refine Enterprise Release ⚡
#6556
1ced1baa1dda3251b2a3d058a9168533126efb53
Thanks @alicanerdurmaz! - feat: React Router v7 support added.🚨 These packages are not dependent on
react-router
. However, they use thereact-router
package for testing purposes on Jest environment.@refinedev/ui-tests@1.15.0
Minor Changes
⚡ Refine Enterprise Release ⚡
#6503
29d00f8dc49485e0f5c42d208417e158118d11f2
Thanks @aress31! - feat: addedminItems
prop to specify the minimum number of items required for rendering breadcrumbs. [FEAT] Breadcumbs configure displayed elements #6497Resolves #6497
Patch Changes
⚡ Refine Enterprise Release ⚡
3cb2ca6f687398e422b867692b597b0c0d911706
Thanks @necatiozmen! - chore: update package descriptions⚡ Refine Enterprise Release ⚡
#6556
1ced1baa1dda3251b2a3d058a9168533126efb53
Thanks @alicanerdurmaz! - feat: React Router v7 support added.🚨 These packages are not dependent on
react-router
. However, they use thereact-router
package for testing purposes on Jest environment.Updated dependencies [
42d730aa2908003cfb0dcf0c57e9b70793c88ddc
,3cb2ca6f687398e422b867692b597b0c0d911706
,8309c5690e7c49529f07d288e79896636c6ce7c2
,29d00f8dc49485e0f5c42d208417e158118d11f2
,1d2613381c50f438270d6a3e486595d54496ef92
,f32af58283bdaf7712805520bd9feb8bfd27ba38
]:@refinedev/ui-types@1.23.0
Minor Changes
⚡ Refine Enterprise Release ⚡
#6503
29d00f8dc49485e0f5c42d208417e158118d11f2
Thanks @aress31! - feat: addedminItems
prop to specify the minimum number of items required for rendering breadcrumbs. [FEAT] Breadcumbs configure displayed elements #6497Resolves #6497
⚡ Refine Enterprise Release ⚡
1d2613381c50f438270d6a3e486595d54496ef92
Thanks @OmkarBansod02! - Enhanced the ThemedSideV2 component with new functionality to support dynamic onSiderCollapsed handling. This allows better customization of sider collapse/expand events and improved responsiveness for mobile and desktop views. Added additional type definitions and ensured compatibility across all layout contexts. resolves [FEAT] ThemedSiderV2 Persist Collapsed State #6508Patch Changes
⚡ Refine Enterprise Release ⚡
#6554
3cb2ca6f687398e422b867692b597b0c0d911706
Thanks @necatiozmen! - chore: update package descriptionsUpdated dependencies [
42d730aa2908003cfb0dcf0c57e9b70793c88ddc
,3cb2ca6f687398e422b867692b597b0c0d911706
,8309c5690e7c49529f07d288e79896636c6ce7c2
,f32af58283bdaf7712805520bd9feb8bfd27ba38
]:@refinedev/ably@4.1.9
Patch Changes
⚡ Refine Enterprise Release ⚡
3cb2ca6f687398e422b867692b597b0c0d911706
Thanks @necatiozmen! - chore: update package descriptions@refinedev/airtable@4.4.12
Patch Changes
⚡ Refine Enterprise Release ⚡
3cb2ca6f687398e422b867692b597b0c0d911706
Thanks @necatiozmen! - chore: update package descriptions@refinedev/cli@2.16.41
Patch Changes
⚡ Refine Enterprise Release ⚡
3cb2ca6f687398e422b867692b597b0c0d911706
Thanks @necatiozmen! - chore: update package descriptions⚡ Refine Enterprise Release ⚡
#6556
1ced1baa1dda3251b2a3d058a9168533126efb53
Thanks @alicanerdurmaz! - feat: React Router v7 support added.🚨 These packages are not dependent on
react-router
. However, they use thereact-router
package for testing purposes on Jest environment.Updated dependencies [
1ced1baa1dda3251b2a3d058a9168533126efb53
]:create-refine-app@1.12.8
Patch Changes
⚡ Refine Enterprise Release ⚡
3cb2ca6f687398e422b867692b597b0c0d911706
Thanks @necatiozmen! - chore: update package descriptions@refinedev/devtools@1.2.11
Patch Changes
⚡ Refine Enterprise Release ⚡
#6556
1ced1baa1dda3251b2a3d058a9168533126efb53
Thanks @alicanerdurmaz! - feat: React Router v7 support added.🚨 These packages are not dependent on
react-router
. However, they use thereact-router
package for testing purposes on Jest environment.Updated dependencies [
3cb2ca6f687398e422b867692b597b0c0d911706
,1ced1baa1dda3251b2a3d058a9168533126efb53
]:@refinedev/devtools-internal@1.1.15
Patch Changes
⚡ Refine Enterprise Release ⚡
#6556
1ced1baa1dda3251b2a3d058a9168533126efb53
Thanks @alicanerdurmaz! - feat: React Router v7 support added.🚨 These packages are not dependent on
react-router
. However, they use thereact-router
package for testing purposes on Jest environment.Updated dependencies [
1ced1baa1dda3251b2a3d058a9168533126efb53
]:@refinedev/devtools-server@1.1.39
Patch Changes
⚡ Refine Enterprise Release ⚡
#6556
1ced1baa1dda3251b2a3d058a9168533126efb53
Thanks @alicanerdurmaz! - feat: React Router v7 support added.🚨 These packages are not dependent on
react-router
. However, they use thereact-router
package for testing purposes on Jest environment.Updated dependencies [
1ced1baa1dda3251b2a3d058a9168533126efb53
]:@refinedev/devtools-shared@1.1.13
Patch Changes
⚡ Refine Enterprise Release ⚡
#6556
1ced1baa1dda3251b2a3d058a9168533126efb53
Thanks @alicanerdurmaz! - feat: React Router v7 support added.🚨 These packages are not dependent on
react-router
. However, they use thereact-router
package for testing purposes on Jest environment.@refinedev/devtools-ui@1.1.30
Patch Changes
⚡ Refine Enterprise Release ⚡
#6556
1ced1baa1dda3251b2a3d058a9168533126efb53
Thanks @alicanerdurmaz! - feat: React Router v7 support added.🚨 These packages are not dependent on
react-router
. However, they use thereact-router
package for testing purposes on Jest environment.Updated dependencies [
1ced1baa1dda3251b2a3d058a9168533126efb53
]:@refinedev/hasura@6.6.9
Patch Changes
⚡ Refine Enterprise Release ⚡
3cb2ca6f687398e422b867692b597b0c0d911706
Thanks @necatiozmen! - chore: update package descriptions@refinedev/kbar@1.3.13
Patch Changes
⚡ Refine Enterprise Release ⚡
3cb2ca6f687398e422b867692b597b0c0d911706
Thanks @necatiozmen! - chore: update package descriptions⚡ Refine Enterprise Release ⚡
#6556
1ced1baa1dda3251b2a3d058a9168533126efb53
Thanks @alicanerdurmaz! - feat: React Router v7 support added.🚨 These packages are not dependent on
react-router
. However, they use thereact-router
package for testing purposes on Jest environment.@refinedev/nestjs-query@1.3.4
Patch Changes
⚡ Refine Enterprise Release ⚡
3cb2ca6f687398e422b867692b597b0c0d911706
Thanks @necatiozmen! - chore: update package descriptions@refinedev/nestjsx-crud@5.0.11
Patch Changes
⚡ Refine Enterprise Release ⚡
3cb2ca6f687398e422b867692b597b0c0d911706
Thanks @necatiozmen! - chore: update package descriptions@refinedev/react-hook-form@4.9.2
Patch Changes
⚡ Refine Enterprise Release ⚡
#6556
1ced1baa1dda3251b2a3d058a9168533126efb53
Thanks @alicanerdurmaz! - feat: React Router v7 support added.🚨 These packages are not dependent on
react-router
. However, they use thereact-router
package for testing purposes on Jest environment.@refinedev/react-router-v6@4.6.1
Patch Changes
⚡ Refine Enterprise Release ⚡
3cb2ca6f687398e422b867692b597b0c0d911706
Thanks @necatiozmen! - chore: update package descriptions@refinedev/react-table@5.6.14
Patch Changes
⚡ Refine Enterprise Release ⚡
#6501
1ba8a85d7c5feaa144260228c890c064834a9d63
Thanks @taiseiiiii! - fix(react-table): add equality checks before setting filters and sortersWhen setting the filters and sorters received from the
useTable
of@tanstack/react-table
to Refine's table state, it was causing unnecessary updates. Those updates sometimes caused queries to stuck in loading state. Adding deep equality checks before setting the filters and sorters solves the issue.Resolves #6265
⚡ Refine Enterprise Release ⚡
#6556
1ced1baa1dda3251b2a3d058a9168533126efb53
Thanks @alicanerdurmaz! - feat: React Router v7 support added.🚨 These packages are not dependent on
react-router
. However, they use thereact-router
package for testing purposes on Jest environment.@refinedev/remix-router@3.0.7
Patch Changes
⚡ Refine Enterprise Release ⚡
3cb2ca6f687398e422b867692b597b0c0d911706
Thanks @necatiozmen! - chore: update package descriptions@refinedev/simple-rest@5.0.9
Patch Changes
⚡ Refine Enterprise Release ⚡
3cb2ca6f687398e422b867692b597b0c0d911706
Thanks @necatiozmen! - chore: update package descriptions@refinedev/strapi@4.1.13
Patch Changes
⚡ Refine Enterprise Release ⚡
3cb2ca6f687398e422b867692b597b0c0d911706
Thanks @necatiozmen! - chore: update package descriptions@refinedev/strapi-v4@6.0.10
Patch Changes
⚡ Refine Enterprise Release ⚡
3cb2ca6f687398e422b867692b597b0c0d911706
Thanks @necatiozmen! - chore: update package descriptions@refinedev/supabase@5.9.5
Patch Changes
⚡ Refine Enterprise Release ⚡
3cb2ca6f687398e422b867692b597b0c0d911706
Thanks @necatiozmen! - chore: update package descriptions@refinedev/live-previews@0.3.10
Patch Changes
afb156d808ee07bfffed20f27b04c92d95cc01d4
,42d730aa2908003cfb0dcf0c57e9b70793c88ddc
,3cb2ca6f687398e422b867692b597b0c0d911706
,1ba8a85d7c5feaa144260228c890c064834a9d63
,2312f4648cf8cae427884163cc025c3f925da988
,2312f4648cf8cae427884163cc025c3f925da988
,8309c5690e7c49529f07d288e79896636c6ce7c2
,1ced1baa1dda3251b2a3d058a9168533126efb53
,afb156d808ee07bfffed20f27b04c92d95cc01d4
,d082ce09ff10fd8b3bf2070b163f1608c67d028b
,29d00f8dc49485e0f5c42d208417e158118d11f2
,1d2613381c50f438270d6a3e486595d54496ef92
,f32af58283bdaf7712805520bd9feb8bfd27ba38
]: