Skip to content

Commit

Permalink
build: manual version bump to resolve beta conflicts (#6753)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfoyle committed Feb 26, 2021
1 parent 7cbd396 commit c296aa2
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions packages/amplify-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,21 @@
"amplify-codegen": "2.21.3",
"amplify-console-hosting": "1.7.2",
"amplify-container-hosting": "1.2.2",
"amplify-dotnet-function-runtime-provider": "1.5.0",
"amplify-dotnet-function-runtime-provider": "1.5.1",
"amplify-dotnet-function-template-provider": "1.4.13",
"amplify-frontend-android": "2.14.5",
"amplify-frontend-flutter": "0.3.0",
"amplify-frontend-ios": "2.18.8",
"amplify-frontend-javascript": "2.20.8",
"amplify-go-function-runtime-provider": "1.6.1",
"amplify-go-function-template-provider": "1.3.3",
"amplify-go-function-template-provider": "1.3.4",
"amplify-java-function-runtime-provider": "1.6.1",
"amplify-java-function-template-provider": "1.5.3",
"amplify-nodejs-function-runtime-provider": "1.5.0",
"amplify-java-function-template-provider": "1.5.4",
"amplify-nodejs-function-runtime-provider": "1.5.1",
"amplify-nodejs-function-template-provider": "1.5.11",
"amplify-provider-awscloudformation": "4.39.1",
"amplify-python-function-runtime-provider": "1.6.1",
"amplify-python-function-template-provider": "1.3.4",
"amplify-python-function-template-provider": "1.3.5",
"amplify-util-import": "1.3.12",
"amplify-util-mock": "3.28.1",
"aws-sdk": "^2.845.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-dotnet-function-runtime-provider",
"version": "1.5.0",
"version": "1.5.1",
"description": "Provides functionality related to functions in .NET Core on AWS",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-go-function-template-provider",
"version": "1.3.3",
"version": "1.3.4",
"description": "Go 1.x templates supplied by the Amplify Team",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-java-function-template-provider",
"version": "1.5.3",
"version": "1.5.4",
"description": "JAVA templates supplied by the Amplify Team",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-nodejs-function-runtime-provider",
"version": "1.5.0",
"version": "1.5.1",
"description": "Provides functionality related to functions in NodeJS on AWS",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amplify-python-function-template-provider",
"version": "1.3.4",
"version": "1.3.5",
"description": "Python templates supplied by the Amplify Team",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify-util-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/semver": "^7.1.0",
"@types/which": "^1.3.2",
"amplify-function-plugin-interface": "1.7.1",
"amplify-nodejs-function-runtime-provider": "1.5.0",
"amplify-nodejs-function-runtime-provider": "1.5.1",
"aws-appsync": "^2.0.2",
"aws-sdk": "^2.845.0",
"aws-sdk-mock": "^5.1.0",
Expand Down

0 comments on commit c296aa2

Please sign in to comment.