diff --git a/.changeset/dry-olives-take.md b/.changeset/dry-olives-take.md deleted file mode 100644 index de101b4a6..000000000 --- a/.changeset/dry-olives-take.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stackflow/react": minor ---- - -Add ActivityComponentType paramterized by params diff --git a/integrations/react/CHANGELOG.md b/integrations/react/CHANGELOG.md index 9c853e1b9..37136c45a 100644 --- a/integrations/react/CHANGELOG.md +++ b/integrations/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @stackflow/react +## 1.8.0 + +### Minor Changes + +- ead4e78: Add ActivityComponentType paramterized by params + ## 1.7.0 ### Minor Changes diff --git a/integrations/react/package.json b/integrations/react/package.json index cb3daacd7..7540189d2 100644 --- a/integrations/react/package.json +++ b/integrations/react/package.json @@ -1,6 +1,6 @@ { "name": "@stackflow/react", - "version": "1.7.0", + "version": "1.8.0", "repository": { "type": "git", "url": "https://github.com/daangn/stackflow.git",