We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f89562d + 331e9d6 commit daeba30Copy full SHA for daeba30
.github/CODEOWNERS
@@ -1,2 +1,2 @@
1
-* @razor-x
2
-* @azat-co
+* @razor-x @azat-co
+/src/lib/components/ @mikewuu @azat-co
.github/workflows/semantic-release.yml
@@ -6,8 +6,7 @@ run-name: Semantic Release from ${{ github.ref_name }}
6
on:
7
push:
8
branches:
9
- - 'TODO: re-enable when ready to publish'
10
- # - '**'
+ - '**'
11
12
jobs:
13
semantic:
src/lib/hooks/use-seam.ts
@@ -25,7 +25,6 @@ export function useSeam(): {
25
throw new Error('Missing publishableKey')
26
}
27
28
- // TODO: Check if client session is still valid before resuming it.
29
if (clientSession != null) {
30
return new Seam({
31
...clientOptions,
0 commit comments