We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 478e30a + df2e3d4 commit 4d28094Copy full SHA for 4d28094
3 files changed
.changeset/gentle-deers-decide.md
packages/solid-hiding-header/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 2.0.21
4
+
5
+### Patch Changes
6
7
+- [`478e30a`](https://github.com/sectsect/solid-hiding-header/commit/478e30aa55e09b81acaf455d9d55bb6d2a636b18) Thanks [@sectsect](https://github.com/sectsect)! - add testing for response 500 error
8
9
+ - add package msw to mock the API response
10
11
## 2.0.20
12
13
### Patch Changes
packages/solid-hiding-header/package.json
@@ -1,5 +1,5 @@
{
- "version": "2.0.20",
+ "version": "2.0.21",
"name": "@sect/solid-hiding-header",
"description": "SolidJS header that disappears on scroll down and appears on scroll up.",
"license": "MIT",
0 commit comments