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

Version Packages #3075

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Version Packages #3075

merged 1 commit into from
Jun 6, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 6, 2024

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

Releases

@data-client/react@0.12.9

Patch Changes

  • #3074 1f1f66a Thanks @ntucker! - Compatibility with server/client component build rules

  • Updated dependencies [1f1f66a]:

    • @data-client/use-enhanced-reducer@0.1.9

@data-client/redux@0.12.9

Patch Changes

@data-client/ssr@0.12.9

Patch Changes

  • #3074 1f1f66a Thanks @ntucker! - Add DataProvider export to /nextjs namespace.

    This provides 'App Router' compatibility. Simply add it to the root layout, ensuring
    children is rendered as a descendent.

    app/layout.tsx
    import { DataProvider } from '@data-client/react/nextjs';
    import { AsyncBoundary } from '@data-client/react';
    
    export default function RootLayout({ children }) {
      return (
        <html>
          <body>
            <DataProvider>
              <header>Title</header>
              <AsyncBoundary>{children}</AsyncBoundary>
              <footer></footer>
            </DataProvider>
          </body>
        </html>
      );
    }
  • #3074 1f1f66a Thanks @ntucker! - Compatibility with server/client component build rules

@data-client/use-enhanced-reducer@0.1.9

Patch Changes

@ntucker ntucker enabled auto-merge June 6, 2024 15:53
@ntucker ntucker added this pull request to the merge queue Jun 6, 2024
Copy link

codecov bot commented Jun 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.72%. Comparing base (1f1f66a) to head (91d4ea8).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3075   +/-   ##
=======================================
  Coverage   98.72%   98.72%           
=======================================
  Files         123      123           
  Lines        2199     2199           
  Branches      451      451           
=======================================
  Hits         2171     2171           
  Misses         17       17           
  Partials       11       11           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Merged via the queue into master with commit e370630 Jun 6, 2024
21 checks passed
@ntucker ntucker deleted the changeset-release/master branch June 6, 2024 16:03
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.

None yet

1 participant