Skip to content

Commit

Permalink
Version Packages (beta) (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 9, 2022
1 parent 2c40d59 commit 70aa3ee
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 4 deletions.
13 changes: 11 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@
"initialVersions": {
"foxify": "1.0.0-beta.0",
"@foxify/http": "1.0.0-beta.2",
"@foxify/router": "1.0.0-beta.3"
"@foxify/router": "1.0.0-beta.3",
"@foxify/benchmark": "0.0.0",
"fresh-benchmarks": "0.0.0",
"router-benchmarks": "0.0.0",
"@foxify/config": "1.1.0",
"@foxify/fresh": "1.1.0",
"@foxify/inject": "1.1.0"
},
"changesets": []
"changesets": [
"long-hairs-train",
"weak-pets-rescue"
]
}
11 changes: 11 additions & 0 deletions packages/fresh/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @foxify/fresh

## 1.2.0-beta.0

### Minor Changes

- [#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

### Patch Changes

- [`634f7ec`](https://github.com/foxifyjs/foxify/commit/634f7ec0a5261b63000500ede3a7dafdc356c123) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Improve stale check performance
2 changes: 1 addition & 1 deletion packages/fresh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foxify/fresh",
"version": "1.1.0",
"version": "1.2.0-beta.0",
"description": "HTTP response freshness testing",
"homepage": "https://github.com/foxifyjs/foxify/tree/main/packages/fresh#readme",
"author": "Ardalan Amini <[email protected]> (https://ardalanamini.com)",
Expand Down
8 changes: 8 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @foxify/http

## 1.0.0-beta.3

### Patch Changes

- Updated dependencies [[`634f7ec`](https://github.com/foxifyjs/foxify/commit/634f7ec0a5261b63000500ede3a7dafdc356c123), [`978b57e`](https://github.com/foxifyjs/foxify/commit/978b57e98b4c92f80eef0ad539320a3f79e11917)]:
- @foxify/fresh@1.2.0-beta.0
2 changes: 1 addition & 1 deletion packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foxify/http",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Foxify HTTP module",
"homepage": "https://github.com/foxifyjs/foxify/tree/main/packages/http#readme",
"author": "Ardalan Amini <[email protected]> (https://ardalanamini.com)",
Expand Down

0 comments on commit 70aa3ee

Please sign in to comment.