Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix wrong version of release management #83

Merged
merged 1 commit into from
Oct 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: fix wrong version of release management
  • Loading branch information
peternhale committed Oct 26, 2021
commit ddee21c5f338caf4a7231df74223301d310d769b
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"@oclif/test": "^1",
"@salesforce/dev-config": "^2.1.2",
"@salesforce/dev-scripts": "^0.9.18",
"@salesforce/plugin-release-management": "^2.5.1",
"@salesforce/plugin-release-management": "^2.5.2",
"@salesforce/prettier-config": "^0.0.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1221,10 +1221,10 @@
open "8.2.1"
tslib "^2"

"@salesforce/plugin-release-management@^2.5.1":
version "2.5.1"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-release-management/-/plugin-release-management-2.5.1.tgz#6e6a9f982aaac31e50fce9969ca19bb6e9c474c2"
integrity sha512-L9zJ6MAQ/PCJjNyuVEEeOHc4dUPYiTGesdl1BtLE27lMetzVbJnGSgoR98wkWDO7/8w+ys8iOZGuSBuOu+C/Zg==
"@salesforce/plugin-release-management@^2.5.2":
version "2.5.2"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-release-management/-/plugin-release-management-2.5.2.tgz#8a9096561c358b196e6fb8dcadb122b69ca16e25"
integrity sha512-Hyg/UldaBCYuPoUuHMgjXO8W1DYOD6UquEylxGtGRCU3Ho4H39KuAfPticPWizB4ki1S7Cs++O7Ab8T0bj3cWg==
dependencies:
"@oclif/config" "^1"
"@octokit/core" "^3.4.0"
Expand Down