Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/witty-emus-thank.md

This file was deleted.

20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @backhooks/express

## 0.1.1

### Patch Changes

- Updated dependencies [c053752]
- @backhooks/hooks@0.3.0

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backhooks/express",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"build": "tsc",
"test": "jest"
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@backhooks/core": "^0.3.0",
"@backhooks/hooks": "^0.2.0"
"@backhooks/hooks": "^0.3.0"
},
"devDependencies": {
"@types/express": "4.17.15",
Expand Down
7 changes: 7 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @backhooks/fastify

## 0.1.1

### Patch Changes

- Updated dependencies [c053752]
- @backhooks/hooks@0.3.0

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backhooks/fastify",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"build": "tsc",
"test": "jest"
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@backhooks/core": "^0.3.0",
"@backhooks/hooks": "^0.2.0"
"@backhooks/hooks": "^0.3.0"
},
"devDependencies": {}
}
9 changes: 9 additions & 0 deletions packages/h3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @backhooks/h3

## 0.0.2

### Patch Changes

- c053752: Added h3 package, changed useQuery typing
- Updated dependencies [c053752]
- @backhooks/hooks@0.3.0
4 changes: 2 additions & 2 deletions packages/h3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backhooks/h3",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"build": "tsc",
"test": "jest"
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@backhooks/core": "^0.3.0",
"@backhooks/hooks": "^0.2.0"
"@backhooks/hooks": "^0.3.0"
},
"devDependencies": {
"supertest": "^6.3.3"
Expand Down
6 changes: 6 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @backhooks/hooks

## 0.3.0

### Minor Changes

- c053752: Added h3 package, changed useQuery typing

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@backhooks/hooks",
"version": "0.2.0",
"version": "0.3.0",
"scripts": {
"build": "tsc",
"test": "jest"
Expand Down