Skip to content

Commit

Permalink
feat(react-await): remove react-await package (#1114)
Browse files Browse the repository at this point in the history
# Overview
close #1104

- remove react-await package
<!--
    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/toss/suspensive/blob/main/CONTRIBUTING.md)
2. I added documents and tests.
  • Loading branch information
SEOKKAMONI authored Jul 19, 2024
1 parent 229d540 commit 58c76d4
Show file tree
Hide file tree
Showing 51 changed files with 0 additions and 1,350 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ body:
- "@suspensive/react-query-5"
- "@suspensive/jotai"
- "@suspensive/cache"
- "@suspensive/react-await"
- "@suspensive/react-image"
- etc
validations:
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ body:
- "@suspensive/react-query-5"
- "@suspensive/jotai"
- "@suspensive/cache"
- "@suspensive/react-await"
- "@suspensive/react-image"
- etc
validations:
Expand Down
2 changes: 0 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
- "packages/jotai/**/*"
"@suspensive/cache":
- "packages/cache/**/*"
"@suspensive/react-await":
- "packages/react-await/**/*"
"@suspensive/react-image":
- "packages/react-image/**/*"
"suspensive.org":
Expand Down
4 changes: 0 additions & 4 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ component_management:
name: '@suspensive/cache'
paths:
- packages/cache/**
- component_id: react-await
name: '@suspensive/react-await'
paths:
- packages/react-await/**
- component_id: react-image
name: '@suspensive/react-image'
paths:
Expand Down
6 changes: 0 additions & 6 deletions docs/suspensive.org/src/pages/docs/_meta.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
"react": "@suspensive/react",
"react-query": "@suspensive/react-query",
"jotai": "@suspensive/jotai",
"react-await": {
"title": "@suspensive/react-await",
"theme": {
"collapsed": true
}
},
"react-image": {
"title": "@suspensive/react-image",
"theme": {
Expand Down
6 changes: 0 additions & 6 deletions docs/suspensive.org/src/pages/docs/_meta.ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
"react": "@suspensive/react",
"react-query": "@suspensive/react-query",
"jotai": "@suspensive/jotai",
"react-await": {
"title": "@suspensive/react-await",
"theme": {
"collapsed": true
}
},
"react-image": {
"title": "@suspensive/react-image",
"theme": {
Expand Down
4 changes: 0 additions & 4 deletions docs/suspensive.org/src/pages/docs/changelogs.en.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ import { Cards, Card } from 'nextra/components'
title="@suspensive/react-query"
href="https://github.com/toss/suspensive/blob/main/packages/react-query/CHANGELOG.md"
/>
<Card
title="@suspensive/react-await"
href="https://github.com/toss/suspensive/blob/main/packages/react-await/CHANGELOG.md"
/>
<Card
title="@suspensive/react-image"
href="https://github.com/toss/suspensive/blob/main/packages/react-image/CHANGELOG.md"
Expand Down
4 changes: 0 additions & 4 deletions docs/suspensive.org/src/pages/docs/changelogs.ko.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ import { Cards, Card } from 'nextra/components'
title="@suspensive/react-query"
href="https://github.com/toss/suspensive/blob/main/packages/react-query/CHANGELOG.md"
/>
<Card
title="@suspensive/react-await"
href="https://github.com/toss/suspensive/blob/main/packages/react-await/CHANGELOG.md"
/>
<Card
title="@suspensive/react-image"
href="https://github.com/toss/suspensive/blob/main/packages/react-image/CHANGELOG.md"
Expand Down
29 changes: 0 additions & 29 deletions docs/suspensive.org/src/pages/docs/react-await/Await.en.mdx

This file was deleted.

29 changes: 0 additions & 29 deletions docs/suspensive.org/src/pages/docs/react-await/Await.ko.mdx

This file was deleted.

10 changes: 0 additions & 10 deletions docs/suspensive.org/src/pages/docs/react-await/_meta.en.json

This file was deleted.

10 changes: 0 additions & 10 deletions docs/suspensive.org/src/pages/docs/react-await/_meta.ko.json

This file was deleted.

28 changes: 0 additions & 28 deletions docs/suspensive.org/src/pages/docs/react-await/awaitOptions.en.mdx

This file was deleted.

28 changes: 0 additions & 28 deletions docs/suspensive.org/src/pages/docs/react-await/awaitOptions.ko.mdx

This file was deleted.

This file was deleted.

This file was deleted.

33 changes: 0 additions & 33 deletions docs/suspensive.org/src/pages/docs/react-await/useAwait.en.mdx

This file was deleted.

33 changes: 0 additions & 33 deletions docs/suspensive.org/src/pages/docs/react-await/useAwait.ko.mdx

This file was deleted.

10 changes: 0 additions & 10 deletions packages/react-await/.eslintrc.cjs

This file was deleted.

Loading

0 comments on commit 58c76d4

Please sign in to comment.