Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasavila00 committed Sep 10, 2023
1 parent 618973e commit fb57cbc
Show file tree
Hide file tree
Showing 20 changed files with 129 additions and 52 deletions.
13 changes: 0 additions & 13 deletions .changeset/twenty-poets-compete.md

This file was deleted.

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

## 10.38.4

### Patch Changes

- Updated dependencies [a4e5717]
- @beff/hono@0.0.7
- @beff/cli@0.0.7
- @beff/client@0.0.7
- @beff/react@0.0.7

## 10.38.3

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples/minimal-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/minimal-react",
"private": true,
"version": "10.38.3",
"version": "10.38.4",
"workspaces": [
"client",
"server"
Expand Down Expand Up @@ -30,10 +30,10 @@
"wait-port": "^1.0.1"
},
"dependencies": {
"@beff/cli": "workspace:^0.0.6",
"@beff/client": "workspace:^0.0.6",
"@beff/hono": "workspace:^0.0.6",
"@beff/react": "workspace:^0.0.6",
"@beff/cli": "workspace:^0.0.7",
"@beff/client": "workspace:^0.0.7",
"@beff/hono": "workspace:^0.0.7",
"@beff/react": "workspace:^0.0.7",
"@hono/node-server": "^1.1.1",
"@tanstack/react-query": "^4.33.0",
"@types/node": "^20.5.7",
Expand Down
8 changes: 8 additions & 0 deletions examples/node-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# node-docs

## 1.0.4

### Patch Changes

- Updated dependencies [a4e5717]
- @beff/hono@0.0.7
- @beff/cli@0.0.7

## 1.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/node-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-docs",
"version": "1.0.3",
"version": "1.0.4",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -12,8 +12,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@beff/cli": "workspace:^0.0.6",
"@beff/hono": "workspace:^0.0.6",
"@beff/cli": "workspace:^0.0.7",
"@beff/hono": "workspace:^0.0.7",
"@hono/node-server": "^1.1.1",
"esbuild": "^0.19.2",
"vitest": "^0.34.3"
Expand Down
8 changes: 8 additions & 0 deletions examples/node-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# node-server

## 1.0.3

### Patch Changes

- Updated dependencies [a4e5717]
- @beff/hono@0.0.7
- @beff/cli@0.0.7

## 1.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/node-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-server",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -13,8 +13,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@beff/cli": "workspace:^0.0.6",
"@beff/hono": "workspace:^0.0.6",
"@beff/cli": "workspace:^0.0.7",
"@beff/hono": "workspace:^0.0.7",
"@hono/node-server": "^1.1.1",
"esbuild": "^0.19.2",
"vitest": "^0.34.3"
Expand Down
7 changes: 7 additions & 0 deletions examples/standalone-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# node-server

## 1.0.4

### Patch Changes

- Updated dependencies [a4e5717]
- @beff/cli@0.0.7

## 1.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/standalone-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "standalone-parser",
"version": "1.0.3",
"version": "1.0.4",
"description": "",
"main": "index.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@beff/cli": "workspace:^0.0.6",
"@beff/cli": "workspace:^0.0.7",
"vitest": "^0.34.3"
}
}
10 changes: 10 additions & 0 deletions packages/beff-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @beff/cli

## 0.0.7

### Patch Changes

- a4e5717: Simplify build
Add redoc OpenApi renderer
Remove requirement for handler return type annotation
Use workspace tsconfig.json, resolve TS paths
Add watch mode to CLI

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/beff-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beff/cli",
"version": "0.0.6",
"version": "0.0.7",
"description": "",
"bin": {
"beff": "./bin/index.js"
Expand Down
12 changes: 12 additions & 0 deletions packages/beff-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @beff/client

## 0.0.7

### Patch Changes

- a4e5717: Simplify build
Add redoc OpenApi renderer
Remove requirement for handler return type annotation
Use workspace tsconfig.json, resolve TS paths
Add watch mode to CLI
- Updated dependencies [a4e5717]
- @beff/cli@0.0.7

## 0.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/beff-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beff/client",
"version": "0.0.6",
"version": "0.0.7",
"description": "",
"main": "dist/cjs/index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@beff/cli": "workspace:^0.0.6"
"@beff/cli": "workspace:^0.0.7"
},
"devDependencies": {
"typescript": "^5.2.2"
Expand Down
13 changes: 13 additions & 0 deletions packages/beff-hono/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @beff/hono

## 0.0.7

### Patch Changes

- a4e5717: Simplify build
Add redoc OpenApi renderer
Remove requirement for handler return type annotation
Use workspace tsconfig.json, resolve TS paths
Add watch mode to CLI
- Updated dependencies [a4e5717]
- @beff/cli@0.0.7
- @beff/client@0.0.7

## 0.0.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/beff-hono/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beff/hono",
"version": "0.0.6",
"version": "0.0.7",
"description": "",
"main": "dist/cjs/index.js",
"scripts": {
Expand All @@ -18,8 +18,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@beff/cli": "workspace:^0.0.6",
"@beff/client": "workspace:^0.0.6",
"@beff/cli": "workspace:^0.0.7",
"@beff/client": "workspace:^0.0.7",
"hono": "^3.5.6",
"vitest": "^0.34.3"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/beff-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @beff/react

## 0.0.7

### Patch Changes

- a4e5717: Simplify build
Add redoc OpenApi renderer
Remove requirement for handler return type annotation
Use workspace tsconfig.json, resolve TS paths
Add watch mode to CLI
- Updated dependencies [a4e5717]
- @beff/client@0.0.7

## 0.0.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/beff-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beff/react",
"version": "0.0.6",
"version": "0.0.7",
"description": "",
"main": "dist/cjs/index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@beff/client": "workspace:^0.0.6",
"@beff/client": "workspace:^0.0.7",
"@tanstack/react-query": "^4.33.0",
"react": "^18.2.0",
"typescript": "^5.2.2"
Expand Down
10 changes: 10 additions & 0 deletions packages/beff-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# beff-vscode

## 0.0.7

### Patch Changes

- a4e5717: Simplify build
Add redoc OpenApi renderer
Remove requirement for handler return type annotation
Use workspace tsconfig.json, resolve TS paths
Add watch mode to CLI

## 0.0.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/beff-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "beff-vscode",
"publisher": "beff",
"version": "0.0.6",
"version": "0.0.7",
"description": "",
"engines": {
"vscode": "^1.73.0"
Expand Down Expand Up @@ -40,8 +40,8 @@
},
"devDependencies": {
"@babel/code-frame": "^7.22.13",
"@beff/cli": "workspace:^0.0.6",
"@beff/hono": "workspace:^0.0.6",
"@beff/cli": "workspace:^0.0.7",
"@beff/hono": "workspace:^0.0.7",
"@types/babel__code-frame": "^7.0.3",
"@types/node": "^20.5.7",
"@types/vscode": "^1.73.0",
Expand Down
Loading

0 comments on commit fb57cbc

Please sign in to comment.