Skip to content

Commit 3274b83

Browse files
[ci] release
1 parent c053752 commit 3274b83

File tree

10 files changed

+46
-23
lines changed

10 files changed

+46
-23
lines changed

.changeset/witty-emus-thank.md

-6
This file was deleted.

package-lock.json

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/express/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @backhooks/express
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c053752]
8+
- @backhooks/hooks@0.3.0
9+
310
## 0.1.0
411

512
### Minor Changes

packages/express/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backhooks/express",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"scripts": {
55
"build": "tsc",
66
"test": "jest"
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@backhooks/core": "^0.3.0",
14-
"@backhooks/hooks": "^0.2.0"
14+
"@backhooks/hooks": "^0.3.0"
1515
},
1616
"devDependencies": {
1717
"@types/express": "4.17.15",

packages/fastify/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @backhooks/fastify
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c053752]
8+
- @backhooks/hooks@0.3.0
9+
310
## 0.1.0
411

512
### Minor Changes

packages/fastify/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backhooks/fastify",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"scripts": {
55
"build": "tsc",
66
"test": "jest"
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@backhooks/core": "^0.3.0",
14-
"@backhooks/hooks": "^0.2.0"
14+
"@backhooks/hooks": "^0.3.0"
1515
},
1616
"devDependencies": {}
1717
}

packages/h3/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @backhooks/h3
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- c053752: Added h3 package, changed useQuery typing
8+
- Updated dependencies [c053752]
9+
- @backhooks/hooks@0.3.0

packages/h3/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backhooks/h3",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"scripts": {
55
"build": "tsc",
66
"test": "jest"
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@backhooks/core": "^0.3.0",
14-
"@backhooks/hooks": "^0.2.0"
14+
"@backhooks/hooks": "^0.3.0"
1515
},
1616
"devDependencies": {
1717
"supertest": "^6.3.3"

packages/hooks/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @backhooks/hooks
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- c053752: Added h3 package, changed useQuery typing
8+
39
## 0.2.0
410

511
### Minor Changes

packages/hooks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backhooks/hooks",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"scripts": {
55
"build": "tsc",
66
"test": "jest"

0 commit comments

Comments
 (0)