@staffbase/widget-sdk 3.3.4 → 3.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -37,8 +37,8 @@ jobs:
37
37
  steps:
38
38
  - uses: actions/checkout@v2
39
39
  with:
40
+ token: ${{ secrets.GH_TOKEN_SEMANTIC_RELEASE }}
40
41
  fetch-depth: 0
41
- persist-credentials: false
42
42
 
43
43
  - uses: actions/setup-node@v2
44
44
  with:
package/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ ## [3.3.5](https://github.com/Staffbase/widget-sdk/compare/3.3.4...3.3.5) (2021-12-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update dependencies ([896bf16](https://github.com/Staffbase/widget-sdk/commit/896bf16c26a260296c18d43c897a4a8b1f45a2ef))
7
+ * update dependencies ([b7a50ee](https://github.com/Staffbase/widget-sdk/commit/b7a50ee02331cc65341cc92a5f9dcf8951add7d3))
8
+
9
+
10
+ ### Build System
11
+
12
+ * **deps:** npm audit fix ([c985824](https://github.com/Staffbase/widget-sdk/commit/c985824cbffa6cb1e31c4911109aac1909c2d148))
13
+ * **deps:** npm audit fix ([2a7983d](https://github.com/Staffbase/widget-sdk/commit/2a7983dd94d84afc13c01f31e056fde262585df1))
14
+
15
+
16
+ ### Chores
17
+
18
+ * test new release secret ([eed46c5](https://github.com/Staffbase/widget-sdk/commit/eed46c598d3da53b5173f7a27bf00d7530325cd1))
19
+
20
+
21
+ ### Miscellaneous
22
+
23
+ * ([abfb02e](https://github.com/Staffbase/widget-sdk/commit/abfb02e6f1ea1377eb0a198f597c2f277f55461c))
24
+
1
25
  ## [3.3.4](https://github.com/Staffbase/widget-sdk/compare/3.3.3...3.3.4) (2021-11-23)
2
26
 
3
27
 
package/docs/.nojekyll ADDED
@@ -0,0 +1 @@
1
+ TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.