Skip to content

Commit b4a0664

Browse files
chore(release): v1.5.1
1 parent ee51ad6 commit b4a0664

3 files changed

Lines changed: 35 additions & 38 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
# Changelog
22

3-
## [unreleased]
3+
## [1.5.1] - 2026-03-23
44

5-
### ⚙️ Miscellaneous Tasks
5+
### 🐛 Bug Fixes
66

7-
- _(ci)_ Simplify git-cliff config and upgrade GitHub Actions to v5
7+
- *(ci)* Use annotated tags so --follow-tags pushes them
88

9+
### ⚙️ Miscellaneous Tasks
10+
11+
- *(ci)* Simplify git-cliff config and upgrade GitHub Actions to v5
912
## [1.5.0] - 2026-03-23
1013

1114
### 🚀 Features
1215

1316
- Improve tests
1417
- Remove memos
15-
- _(tests)_ Github actions reporter
18+
- *(tests)* Github actions reporter
1619
- Add agent skill and improve readonly type safety
17-
- _(react)_ Use useEffectEvent for effect event handlers
18-
- _(ci)_ Add automated releases with git-cliff and npm trusted publishing
20+
- *(react)* Use useEffectEvent for effect event handlers
21+
- *(ci)* Add automated releases with git-cliff and npm trusted publishing
1922

2023
### 🐛 Bug Fixes
2124

2225
- Remove unecesary dependency
2326
- Upgrade node version
24-
- _(tests)_ Revert to default reporter
27+
- *(tests)* Revert to default reporter
2528
- Disable no-shadow lint rule and remove dead code in query
2629

2730
### 📚 Documentation
@@ -37,15 +40,14 @@
3740
- Migrate from eslint+prettier to oxlint+oxfmt
3841
- Bump version to 1.5.0
3942
- Update all dev dependencies to latest versions
40-
- _(release)_ V1.5.0
41-
43+
- *(release)* V1.5.0
4244
## [1.4.0] - 2025-10-26
4345

4446
### 🚀 Features
4547

4648
- Bump version to 1.3.0
4749
- Upgrade deps + fix linting errors
48-
- _(react)_ React compiler
50+
- *(react)* React compiler
4951
- Bump version to 1.4.0
5052
- Add .nvmrc file
5153

@@ -58,17 +60,16 @@
5860
- Typo in ci
5961
- Remove wildcard from ignore dist in eslint
6062
- Query on provider
61-
- _(react)_ Preserve hooks and component names and fixes to broadcast channel
63+
- *(react)* Preserve hooks and component names and fixes to broadcast channel
6264

6365
### 💼 Other
6466

65-
- _(ci)_ Only build if pr to main
67+
- *(ci)* Only build if pr to main
6668

6769
### ⚙️ Miscellaneous Tasks
6870

69-
- _(ci)_ Rename ci jobs
71+
- *(ci)* Rename ci jobs
7072
- Rename prettier config file
71-
7273
## [1.3.0] - 2025-09-09
7374

7475
### 🚀 Features
@@ -80,44 +81,40 @@
8081
### 🐛 Bug Fixes
8182

8283
- Wrong name on test file
83-
8484
## [1.2.0] - 2025-02-22
8585

8686
### 🚀 Features
8787

88-
- _(react)_ Prefetching + prefetch tags
89-
- _(package)_ Update dependencies
88+
- *(react)* Prefetching + prefetch tags
89+
- *(package)* Update dependencies
9090

9191
### 🐛 Bug Fixes
9292

93-
- _(react)_ Fix useQueryBasic's initial render
94-
- _(react)_ Export prefetch tags
95-
- _(package)_ Update lock
96-
93+
- *(react)* Fix useQueryBasic's initial render
94+
- *(react)* Export prefetch tags
95+
- *(package)* Update lock
9796
## [1.1.1] - 2025-02-15
9897

9998
### 🚀 Features
10099

101-
- _(react)_ Add useQueryBasic hook + update dependencies
102-
- _(package)_ Update package version
100+
- *(react)* Add useQueryBasic hook + update dependencies
101+
- *(package)* Update package version
103102

104103
### 🐛 Bug Fixes
105104

106-
- _(react)_ Simplified initial state
107-
105+
- *(react)* Simplified initial state
108106
## [1.1.0] - 2025-01-27
109107

110108
### 🚀 Features
111109

112-
- _(query)_ Separate types
113-
- _(ci)_ Add ci for tests
110+
- *(query)* Separate types
111+
- *(ci)* Add ci for tests
114112

115113
### 🐛 Bug Fixes
116114

117-
- _(query,react)_ Fixes to implementation
118-
- _(tests)_ Remove ts expect err
119-
- _(tests)_ React global act
120-
115+
- *(query,react)* Fixes to implementation
116+
- *(tests)* Remove ts expect err
117+
- *(tests)* React global act
121118
## [1.0.0] - 2025-01-04
122119

123120
### 🚀 Features
@@ -126,13 +123,13 @@
126123
- New release
127124
- Snapshot
128125
- Caches + events
129-
- _(core)_ Refactor to lambda query
130-
- _(core)_ Add keywords
126+
- *(core)* Refactor to lambda query
127+
- *(core)* Add keywords
131128

132129
### 🐛 Bug Fixes
133130

134-
- _(core)_ Types
135-
- _(query)_ Default generic type
131+
- *(core)* Types
132+
- *(query)* Default generic type
136133

137134
### ⚙️ Miscellaneous Tasks
138135

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@studiolambda/query",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Lightweight, isomorphic and framework agnostic asynchronous data management for modern UIs",
55
"keywords": [
66
"data-management",

0 commit comments

Comments
 (0)