Skip to content

Commit

Permalink
Merge pull request #494 from oracle/pre-publish/21.2
Browse files Browse the repository at this point in the history
bump cli to 1.3.2 version
  • Loading branch information
davidecorreu authored Dec 20, 2021
2 parents 9a54528 + f630c7d commit 0bd4a8f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oracle/suitecloud-sdk",
"version": "1.3.1",
"version": "1.3.2",
"license": "UPL-1.0",
"private": true,
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/node-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oracle/suitecloud-cli",
"version": "1.3.1",
"version": "1.3.2",
"license": "UPL-1.0",
"description": "SuiteCloud CLI for Node.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"publisher": "Oracle",
"license": "UPL-1.0",
"private": true,
"version": "1.0.3",
"version": "1.0.4",
"icon": "resources/pluginIcon_dark.png",
"repository": {
"type": "git",
Expand Down Expand Up @@ -167,7 +167,7 @@
"watch": "tsc -watch -p ./"
},
"dependencies": {
"@oracle/suitecloud-cli": "^1.3.1"
"@oracle/suitecloud-cli": "^1.3.2"
},
"devDependencies": {
"@types/glob": "7.1.3",
Expand Down

0 comments on commit 0bd4a8f

Please sign in to comment.