Skip to content

Commit

Permalink
test, not updating a libs deps versiosn
Browse files Browse the repository at this point in the history
  • Loading branch information
BSekula committed Aug 8, 2024
1 parent 84fa5fc commit c9e6447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/core/schematics/migrations/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"alwaysAddToPackageJson": false
},
"@alfresco/js-api": {
"version": "10.0.0",
"version": "8.0.0",
"alwaysAddToPackageJson": false
}
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ cd "$DIR/../"
for PROJECT in ${projects[@]}
do
update_library_version $PROJECT
update_library_dependencies $PROJECT
# update_library_dependencies $PROJECT

if $JS_API == true; then
if $DIFFERENT_JS_API == true; then
Expand Down

0 comments on commit c9e6447

Please sign in to comment.