Skip to content

Commit

Permalink
Upcoming Release Changes (#815)
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 15, 2023
1 parent 88fc0c9 commit 5796cfb
Show file tree
Hide file tree
Showing 33 changed files with 181 additions and 44 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-swans-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-lizards-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-rockets-allow.md

This file was deleted.

10 changes: 10 additions & 0 deletions benchmark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @fets/benchmark

## 0.0.31

### Patch Changes

- Updated dependencies
[[`88fc0c9`](https://github.com/ardatan/feTS/commit/88fc0c9e66415ed5667c32bc4a8af15856d3d0cd),
[`d1a7484`](https://github.com/ardatan/feTS/commit/d1a74843b5b1c3844294a86a253a773bb5b85a09),
[`039991b`](https://github.com/ardatan/feTS/commit/039991b9ad94d8170efc1cb2b8393e53c242be30)]:
- [email protected]

## 0.0.30

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fets/benchmark",
"version": "0.0.30",
"version": "0.0.31",
"type": "module",
"private": true,
"scripts": {
Expand All @@ -13,7 +13,7 @@
"test": "start-server-and-test start http://127.0.0.1:4000/ping loadtest"
},
"dependencies": {
"fets": "0.6.2"
"fets": "0.6.3"
},
"devDependencies": {
"@types/k6": "0.47.2",
Expand Down
7 changes: 7 additions & 0 deletions e2e/bun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @e2e/bun

## 0.0.79

### Patch Changes

- Updated dependencies []:
- @e2e/shared-server@0.0.79

## 0.0.78

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions e2e/bun/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@e2e/bun",
"version": "0.0.78",
"version": "0.0.79",
"private": true,
"scripts": {
"e2e": "bun wiptest",
"start": "bun src/index.ts"
},
"dependencies": {
"@e2e/shared-server": "0.0.78",
"@e2e/shared-server": "0.0.79",
"bun-types": "^1.0.2"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions e2e/shared-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @e2e/shared-server

## 0.0.79

### Patch Changes

- Updated dependencies
[[`88fc0c9`](https://github.com/ardatan/feTS/commit/88fc0c9e66415ed5667c32bc4a8af15856d3d0cd),
[`d1a7484`](https://github.com/ardatan/feTS/commit/d1a74843b5b1c3844294a86a253a773bb5b85a09),
[`039991b`](https://github.com/ardatan/feTS/commit/039991b9ad94d8170efc1cb2b8393e53c242be30)]:
- [email protected]

## 0.0.78

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions e2e/shared-server/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@e2e/shared-server",
"version": "0.0.78",
"version": "0.0.79",
"private": true,
"dependencies": {
"fets": "0.6.2"
"fets": "0.6.3"
}
}
7 changes: 7 additions & 0 deletions e2e/vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @e2e/vercel

## 0.0.79

### Patch Changes

- Updated dependencies []:
- @e2e/shared-server@0.0.79

## 0.0.78

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions e2e/vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@e2e/vercel",
"version": "0.0.78",
"version": "0.0.79",
"private": true,
"scripts": {
"build": "node scripts/bundle.js",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@e2e/shared-scripts": "0.0.0",
"@e2e/shared-server": "0.0.78",
"@e2e/shared-server": "0.0.79",
"encoding": "0.1.13",
"next": "14.0.2",
"react": "18.2.0",
Expand Down
10 changes: 10 additions & 0 deletions examples/auth-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# example-auth

## 0.0.3

### Patch Changes

- Updated dependencies
[[`88fc0c9`](https://github.com/ardatan/feTS/commit/88fc0c9e66415ed5667c32bc4a8af15856d3d0cd),
[`d1a7484`](https://github.com/ardatan/feTS/commit/d1a74843b5b1c3844294a86a253a773bb5b85a09),
[`039991b`](https://github.com/ardatan/feTS/commit/039991b9ad94d8170efc1cb2b8393e53c242be30)]:
- [email protected]

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/auth-example/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "example-auth",
"version": "0.0.2",
"version": "0.0.3",
"description": "A simple app with Auth",
"private": true,
"scripts": {
"start": "ts-node-dev src/index.ts"
},
"dependencies": {
"@types/node": "20.9.0",
"fets": "0.6.2",
"fets": "0.6.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "^5.0.0"
Expand Down
10 changes: 10 additions & 0 deletions examples/clickhouse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# example-fireblocks

## 0.0.29

### Patch Changes

- Updated dependencies
[[`88fc0c9`](https://github.com/ardatan/feTS/commit/88fc0c9e66415ed5667c32bc4a8af15856d3d0cd),
[`d1a7484`](https://github.com/ardatan/feTS/commit/d1a74843b5b1c3844294a86a253a773bb5b85a09),
[`039991b`](https://github.com/ardatan/feTS/commit/039991b9ad94d8170efc1cb2b8393e53c242be30)]:
- [email protected]

## 0.0.28

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/clickhouse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-fireblocks",
"version": "0.0.28",
"version": "0.0.29",
"description": "An example app uses Fireblocks API",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@types/node": "20.9.0",
"fets": "0.6.2",
"fets": "0.6.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "^5.0.0"
Expand Down
10 changes: 10 additions & 0 deletions examples/fireblocks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# example-fireblocks

## 0.0.24

### Patch Changes

- Updated dependencies
[[`88fc0c9`](https://github.com/ardatan/feTS/commit/88fc0c9e66415ed5667c32bc4a8af15856d3d0cd),
[`d1a7484`](https://github.com/ardatan/feTS/commit/d1a74843b5b1c3844294a86a253a773bb5b85a09),
[`039991b`](https://github.com/ardatan/feTS/commit/039991b9ad94d8170efc1cb2b8393e53c242be30)]:
- [email protected]

## 0.0.23

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/fireblocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-clickhouse",
"version": "0.0.23",
"version": "0.0.24",
"description": "An example app uses ClickHouse Cloud API",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@types/node": "20.9.0",
"fets": "0.6.2",
"fets": "0.6.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "^5.0.0"
Expand Down
10 changes: 10 additions & 0 deletions examples/navitia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# example-navitia

## 0.0.24

### Patch Changes

- Updated dependencies
[[`88fc0c9`](https://github.com/ardatan/feTS/commit/88fc0c9e66415ed5667c32bc4a8af15856d3d0cd),
[`d1a7484`](https://github.com/ardatan/feTS/commit/d1a74843b5b1c3844294a86a253a773bb5b85a09),
[`039991b`](https://github.com/ardatan/feTS/commit/039991b9ad94d8170efc1cb2b8393e53c242be30)]:
- [email protected]

## 0.0.23

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/navitia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-navitia",
"version": "0.0.23",
"version": "0.0.24",
"description": "An example app uses Navitia API",
"private": true,
"scripts": {
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@types/node": "20.9.0",
"fets": "0.6.2",
"fets": "0.6.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "^5.0.0"
Expand Down
11 changes: 11 additions & 0 deletions examples/nextjs-app-dir/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# nextjs-app-dir

## 0.1.1

### Patch Changes

- Updated dependencies
[[`88fc0c9`](https://github.com/ardatan/feTS/commit/88fc0c9e66415ed5667c32bc4a8af15856d3d0cd),
[`d1a7484`](https://github.com/ardatan/feTS/commit/d1a74843b5b1c3844294a86a253a773bb5b85a09),
[`039991b`](https://github.com/ardatan/feTS/commit/039991b9ad94d8170efc1cb2b8393e53c242be30)]:
- [email protected]
4 changes: 2 additions & 2 deletions examples/nextjs-app-dir/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-app-dir",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"build": "next build",
Expand All @@ -12,7 +12,7 @@
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"fets": "0.6.2",
"fets": "0.6.3",
"next": "14.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
10 changes: 10 additions & 0 deletions examples/nextjs-example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# nextjs-example

## 0.1.48

### Patch Changes

- Updated dependencies
[[`88fc0c9`](https://github.com/ardatan/feTS/commit/88fc0c9e66415ed5667c32bc4a8af15856d3d0cd),
[`d1a7484`](https://github.com/ardatan/feTS/commit/d1a74843b5b1c3844294a86a253a773bb5b85a09),
[`039991b`](https://github.com/ardatan/feTS/commit/039991b9ad94d8170efc1cb2b8393e53c242be30)]:
- [email protected]

## 0.1.47

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs-example",
"version": "0.1.47",
"version": "0.1.48",
"private": true,
"scripts": {
"build": "next build",
Expand All @@ -12,7 +12,7 @@
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"fets": "0.6.2",
"fets": "0.6.3",
"next": "14.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
10 changes: 10 additions & 0 deletions examples/soccer-stats/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# example-soccer-stats

## 0.0.16

### Patch Changes

- Updated dependencies
[[`88fc0c9`](https://github.com/ardatan/feTS/commit/88fc0c9e66415ed5667c32bc4a8af15856d3d0cd),
[`d1a7484`](https://github.com/ardatan/feTS/commit/d1a74843b5b1c3844294a86a253a773bb5b85a09),
[`039991b`](https://github.com/ardatan/feTS/commit/039991b9ad94d8170efc1cb2b8393e53c242be30)]:
- [email protected]

## 0.0.15

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/soccer-stats/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "example-soccer-stats",
"version": "0.0.15",
"version": "0.0.16",
"description": "An example app uses Soccer Stats API",
"private": true,
"scripts": {
"start": "ts-node-dev index.ts"
},
"dependencies": {
"@types/node": "20.9.0",
"fets": "0.6.2",
"fets": "0.6.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "^5.0.0"
Expand Down
10 changes: 10 additions & 0 deletions examples/spotify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# example-spotify

## 0.0.27

### Patch Changes

- Updated dependencies
[[`88fc0c9`](https://github.com/ardatan/feTS/commit/88fc0c9e66415ed5667c32bc4a8af15856d3d0cd),
[`d1a7484`](https://github.com/ardatan/feTS/commit/d1a74843b5b1c3844294a86a253a773bb5b85a09),
[`039991b`](https://github.com/ardatan/feTS/commit/039991b9ad94d8170efc1cb2b8393e53c242be30)]:
- [email protected]

## 0.0.26

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/spotify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-spotify",
"version": "0.0.26",
"version": "0.0.27",
"description": "An example app uses Spotify API",
"private": true,
"scripts": {
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"@types/node": "20.9.0",
"dotenv": "16.3.1",
"fets": "0.6.2",
"fets": "0.6.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"typescript": "^5.0.0"
Expand Down
Loading

0 comments on commit 5796cfb

Please sign in to comment.