Skip to content

Commit b427963

Browse files
[ci] release (#268)
- Closes #269 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d9be23f commit b427963

File tree

6 files changed

+18
-14
lines changed

6 files changed

+18
-14
lines changed

.changeset/cyan-beans-argue.md

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

.changeset/tiny-cars-sort.md

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

packages/request-state/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @inox-tools/request-state
22

3+
## 0.8.2
4+
5+
### Patch Changes
6+
7+
- d9be23f: Added calculation of the `Content-Length` header when opting out of streaming with an injected state.
8+
This ensures responses with an injected state include the correct `Content-Length` header.
9+
Unmodified responses (like `HEAD` or `304 Not Modified`) continue to work exactly as before, avoiding overwriting the existing `Content-Length` header with an empty size.
10+
- Updated dependencies [77b0b6b]
11+
- @inox-tools/utils@1.1.0
12+
313
## 0.8.1
414

515
### Patch Changes

packages/request-state/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inox-tools/request-state",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Shared request state between server and client",
55
"keywords": [
66
"astro-integration",

packages/utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @inox-tools/utils
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 77b0b6b: Allow `resolvedAtom` to batch updates from dependencies
8+
39
## 1.0.0
410

511
### Major Changes

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inox-tools/utils",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A collection of utilities used throughout Inox Tools",
55
"keywords": [
66
"utilities"

0 commit comments

Comments
 (0)