Skip to content

Commit

Permalink
Upgraded to v7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Jul 21, 2024
1 parent b14db6e commit 9c522ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions bin/update_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ sed -i '' "s|$XML_OLD_BASE|$XML_NEW_BASE|g" ./chocolatey/altair-graphql.nuspec
# Update version in altair-graphql.nuspec
sed -i '' "s|$PS1_OLD_BASE|$PS1_NEW_BASE|g" ./chocolatey/tools/chocolateyInstall.ps1


# Update version in manifest.json
sed -i '' "s|$OLD_BASE|$NEW_BASE|g" ./plugins/ai/manifest.json

if (yarn lerna --version); then
# Set the lerna packages versions as well
yarn lerna version $NEW_VERSION --force-publish=* --no-git-tag-version --no-push --yes;
Expand Down
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"packages": [
"packages/*"
"packages/*",
"plugins/*"
],
"version": "7.3.0",
"registry": "https://registry.npmjs.org/",
Expand Down
2 changes: 1 addition & 1 deletion plugins/ai/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "altair-graphql-plugin-ai",
"display_name": "Altair AI assistant",
"version": "7.2.4",
"version": "7.3.0",
"description": "Altair AI assistant plugin",
"entry": {
"type": "js",
Expand Down

0 comments on commit 9c522ed

Please sign in to comment.