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

ci(changesets): version packages #6577

Merged
merged 1 commit into from
Dec 13, 2024
Merged

ci(changesets): version packages #6577

merged 1 commit into from
Dec 13, 2024

Conversation

refine-bot
Copy link
Contributor

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 main, this PR will be updated.

Releases

@refinedev/ably@4.1.10

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

@refinedev/airtable@4.4.13

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

@refinedev/antd@5.45.1

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

📢 Refine Community Release 📢

  • fix: UI buttons doesn't respect hidden 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 Community Release 📢

  • fix: UI buttons doesn't respect disabled 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 Community Release 📢

  • feat: React Router v7 support added.

    🚨 These packages are not dependent on react-router. However, they use the react-router package for testing purposes on Jest environment.

📢 Refine Community Release 📢

📢 Refine Community Release 📢

  • 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 #6508

  • Updated dependencies []:

    • @refinedev/ui-types@1.23.1

@refinedev/chakra-ui@2.34.1

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

📢 Refine Community Release 📢

  • fix: UI buttons doesn't respect hidden 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 Community Release 📢

  • fix: UI buttons doesn't respect disabled 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 Community Release 📢

  • feat: React Router v7 support added.

    🚨 These packages are not dependent on react-router. However, they use the react-router package for testing purposes on Jest environment.

📢 Refine Community Release 📢

📢 Refine Community Release 📢

  • 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 #6508

  • Updated dependencies []:

    • @refinedev/ui-types@1.23.1
    • @refinedev/react-hook-form@4.9.3

@refinedev/cli@2.16.42

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

📢 Refine Community Release 📢

  • feat: React Router v7 support added.

    🚨 These packages are not dependent on react-router. However, they use the react-router package for testing purposes on Jest environment.

  • Updated dependencies []:

    • @refinedev/devtools-server@1.1.40

@refinedev/codemod@4.3.1

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

📢 Refine Community Release 📢

  • feat: React Router v6 to v7 codemod added.

    For @refinedev/react-router-v6 to @refinedev/react-router:

    npx @refinedev/codemod@latest refine-react-router-v6-to-refine-react-router
     import routerProvider, { NavigateToResource, UnsavedChangesNotifier, DocumentTitleHandler }
    - from "@refinedev/react-router-v6";
     import routerProvider, { NavigateToResource, UnsavedChangesNotifier, DocumentTitleHandler }
    + from "@refinedev/react-router";
    

    For react-router-dom to react-router:

    npx @refinedev/codemod@latest react-router-dom-to-react-router"
    -import { RouterProvider } from "react-router-dom";
    +import { RouterProvider } from "react-router";

    See the migration guide React Router v6 to v7 for more information.

@refinedev/core@4.57.1

Patch Changes

📢 Refine Community Release 📢

  • This PR fixes an issue where the ListButton component doesn't include a query filter in the navigation URL.

    Resolves #6528

📢 Refine Community Release 📢

  • chore: update package descriptions

📢 Refine Community Release 📢

📢 Refine Community Release 📢

  • fix: useUpdate and useForm hooks throws an error when id is an empty string. (id="") [BUG] useUpdate throws an error when using empty id #6505

    This reverts a breaking change introduced in PR #6116 and restores support for using an empty string as id. This enables updates without an id 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 []:

    • @refinedev/devtools-internal@1.1.16

create-refine-app@1.12.9

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

@refinedev/devtools@1.2.12

Patch Changes

📢 Refine Community Release 📢

  • feat: React Router v7 support added.

    🚨 These packages are not dependent on react-router. However, they use the react-router package for testing purposes on Jest environment.

  • Updated dependencies []:

    • @refinedev/cli@2.16.42
    • @refinedev/devtools-server@1.1.40
    • @refinedev/devtools-shared@1.1.14

@refinedev/devtools-internal@1.1.16

Patch Changes

📢 Refine Community Release 📢

  • feat: React Router v7 support added.

    🚨 These packages are not dependent on react-router. However, they use the react-router package for testing purposes on Jest environment.

  • Updated dependencies []:

    • @refinedev/devtools-shared@1.1.14

@refinedev/devtools-server@1.1.40

Patch Changes

📢 Refine Community Release 📢

  • feat: React Router v7 support added.

    🚨 These packages are not dependent on react-router. However, they use the react-router package for testing purposes on Jest environment.

  • Updated dependencies []:

    • @refinedev/devtools-shared@1.1.14

@refinedev/devtools-shared@1.1.14

Patch Changes

📢 Refine Community Release 📢

  • feat: React Router v7 support added.

    🚨 These packages are not dependent on react-router. However, they use the react-router package for testing purposes on Jest environment.

@refinedev/devtools-ui@1.1.31

Patch Changes

📢 Refine Community Release 📢

  • feat: React Router v7 support added.

    🚨 These packages are not dependent on react-router. However, they use the react-router package for testing purposes on Jest environment.

  • Updated dependencies []:

    • @refinedev/devtools-shared@1.1.14

@refinedev/graphql@7.1.1

Patch Changes

📢 Refine Community Release 📢

  • Added error handler that will throw GraphQL errors via Tanstack query from urql

📢 Refine Community Release 📢

  • chore: update package descriptions

@refinedev/hasura@6.6.10

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

@refinedev/inferencer@5.0.1

Patch Changes

📢 Refine Community Release 📢

  • feat: added support for Material UI v6 and X Data Grid v7

    - "@mui/icons-material": "^5.8.3",
    + "@mui/icons-material": "^6.1.6",
    - "@mui/lab": "^5.0.0-alpha.85",
    + "@mui/lab": "^6.0.0-beta.14",
    - "@mui/material": "^5.14.2",
    + "@mui/material": "^6.1.7",
    
    - "@mui/x-data-grid": "^6.6.0",
    + "@mui/x-data-grid": "^7.22.2",

    Here is the updated version alignment:

    @refinedev/mui @mui/x-data-grid @mui/material @mui/system @mui/lab @mui/icons-material @refinedev/inferencer
    5.x.x 6.x.x 5.x.x 5.x.x 5.x.x 5.x.x 4.x.x
    6.x.x 7.x.x 6.x.x 6.x.x 6.x.x 6.x.x 5.x.x

    Please refer to the Migration Guide for Material UI v6 and X Data Grid v7 for more information.

📢 Refine Community Release 📢

  • feat: React Router v7 support added.

    🚨 These packages are not dependent on react-router. However, they use the react-router package for testing purposes on Jest environment.

  • Updated dependencies []:

    • @refinedev/core@4.57.1

@refinedev/kbar@1.3.14

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

📢 Refine Community Release 📢

  • feat: React Router v7 support added.

    🚨 These packages are not dependent on react-router. However, they use the react-router package for testing purposes on Jest environment.

@refinedev/mantine@2.35.1

Patch Changes

📢 Refine Community Release 📢

  • fix: UI buttons doesn't respect hidden 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 Community Release 📢

  • fix: UI buttons doesn't respect disabled 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 Community Release 📢

  • feat: React Router v7 support added.

    🚨 These packages are not dependent on react-router. However, they use the react-router package for testing purposes on Jest environment.

📢 Refine Community Release 📢

📢 Refine Community Release 📢

  • 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 #6508

  • Updated dependencies []:

    • @refinedev/ui-types@1.23.1

@refinedev/mui@6.0.1

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

📢 Refine Community Release 📢

  • fix: UI buttons doesn't respect hidden 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 Community Release 📢

  • fix: UI buttons doesn't respect disabled 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 Community Release 📢

  • feat: React Router v7 support added.

    🚨 These packages are not dependent on react-router. However, they use the react-router package for testing purposes on Jest environment.

📢 Refine Community Release 📢

  • feat: added support for Material UI v6 and X Data Grid v7 [FEAT] Support for MUI v6 #6333

    - "@mui/icons-material": "^5.8.3",
    + "@mui/icons-material": "^6.1.6",
    - "@mui/lab": "^5.0.0-alpha.85",
    + "@mui/lab": "^6.0.0-beta.14",
    - "@mui/material": "^5.14.2",
    + "@mui/material": "^6.1.7",
    
    - "@mui/x-data-grid": "^6.6.0",
    + "@mui/x-data-grid": "^7.22.2",

    Here is the updated version alignment:

    @refinedev/mui @mui/x-data-grid @mui/material @mui/system @mui/lab @mui/icons-material @refinedev/inferencer
    5.x.x 6.x.x 5.x.x 5.x.x 5.x.x 5.x.x 4.x.x
    6.x.x 7.x.x 6.x.x 6.x.x 6.x.x 6.x.x 5.x.x

    Please refer to the Migration Guide for Material UI v6 and X Data Grid v7 for more information.

    Resolves #6333

📢 Refine Community Release 📢

  • Introduced containerBoxProps and childrenBoxProps props to ThemedLayoutV2 to allow for greater control over the layout - including styling.

📢 Refine Community Release 📢

📢 Refine Community Release 📢

  • 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 #6508

  • Updated dependencies []:

    • @refinedev/ui-types@1.23.1
    • @refinedev/react-hook-form@4.9.3

@refinedev/nestjs-query@1.3.5

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

@refinedev/nestjsx-crud@5.0.12

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

@refinedev/nextjs-router@6.2.1

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

📢 Refine Community Release 📢

  • feat: React Router v7 support added.

    🚨 These packages are not dependent on react-router. However, they use the react-router package for testing purposes on Jest environment.

📢 Refine Community Release 📢

  • Feature: Added support for Next.js 15. [FEAT] Support Nextjs v15 #6430

    To create a new example project with Next.js 15, run the following command:

    npm create refine-app@latest -- --example with-nextjs-headless

    You can find the source code in the examples/with-nextjs-headless directory.

    🚨 While @refinedev/core and @refinedev/nextjs-router do not introduce breaking changes, upgrading to Next.js 15 requires your project to be compatible with React 19. Please refer to the migration guides below:

    🚨 Additionally, if you're using @refinedev/antd, @refinedev/chakra-ui, @refinedev/mantine, or @refinedev/mui, make sure to check their compatibility with React 19.

    For known issues, migration guidance, and more details, please refer to issue #6430.

@refinedev/react-hook-form@4.9.3

Patch Changes

📢 Refine Community Release 📢

  • feat: React Router v7 support added.

    🚨 These packages are not dependent on react-router. However, they use the react-router package for testing purposes on Jest environment.

@refinedev/react-router@1.0.1

Patch Changes

📢 Refine Community Release 📢

@refinedev/react-router-v6@4.6.2

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

@refinedev/react-table@5.6.15

Patch Changes

📢 Refine Community Release 📢

  • fix(react-table): add equality checks before setting filters and sorters

    When 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 Community Release 📢

  • feat: React Router v7 support added.

    🚨 These packages are not dependent on react-router. However, they use the react-router package for testing purposes on Jest environment.

@refinedev/remix-router@3.0.8

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

@refinedev/simple-rest@5.0.10

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

@refinedev/strapi@4.1.14

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

@refinedev/strapi-v4@6.0.11

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

@refinedev/supabase@5.9.6

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

@refinedev/ui-tests@1.15.1

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

📢 Refine Community Release 📢

  • feat: React Router v7 support added.

    🚨 These packages are not dependent on react-router. However, they use the react-router package for testing purposes on Jest environment.

📢 Refine Community Release 📢

@refinedev/ui-types@1.23.1

Patch Changes

📢 Refine Community Release 📢

  • chore: update package descriptions

📢 Refine Community Release 📢

📢 Refine Community Release 📢

  • 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 #6508

  • Updated dependencies []:

    • @refinedev/core@4.57.1

@refine-bot refine-bot requested a review from a team as a code owner December 12, 2024 16:00
Copy link

netlify bot commented Dec 12, 2024

Deploy Preview for refine-doc-live-previews ready!

Name Link
🔨 Latest commit 390402f
🔍 Latest deploy log https://app.netlify.com/sites/refine-doc-live-previews/deploys/675bf84cb506d800089d1389
😎 Deploy Preview https://deploy-preview-6577--refine-doc-live-previews.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@refine-bot refine-bot force-pushed the changeset-release/main branch 2 times, most recently from 501583f to d4ce599 Compare December 13, 2024 06:48
@refine-bot refine-bot force-pushed the changeset-release/main branch from d4ce599 to 390402f Compare December 13, 2024 09:03
Copy link
Contributor

github-actions bot commented Dec 13, 2024

@BatuhanW BatuhanW merged commit 7eea328 into main Dec 13, 2024
101 of 103 checks passed
@BatuhanW BatuhanW deleted the changeset-release/main branch December 13, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment