Skip to content

Commit

Permalink
Merge branch 'next' into feat/prevent-recursive-fallback-throw-error
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli authored Jan 30, 2025
2 parents eeb5157 + c7c133c commit d236ad2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"@suspensive/eslint-config": "0.0.0",
"@suspensive/tsconfig": "0.0.0-development",
"@suspensive/tsup": "0.0.0",
"@suspensive/suspensive.org": "0.0.0",
"@suspensive/next-streaming-react-query": "0.0.0",
"@suspensive/react-native-playground": "0.0.0",
"@suspensive/visualization": "0.0.0",
"@suspensive/vite-react-18-suspense-prerender-siblings-problem": "0.0.0",
"@suspensive/codemods": "0.2.0",
"@suspensive/jotai": "2.18.12",
"@suspensive/react": "2.18.12",
"@suspensive/react-dom": "0.2.1",
"@suspensive/react-native": "0.0.17",
"@suspensive/react-query": "2.18.12",
"@suspensive/react-query-4": "2.18.12",
"@suspensive/react-query-5": "2.18.12"
},
"changesets": []
}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [main, beta, v1, v2]
branches: [main, beta, next, v1, v2, v3]
pull_request:
types: [opened, synchronize, reopened]
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Changesets PR or Publish

on:
push:
branches: [main, beta]
branches: [main, beta, next, v1, v2, v3]

jobs:
build:
Expand Down

0 comments on commit d236ad2

Please sign in to comment.