We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31fad7c commit 6519a40Copy full SHA for 6519a40
3 files changed
.changeset/config.json
@@ -5,7 +5,7 @@
5
"fixed": [],
6
"linked": [],
7
"access": "restricted",
8
- "baseBranch": "main",
+ "baseBranch": "master",
9
"updateInternalDependencies": "patch",
10
"ignore": []
11
}
.changeset/quick-kings-wink.md
@@ -0,0 +1,5 @@
1
+---
2
+'periscopic': patch
3
4
+
+fix: handle ImportDefaultSpecifier nodes
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- - main
+ - master
concurrency:
# prevent two release workflows from running at once
0 commit comments