Skip to content

Commit aaed902

Browse files
committed
feat: minore update.
1 parent 79f4045 commit aaed902

25 files changed

Lines changed: 149 additions & 28 deletions

.changeset/spicy-guests-return.md

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

examples/basic-app/CHANGELOG.md

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

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- 79f4045: feat: add add exports to package.json
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [79f4045]
12+
- @h3ravel/database@8.0.0
13+
- @h3ravel/console@8.0.0
14+
- @h3ravel/config@1.3.0
15+
- @h3ravel/router@1.7.0
16+
- @h3ravel/shared@0.16.0
17+
- @h3ravel/cache@8.0.0
18+
- @h3ravel/queue@8.0.0
19+
- @h3ravel/core@1.4.0
20+
- @h3ravel/http@8.0.0
21+
- @h3ravel/mail@8.0.0
22+
323
## 1.4.0
424

525
### Minor 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.4.0",
3+
"version": "1.5.0",
44
"description": "Example H3ravel App.",
55
"type": "module",
66
"publishConfig": {

packages/cache/CHANGELOG.md

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

3+
## 8.0.0
4+
5+
### Minor Changes
6+
7+
- 79f4045: feat: add add exports to package.json
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [79f4045]
12+
- @h3ravel/core@1.4.0
13+
314
## 7.0.0
415

516
### 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": "7.0.0",
3+
"version": "8.0.0",
44
"description": "Cache system with multiple drivers for H3ravel.",
55
"type": "module",
66
"main": "./dist/index.js",

packages/config/CHANGELOG.md

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

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- 79f4045: feat: add add exports to package.json
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [79f4045]
12+
- @h3ravel/support@0.8.0
13+
- @h3ravel/shared@0.16.0
14+
315
## 1.2.0
416

517
### Minor 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.2.0",
3+
"version": "1.3.0",
44
"description": "Environment/config loading and management system for H3ravel.",
55
"type": "module",
66
"main": "./dist/index.js",

packages/console/CHANGELOG.md

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

3+
## 8.0.0
4+
5+
### Minor Changes
6+
7+
- 79f4045: feat: add add exports to package.json
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [79f4045]
12+
- @h3ravel/core@1.4.0
13+
314
## 7.0.0
415

516
### 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": "7.0.0",
3+
"version": "8.0.0",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @h3ravel/core
22

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- 79f4045: feat: add add exports to package.json
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [79f4045]
12+
- @h3ravel/shared@0.16.0
13+
314
## 1.3.0
415

516
### Minor Changes

0 commit comments

Comments
 (0)