Skip to content

Commit 0f3b7bc

Browse files
committed
Updated scripts
1 parent dd1fc33 commit 0f3b7bc

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

bin/publish-ver.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,22 @@ echo "Using release notes from: $NOTES_FILE"
2626

2727
# Define packages - must match those in sync-ver.sh
2828
declare -A PACKAGES
29-
PACKAGES["packages/utils"]="cognesy/instructor-utils"
30-
PACKAGES["packages/events"]="cognesy/instructor-events"
31-
PACKAGES["packages/config"]="cognesy/instructor-config"
32-
PACKAGES["packages/schema"]="cognesy/instructor-schema"
33-
PACKAGES["packages/schema-s6"]="cognesy/instructor-schema-s6"
34-
PACKAGES["packages/http-client"]="cognesy/instructor-http-client"
35-
PACKAGES["packages/templates"]="cognesy/instructor-templates"
36-
PACKAGES["packages/polyglot"]="cognesy/instructor-polyglot"
37-
PACKAGES["packages/setup"]="cognesy/instructor-setup"
38-
PACKAGES["packages/instructor"]="cognesy/instructor-struct"
3929
PACKAGES["packages/addons"]="cognesy/instructor-addons"
4030
PACKAGES["packages/auxiliary"]="cognesy/instructor-auxiliary"
31+
PACKAGES["packages/config"]="cognesy/instructor-config"
4132
PACKAGES["packages/evals"]="cognesy/instructor-evals"
33+
PACKAGES["packages/events"]="cognesy/instructor-events"
4234
#PACKAGES["packages/experimental"]="cognesy/instructor-experimental"
35+
PACKAGES["packages/http-client"]="cognesy/instructor-http-client"
4336
PACKAGES["packages/hub"]="cognesy/instructor-hub"
37+
PACKAGES["packages/instructor"]="cognesy/instructor-struct"
38+
PACKAGES["packages/polyglot"]="cognesy/instructor-polyglot"
39+
PACKAGES["packages/schema"]="cognesy/instructor-schema"
40+
PACKAGES["packages/schema-v6"]="cognesy/instructor-schema-v6"
41+
PACKAGES["packages/setup"]="cognesy/instructor-setup"
4442
PACKAGES["packages/tell"]="cognesy/instructor-tell"
43+
PACKAGES["packages/templates"]="cognesy/instructor-templates"
44+
PACKAGES["packages/utils"]="cognesy/instructor-utils"
4545

4646
# 0. Build docs
4747
echo "Step 0: Rebuilding documentation..."

packages/schema-v6/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "cognesy/instructor-schema",
2+
"name": "cognesy/instructor-schema-v6",
33
"version": "1.0-rc1",
44
"description": "Object to schema conversion for Instructor library, should be used with Instructor - fallback version for Symfony 6.4+",
55
"license": "MIT",

0 commit comments

Comments
 (0)