Skip to content

Commit d6da9d0

Browse files
committed
update splits
1 parent efaa067 commit d6da9d0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bin/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ git tag $VERSION
5252
git push origin --tags
5353

5454
# Tag Components
55-
for REMOTE in auth broadcasting bus cache collections conditionable config console container contracts cookie database encryption events filesystem hashing http log macroable mail notifications pagination pipeline process queue redis routing session support testing translation validation view
55+
for REMOTE in auth broadcasting bus cache collections conditionable config console container contracts cookie database encryption events filesystem hashing http json-schema log macroable mail notifications pagination pipeline process queue redis routing session support testing translation validation view
5656
do
5757
echo ""
5858
echo ""

bin/split.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ remote events [email protected]:illuminate/events.git
3535
remote filesystem [email protected]:illuminate/filesystem.git
3636
remote hashing [email protected]:illuminate/hashing.git
3737
remote http [email protected]:illuminate/http.git
38+
remote json-schema [email protected]:illuminate/json-schema.git
3839
remote log [email protected]:illuminate/log.git
3940
remote macroable [email protected]:illuminate/macroable.git
4041
remote mail [email protected]:illuminate/mail.git
@@ -69,6 +70,7 @@ split 'src/Illuminate/Events' events
6970
split 'src/Illuminate/Filesystem' filesystem
7071
split 'src/Illuminate/Hashing' hashing
7172
split 'src/Illuminate/Http' http
73+
split 'src/Illuminate/JsonSchema' json-schema
7274
split 'src/Illuminate/Log' log
7375
split 'src/Illuminate/Macroable' macroable
7476
split 'src/Illuminate/Mail' mail

0 commit comments

Comments
 (0)