Skip to content

Commit 00ff62b

Browse files
committed
chore: update changelogs and dependencies.
1 parent 10ad888 commit 00ff62b

24 files changed

Lines changed: 120 additions & 12 deletions

examples/basic-app/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- chore: add download count to readme
8+
- Updated dependencies
9+
- @h3ravel/cache@4.0.3
10+
- @h3ravel/config@1.0.3
11+
- @h3ravel/console@4.0.3
12+
- @h3ravel/core@1.0.3
13+
- @h3ravel/database@4.0.3
14+
- @h3ravel/http@4.0.3
15+
- @h3ravel/mail@4.0.3
16+
- @h3ravel/queue@4.0.3
17+
- @h3ravel/router@1.0.3
18+
- @h3ravel/shared@0.7.1
19+
320
## 1.0.1
421

522
### Patch Changes

examples/basic-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@h3ravel/example",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Example H3ravel App.",
55
"type": "module",
66
"main": "dist/index.js",

packages/cache/CHANGELOG.md

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

3+
## 4.0.3
4+
5+
### Patch Changes
6+
7+
- chore: add download count to readme
8+
- Updated dependencies
9+
- @h3ravel/core@1.0.3
10+
311
## 4.0.2
412

513
### Patch Changes

packages/cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@h3ravel/cache",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "Cache system with multiple drivers for H3ravel.",
55
"type": "module",
66
"main": "dist/index.js",

packages/config/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @h3ravel/config
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- chore: add download count to readme
8+
- Updated dependencies
9+
- @h3ravel/core@1.0.3
10+
- @h3ravel/shared@0.7.1
11+
- @h3ravel/support@0.7.1
12+
313
## 1.0.2
414

515
### Patch Changes

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@h3ravel/config",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Environment/config loading and management system for H3ravel.",
55
"type": "module",
66
"main": "dist/index.js",

packages/console/CHANGELOG.md

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

3+
## 4.0.3
4+
5+
### Patch Changes
6+
7+
- chore: add download count to readme
8+
- Updated dependencies
9+
- @h3ravel/core@1.0.3
10+
311
## 4.0.2
412

513
### Patch Changes

packages/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@h3ravel/console",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "CLI utilities for scaffolding, running migrations, tasks and for H3ravel.",
55
"type": "module",
66
"main": "dist/index.js",

packages/core/CHANGELOG.md

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

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- chore: add download count to readme
8+
- Updated dependencies
9+
- @h3ravel/shared@0.7.1
10+
311
## 1.0.2
412

513
### 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": "@h3ravel/core",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Core application container, lifecycle management and service providers for H3ravel.",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)