Skip to content

Commit f71eba9

Browse files
github-actions[bot]coderhammer
authored andcommitted
Version Packages
1 parent 847e086 commit f71eba9

File tree

9 files changed

+46
-16
lines changed

9 files changed

+46
-16
lines changed

.changeset/friendly-ads-doubt.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/core/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 972838b: Remove name option for createHook, make initial state optional, update docs
8+
39
## 0.1.2
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@backhooks/core",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"scripts": {
55
"build": "tsc",
66
"test": "jest"

packages/examples/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @backhooks/examples
22

3+
## 0.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [972838b]
8+
- @backhooks/core@0.2.0
9+
- @backhooks/http@0.2.0
10+
311
## 0.0.3
412

513
### Patch Changes

packages/examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@backhooks/examples",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"private": true,
55
"scripts": {
66
"test": "jest",
77
"start:express": "ts-node src/runtimes/express",
88
"start:fastify": "ts-node src/runtimes/fastify"
99
},
1010
"dependencies": {
11-
"@backhooks/core": "^0.1.2",
12-
"@backhooks/http": "^0.1.1",
11+
"@backhooks/core": "^0.2.0",
12+
"@backhooks/http": "^0.2.0",
1313
"fastify": "^4.11.0",
1414
"firebase-admin": "^11.4.1",
1515
"h3": "^1.0.2",

packages/hooks/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @backhooks/hooks
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 972838b: Remove name option for createHook, make initial state optional, update docs
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [972838b]
12+
- @backhooks/core@0.2.0
13+
- @backhooks/http@0.2.0
14+
315
## 0.0.2
416

517
### Patch Changes

packages/hooks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@backhooks/hooks",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"scripts": {
55
"build": "tsc",
66
"test": "jest"
77
},
88
"main": "dist/index.js",
99
"dependencies": {
10-
"@backhooks/core": "^0.1.2",
11-
"@backhooks/http": "^0.1.1"
10+
"@backhooks/core": "^0.2.0",
11+
"@backhooks/http": "^0.2.0"
1212
},
1313
"devDependencies": {
1414
"typescript": "^4.9.4"

packages/http/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 972838b: Remove name option for createHook, make initial state optional, update docs
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [972838b]
12+
- @backhooks/core@0.2.0
13+
314
## 0.1.1
415

516
### Patch Changes

packages/http/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@backhooks/http",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"main": "dist/index.js",
55
"scripts": {
66
"build": "tsc",
77
"test": "jest"
88
},
99
"dependencies": {
10-
"@backhooks/core": "^0.1.0"
10+
"@backhooks/core": "^0.2.0"
1111
},
1212
"devDependencies": {
1313
"@types/jest": "^29.2.5",

0 commit comments

Comments
 (0)