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

v2 #629

Merged
merged 106 commits into from May 14, 2024
Merged

v2 #629

merged 106 commits into from May 14, 2024

Conversation

manudeli
Copy link
Member

@manudeli manudeli commented Jan 20, 2024

v2

PR Checklist

  • I did below actions if need
  1. I read the Contributing Guide
  2. I added documents and tests.

Copy link

changeset-bot bot commented Jan 20, 2024

⚠️ No Changeset found

Latest commit: ae75558

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

Copy link

vercel bot commented Jan 20, 2024

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

Name Status Preview Comments Updated (UTC)
beta ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 14, 2024 4:47pm
docs-v1 ✅ Ready (Inspect) Visit Preview May 14, 2024 4:47pm
main ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 14, 2024 4:47pm
v2 ✅ Ready (Inspect) Visit Preview May 14, 2024 4:47pm
visualization ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 14, 2024 4:47pm

Copy link

codesandbox-ci bot commented Jan 20, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Copy link

codecov bot commented Jan 20, 2024

Codecov Report

Attention: Patch coverage is 68.75000% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 83.87%. Comparing base (f82a3e9) to head (ae75558).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #629      +/-   ##
==========================================
- Coverage   85.34%   83.87%   -1.47%     
==========================================
  Files          30       31       +1     
  Lines         505      428      -77     
  Branches      113       97      -16     
==========================================
- Hits          431      359      -72     
+ Misses         64       61       -3     
+ Partials       10        8       -2     
Components Coverage Δ
@suspensive/react 96.98% <100.00%> (-3.02%) ⬇️
@suspensive/react-query 0.00% <0.00%> (ø)
@suspensive/react-await 100.00% <ø> (ø)
@suspensive/react-image 23.52% <ø> (ø)

# Overview

<!--
    A clear and concise description of what this pr is about.
 -->

## PR Checklist

- [ ] I did below actions if need

1. I read the [Contributing
Guide](https://github.com/suspensive/react/blob/main/CONTRIBUTING.md)
2. I added documents and tests.
Copy link

vercel bot commented Jan 20, 2024

Deployment failed with the following error:

Resource is limited - try again in 4 hours (more than 100, code: "api-deployments-free-per-day").

…store (#631)

fix #183 

# Overview

<!--
    A clear and concise description of what this pr is about.
 -->

I remove target react v16, v17, unnecessary use-sync-external-store

## PR Checklist

- [x] I did below actions if need

1. I read the [Contributing
Guide](https://github.com/suspensive/react/blob/main/CONTRIBUTING.md)
2. I added documents and tests.
This PR was opened by the [Changesets
release](https://github.com/changesets/action) 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 beta, this PR will
be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

`beta` is currently in **pre mode** so this branch has prereleases
rather than normal releases. If you want to exit prereleases, run
`changeset pre exit` on `beta`.

⚠️⚠️⚠️⚠️⚠️⚠️

# Releases
## @suspensive/react@2.0.0-beta.10

### Major Changes

- [#629](#629)
[`36d7416`](36d7416)
Thanks [@manudeli](https://github.com/manudeli)! - chore(\*): versioning
last beta

## @suspensive/react-query@2.0.0-beta.10

### Major Changes

- [#629](#629)
[`36d7416`](36d7416)
Thanks [@manudeli](https://github.com/manudeli)! - chore(\*): versioning
last beta

### Patch Changes

- Updated dependencies
\[[`36d7416`](36d7416)]:
    -   @suspensive/react@2.0.0-beta.10

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
# Overview

<!--
    A clear and concise description of what this pr is about.
 -->

## PR Checklist

- [x] I did below actions if need

1. I read the [Contributing
Guide](https://github.com/suspensive/react/blob/main/CONTRIBUTING.md)
2. I added documents and tests.
This PR was opened by the [Changesets
release](https://github.com/changesets/action) 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 beta, this PR will
be updated.


# Releases
## @suspensive/react@2.0.0

### Major Changes

- [#632](#632)
[`ea1c4ed`](ea1c4ed)
Thanks [@manudeli](https://github.com/manudeli)! - feat(react): rename
Suspensive defaultOptions -> defaultProps

- [#629](#629)
[`78f5bd4`](78f5bd4)
Thanks [@manudeli](https://github.com/manudeli)! - feat(react,
react-query): remove deprecated apis

- [#629](#629)
[`6a3f6f4`](6a3f6f4)
Thanks [@manudeli](https://github.com/manudeli)! - feat(react): remove
ErrorBoundaryGroup.Reset

- [#629](#629)
[`36d7416`](36d7416)
Thanks [@manudeli](https://github.com/manudeli)! - chore(\*): versioning
last beta

- [#629](#629)
[`73c0cc7`](73c0cc7)
Thanks [@manudeli](https://github.com/manudeli)! - fix(react): add
getServerSnapShot in syncDevMode

- [#631](#631)
[`837ed18`](837ed18)
Thanks [@manudeli](https://github.com/manudeli)! - feat(\*): remove
target react v16, v17

### Patch Changes

- [#755](#755)
[`3f6171b`](3f6171b)
Thanks [@manudeli](https://github.com/manudeli)! - feat(\*): remove all
experimental interface

## @suspensive/react-query@2.0.0

### Major Changes

- [#629](#629)
[`78f5bd4`](78f5bd4)
Thanks [@manudeli](https://github.com/manudeli)! - feat(react,
react-query): remove deprecated apis

- [#401](#401)
[`d06e883`](d06e883)
Thanks [@manudeli](https://github.com/manudeli)! - fix(react-query):
@suspensive/react-query v2's all naming convention correctly like
@tanstack/react-query v5

- [#629](#629)
[`36d7416`](36d7416)
Thanks [@manudeli](https://github.com/manudeli)! - chore(\*): versioning
last beta

- [#631](#631)
[`837ed18`](837ed18)
Thanks [@manudeli](https://github.com/manudeli)! - feat(\*): remove
target react v16, v17

### Minor Changes

- [#828](#828)
[`7f19c76`](7f19c76)
Thanks [@manudeli](https://github.com/manudeli)! - feat(react-query):
add queryOptions

- [#775](#775)
[`785a51a`](785a51a)
Thanks [@manudeli](https://github.com/manudeli)! - feat(react-query):
add SuspenseQuery, SuspenseInfiniteQuery

### Patch Changes

- Updated dependencies
\[[`ea1c4ed`](ea1c4ed),
[`78f5bd4`](78f5bd4),
[`6a3f6f4`](6a3f6f4),
[`36d7416`](36d7416),
[`3f6171b`](3f6171b),
[`73c0cc7`](73c0cc7),
[`837ed18`](837ed18)]:
    -   @suspensive/react@2.0.0

## @suspensive/react-await@0.0.18

### Patch Changes

- [#631](#631)
[`837ed18`](837ed18)
Thanks [@manudeli](https://github.com/manudeli)! - feat(\*): remove
target react v16, v17

## @suspensive/react-image@0.0.12

### Patch Changes

- [#631](#631)
[`837ed18`](837ed18)
Thanks [@manudeli](https://github.com/manudeli)! - feat(\*): remove
target react v16, v17

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@manudeli manudeli marked this pull request as ready for review May 14, 2024 16:42
@vercel vercel bot temporarily deployed to Production – beta May 14, 2024 16:47 Inactive
@manudeli manudeli merged commit b944727 into main May 14, 2024
23 checks passed
@manudeli manudeli deleted the beta branch May 14, 2024 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants