Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 1de183f

Browse files
committed
Merge branch 'main' into next
2 parents f18fa51 + efe7521 commit 1de183f

File tree

6 files changed

+472
-452
lines changed

6 files changed

+472
-452
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Release CI
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, next, beta]
66
pull_request:
7-
branches: [main]
7+
branches: [main, next, beta]
88

99
jobs:
1010
release:

lib/package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"eslint-plugin-jest": "^28.2.0",
3939
"isomorphic-fetch": "^3.0.0",
4040
"start-server-and-test": "^2.0.3",
41-
"vite": "^5.2.8",
41+
"vite": "^5.3.5",
4242
"vitest": "^1.5.0"
4343
},
4444
"babel": {
@@ -64,7 +64,15 @@
6464
},
6565
"release": {
6666
"branches": [
67-
"main"
67+
"main",
68+
{
69+
"name": "next",
70+
"prerelease": true
71+
},
72+
{
73+
"name": "beta",
74+
"prerelease": true
75+
}
6876
]
6977
},
7078
"repository": {

0 commit comments

Comments
 (0)