We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb573cd commit 27270f0Copy full SHA for 27270f0
3 files changed
.changeset/tired-shrimps-smoke.md
packages/solid-hiding-header/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## 2.0.27
4
+
5
+### Patch Changes
6
7
+- [`49a5c74`](https://github.com/sectsect/solid-hiding-header/commit/49a5c747884c978087eb6e5748befe62a08ef9cc) Thanks [@sectsect](https://github.com/sectsect)! - .
8
9
+ - Potential fix for code scanning alert no. 1: Workflow does not contain permissions
10
+ - perf(turbo): enable e2e test caching with outputs and env vars
11
+ - fix(ci): update workflow permissions for changesets action
12
13
## 2.0.26
14
15
### Patch Changes
packages/solid-hiding-header/package.json
@@ -1,5 +1,5 @@
{
- "version": "2.0.26",
+ "version": "2.0.27",
"name": "@sect/solid-hiding-header",
"description": "SolidJS header that disappears on scroll down and appears on scroll up.",
"license": "MIT",
0 commit comments