Skip to content

Commit

Permalink
Bumping @tenderly/actions package version to 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
g4ndr4 committed Apr 12, 2023
1 parent b6b8660 commit 4f48d94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commands/actions/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (

const (
TypescriptActionsDependency = "@tenderly/actions"
TypescriptActionsDependencyVersion = "^0.1.0"
TypescriptActionsDependencyVersion = "^0.2.0"
LanguageJavaScript = "javascript"
LanguageTypeScript = "typescript"
)
Expand Down
2 changes: 1 addition & 1 deletion commands/util/packagejson/constraints.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ var runtimesToConstraints = map[string]*Constraints{
},
"V2": {
"axios": "!=1.1.3, !=1.1.2, !=1.1.1, !=1.1.0, !=1.0.0, !=1.0.0-alpha.1",
"@tenderly/actions": ">=0.1.0, <0.2.0",
"@tenderly/actions": ">=0.1.0, <=0.2.0",
},
}

0 comments on commit 4f48d94

Please sign in to comment.