Skip to content

Commit 7b54da7

Browse files
Version Packages (beta)
1 parent c8e7c86 commit 7b54da7

File tree

13 files changed

+84
-10
lines changed

13 files changed

+84
-10
lines changed

.changeset/pre.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,17 @@
1010
"router-benchmarks": "0.0.0",
1111
"@foxify/config": "1.1.0",
1212
"@foxify/fresh": "1.1.0",
13-
"@foxify/inject": "1.1.0"
13+
"@foxify/inject": "1.1.0",
14+
"foxify-benchmarks": "0.0.0",
15+
"foxify-example": "0.0.0"
1416
},
1517
"changesets": [
18+
"cold-monkeys-change",
19+
"good-rules-speak",
1620
"long-hairs-train",
21+
"popular-deers-punch",
22+
"pretty-schools-wonder",
23+
"swift-grapes-sleep",
1724
"weak-pets-rescue"
1825
]
1926
}

packages/config/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @foxify/config
2+
3+
## 1.1.1-beta.0
4+
5+
### Patch Changes
6+
7+
- [`cde1fc7`](https://github.com/foxifyjs/foxify/commit/cde1fc7b1add1ff98af321c79a44794acb2ef5d4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Update package README.md

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@foxify/config",
3-
"version": "1.1.0",
3+
"version": "1.1.1-beta.0",
44
"description": "Foxify framework config",
55
"homepage": "https://foxify.js.org",
66
"author": "Ardalan Amini <[email protected]> (https://ardalanamini.com)",

packages/foxify/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# foxify
2+
3+
## 1.0.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [`dc985da`](https://github.com/foxifyjs/foxify/commit/dc985da326254153e1948e77da6b4eb6214360b4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Fix module imports
8+
9+
- [`cde1fc7`](https://github.com/foxifyjs/foxify/commit/cde1fc7b1add1ff98af321c79a44794acb2ef5d4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Update package README.md
10+
11+
- Updated dependencies [[`a482dac`](https://github.com/foxifyjs/foxify/commit/a482dacdb63fc61c6b380e3fdfcca3b0f5d54a35), [`dc985da`](https://github.com/foxifyjs/foxify/commit/dc985da326254153e1948e77da6b4eb6214360b4), [`cc4d60c`](https://github.com/foxifyjs/foxify/commit/cc4d60c3b075a440eb49f3637be215d142fc7fa5), [`cde1fc7`](https://github.com/foxifyjs/foxify/commit/cde1fc7b1add1ff98af321c79a44794acb2ef5d4), [`6c2f50e`](https://github.com/foxifyjs/foxify/commit/6c2f50e80f905cdb6fb0f7b0546086e5fc71348d)]:
12+
- @foxify/http@1.0.0-beta.4
13+
- @foxify/inject@1.1.1-beta.0
14+
- @foxify/router@1.0.0-beta.4

packages/foxify/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foxify",
3-
"version": "1.0.0-beta.0",
3+
"version": "1.0.0-beta.1",
44
"description": "The fast, easy to use & typescript ready web framework for Node.js",
55
"homepage": "https://foxify.js.org",
66
"author": "Ardalan Amini <[email protected]> (https://ardalanamini.com)",
@@ -68,8 +68,8 @@
6868
"./package.json": "./package.json"
6969
},
7070
"peerDependencies": {
71-
"@foxify/http": "^1",
72-
"@foxify/router": "^1",
71+
"@foxify/http": "^1.0.0-beta.4",
72+
"@foxify/router": "^1.0.0-beta.4",
7373
"@types/node": ">=16",
7474
"prototyped.js": "^1"
7575
},

packages/fresh/CHANGELOG.md

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

3+
## 1.2.0-beta.1
4+
5+
### Patch Changes
6+
7+
- [`cde1fc7`](https://github.com/foxifyjs/foxify/commit/cde1fc7b1add1ff98af321c79a44794acb2ef5d4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Update package README.md
8+
39
## 1.2.0-beta.0
410

511
### Minor Changes

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.2.0-beta.0",
3+
"version": "1.2.0-beta.1",
44
"description": "HTTP response freshness testing",
55
"homepage": "https://foxify.js.org",
66
"author": "Ardalan Amini <[email protected]> (https://ardalanamini.com)",

packages/http/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @foxify/http
22

3+
## 1.0.0-beta.4
4+
5+
### Minor Changes
6+
7+
- [`cc4d60c`](https://github.com/foxifyjs/foxify/commit/cc4d60c3b075a440eb49f3637be215d142fc7fa5) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Add `response.text` method
8+
9+
- [`6c2f50e`](https://github.com/foxifyjs/foxify/commit/6c2f50e80f905cdb6fb0f7b0546086e5fc71348d) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Add `response.bin` method
10+
11+
### Patch Changes
12+
13+
- [`a482dac`](https://github.com/foxifyjs/foxify/commit/a482dacdb63fc61c6b380e3fdfcca3b0f5d54a35) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Improve json response performance
14+
15+
- [`dc985da`](https://github.com/foxifyjs/foxify/commit/dc985da326254153e1948e77da6b4eb6214360b4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Fix module imports
16+
17+
- [`cde1fc7`](https://github.com/foxifyjs/foxify/commit/cde1fc7b1add1ff98af321c79a44794acb2ef5d4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Update package README.md
18+
19+
- Updated dependencies [[`cde1fc7`](https://github.com/foxifyjs/foxify/commit/cde1fc7b1add1ff98af321c79a44794acb2ef5d4)]:
20+
- @foxify/fresh@1.2.0-beta.1
21+
322
## 1.0.0-beta.3
423

524
### Patch Changes

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.3",
3+
"version": "1.0.0-beta.4",
44
"description": "Foxify HTTP module",
55
"homepage": "https://foxify.js.org",
66
"author": "Ardalan Amini <[email protected]> (https://ardalanamini.com)",

packages/inject/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @foxify/inject
2+
3+
## 1.1.1-beta.0
4+
5+
### Patch Changes
6+
7+
- [`dc985da`](https://github.com/foxifyjs/foxify/commit/dc985da326254153e1948e77da6b4eb6214360b4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Fix module imports
8+
9+
- [`cde1fc7`](https://github.com/foxifyjs/foxify/commit/cde1fc7b1add1ff98af321c79a44794acb2ef5d4) Thanks [@ardalanamini](https://github.com/ardalanamini)! - Update package README.md

0 commit comments

Comments
 (0)