Skip to content

Commit 70aa3ee

Browse files
Version Packages (beta) (#48)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2c40d59 commit 70aa3ee

File tree

5 files changed

+32
-4
lines changed

5 files changed

+32
-4
lines changed

.changeset/pre.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@
44
"initialVersions": {
55
"foxify": "1.0.0-beta.0",
66
"@foxify/http": "1.0.0-beta.2",
7-
"@foxify/router": "1.0.0-beta.3"
7+
"@foxify/router": "1.0.0-beta.3",
8+
"@foxify/benchmark": "0.0.0",
9+
"fresh-benchmarks": "0.0.0",
10+
"router-benchmarks": "0.0.0",
11+
"@foxify/config": "1.1.0",
12+
"@foxify/fresh": "1.1.0",
13+
"@foxify/inject": "1.1.0"
814
},
9-
"changesets": []
15+
"changesets": [
16+
"long-hairs-train",
17+
"weak-pets-rescue"
18+
]
1019
}

packages/fresh/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @foxify/fresh
2+
3+
## 1.2.0-beta.0
4+
5+
### Minor Changes
6+
7+
- [#50](https://github.com/foxifyjs/foxify/pull/50) [`978b57e`](https://github.com/foxifyjs/foxify/commit/978b57e98b4c92f80eef0ad539320a3f79e11917) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Check `max-age` in `Cache-Control` header for freshness
8+
9+
### Patch Changes
10+
11+
- [`634f7ec`](https://github.com/foxifyjs/foxify/commit/634f7ec0a5261b63000500ede3a7dafdc356c123) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Improve stale check performance

packages/fresh/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@foxify/fresh",
3-
"version": "1.1.0",
3+
"version": "1.2.0-beta.0",
44
"description": "HTTP response freshness testing",
55
"homepage": "https://github.com/foxifyjs/foxify/tree/main/packages/fresh#readme",
66
"author": "Ardalan Amini <[email protected]> (https://ardalanamini.com)",

packages/http/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @foxify/http
2+
3+
## 1.0.0-beta.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`634f7ec`](https://github.com/foxifyjs/foxify/commit/634f7ec0a5261b63000500ede3a7dafdc356c123), [`978b57e`](https://github.com/foxifyjs/foxify/commit/978b57e98b4c92f80eef0ad539320a3f79e11917)]:
8+
- @foxify/fresh@1.2.0-beta.0

packages/http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@foxify/http",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0-beta.3",
44
"description": "Foxify HTTP module",
55
"homepage": "https://github.com/foxifyjs/foxify/tree/main/packages/http#readme",
66
"author": "Ardalan Amini <[email protected]> (https://ardalanamini.com)",

0 commit comments

Comments
 (0)