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] release #43

Merged
merged 1 commit into from
Jan 23, 2024
Merged

[ci] release #43

merged 1 commit into from
Jan 23, 2024

Conversation

github-actions[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

[email protected]

Minor Changes

  • #42 3e72f1c Thanks @bholmesdev! - Fix rendering issues when using Layouts with simple stream. This change replaces the ResolveSuspended component with automatic rendering via middleware. Once updated, you should now remove ResolveSuspended from your project code:

    ---
    import {
      Suspense,
    - ResolveSuspended
    } from 'simple-stack-stream/components';
    ---
    
    <Suspense>
      <VideoPlayer />
      <LoadingSkeleton slot="fallback" />
    </Suspense>
    
    <Footer />
    - <ResolveSuspended />

@examples/[email protected]

Patch Changes

Copy link

vercel bot commented Jan 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
simple-stack-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 23, 2024 6:50pm

@bholmesdev bholmesdev merged commit c04de22 into main Jan 23, 2024
2 checks passed
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.

1 participant