Skip to content

Commit 11be6e9

Browse files
authored
Merge pull request #50 from sectsect/changeset-release/main
chore: release package(s)
2 parents c713933 + b9df279 commit 11be6e9

3 files changed

Lines changed: 15 additions & 25 deletions

File tree

.changeset/plain-singers-thank.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/solid-hiding-header/CHANGELOG.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
# Changelog
22

3+
## 2.0.28
4+
5+
### Patch Changes
6+
7+
- [`c713933`](https://github.com/sectsect/solid-hiding-header/commit/c7139331a52b319be1892bcf21aff5a175dd950c) Thanks [@sectsect](https://github.com/sectsect)! - .
8+
- chore(deps): update dependencies
9+
- docs: update README.md
10+
- chore(deps): update dependencies
11+
- chore: remove eslint-plugin-tailwindcss for Tailwind CSS v4
12+
- chore: migrate config files to ESModule format
13+
- fix: resolve ESLint errors and deprecation warnings
14+
- fix: resolve stylelint errors
15+
- ci: fix pnpm version error
16+
317
## 2.0.27
418

519
### Patch Changes
620

721
- [`49a5c74`](https://github.com/sectsect/solid-hiding-header/commit/49a5c747884c978087eb6e5748befe62a08ef9cc) Thanks [@sectsect](https://github.com/sectsect)! - .
8-
922
- Potential fix for code scanning alert no. 1: Workflow does not contain permissions
1023
- perf(turbo): enable e2e test caching with outputs and env vars
1124
- fix(ci): update workflow permissions for changesets action
@@ -15,7 +28,6 @@
1528
### Patch Changes
1629

1730
- [#43](https://github.com/sectsect/solid-hiding-header/pull/43) [`a264411`](https://github.com/sectsect/solid-hiding-header/commit/a264411d3f939c605faf840aecb582839097b38d) Thanks [@sectsect](https://github.com/sectsect)! - .
18-
1931
- feat(e2e): add playwright show-report script
2032
- ci(release): add playwright report upload as artifact
2133

@@ -24,7 +36,6 @@
2436
### Patch Changes
2537

2638
- [#40](https://github.com/sectsect/solid-hiding-header/pull/40) [`dfe8f35`](https://github.com/sectsect/solid-hiding-header/commit/dfe8f351864dd38d1dcc096b01482a076bccbc58) Thanks [@sectsect](https://github.com/sectsect)! - .
27-
2839
- chore(deps): update dependencies
2940
- fix: resolve test failures after dependency updates
3041
- fix(e2e): remove playwright test from library package
@@ -43,7 +54,6 @@
4354
### Patch Changes
4455

4556
- [#37](https://github.com/sectsect/solid-hiding-header/pull/37) [`2032417`](https://github.com/sectsect/solid-hiding-header/commit/20324175f1f4b2e78c8c16ca44627564f4364fbf) Thanks [@sectsect](https://github.com/sectsect)! - .
46-
4757
- chore: update vite to v5.3.x
4858
- chore: bump pnpm version
4959
- chore: update vitest to v2.x.x
@@ -56,7 +66,6 @@
5666
### Patch Changes
5767

5868
- [`b863421`](https://github.com/sectsect/solid-hiding-header/commit/b86342100997c943e03ccf7306eb6d93a0726fcc) Thanks [@sectsect](https://github.com/sectsect)! - add testing for component 'PostContent'
59-
6069
- add testing for component 'PostContent'
6170
- add testing for component 'PostList'
6271

@@ -65,7 +74,6 @@
6574
### Patch Changes
6675

6776
- [`8a58767`](https://github.com/sectsect/solid-hiding-header/commit/8a5876723c78f65c3041d4eb94737aee1e10772f) Thanks [@sectsect](https://github.com/sectsect)! - Add mock for testing / update Turborepo to v2.x.x
68-
6977
- test: added mocking api response to test
7078
- refactor(app): code refactor
7179
- chore: update turbo to v2
@@ -75,15 +83,13 @@
7583
### Patch Changes
7684

7785
- [`478e30a`](https://github.com/sectsect/solid-hiding-header/commit/478e30aa55e09b81acaf455d9d55bb6d2a636b18) Thanks [@sectsect](https://github.com/sectsect)! - add testing for response 500 error
78-
7986
- add package msw to mock the API response
8087

8188
## 2.0.20
8289

8390
### Patch Changes
8491

8592
- [`512e3d4`](https://github.com/sectsect/solid-hiding-header/commit/512e3d4b974091d9a382aba5b436bda4ef823993) Thanks [@sectsect](https://github.com/sectsect)! - migrate '@solidjs/router' to v0.13.x
86-
8793
- chore: update '@solidjs/router' to v0.13.3
8894
- test: add support for tests on '@solidjs/router' v0.13.x or higher
8995
- chore: add missing package 'postcss-nesting'
@@ -105,7 +111,6 @@
105111
### Patch Changes
106112

107113
- [`9354afc`](https://github.com/sectsect/solid-hiding-header/commit/9354afc9101c993ea904fb693d213e5b74c184e7) Thanks [@sectsect](https://github.com/sectsect)! - Minor bug fix
108-
109114
- ci: update CI workflow
110115
- fix: add missing method to destroy instance in cleanup function
111116
- ci: fix error in workflow
@@ -115,7 +120,6 @@
115120
### Patch Changes
116121

117122
- [`020a629`](https://github.com/sectsect/solid-hiding-header/commit/020a629f18f2d68b2653caae971b66579d6a8e4e) Thanks [@sectsect](https://github.com/sectsect)! - improve for tests
118-
119123
- chore: replace deprecated extension in recommendations
120124
- chore: update dependencies for Vitest
121125
- test: enhance tests

packages/solid-hiding-header/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.27",
2+
"version": "2.0.28",
33
"name": "@sect/solid-hiding-header",
44
"description": "SolidJS header that disappears on scroll down and appears on scroll up.",
55
"license": "MIT",

0 commit comments

Comments
 (0)