Skip to content

Commit

Permalink
Revert "Merge branch 'dev' into release/v4.1"
Browse files Browse the repository at this point in the history
This reverts commit f3775ff, reversing
changes made to 109ad54.
  • Loading branch information
ppratikcr7 committed Apr 27, 2023
1 parent f3775ff commit 9e5eb41
Show file tree
Hide file tree
Showing 105 changed files with 36,829 additions and 29,492 deletions.
51 changes: 0 additions & 51 deletions .github/workflows/bump-dev-version.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "::set-output name=function_name::$STAGING_LAMBDA_FUNCTION_NAME"
- id: get-major-minor-version
run: |
VERSION=$(jq -r '.version' package.json | awk '{split($0, num, "."); print num[1] "." num[2]}')
VERSION=$(jq -r '.version' package.json)
echo "::set-output name=version::$VERSION"
- id: get-version
uses: actions/github-script@v6
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ab_testing_backend",
"version": "4.2.0",
"version": "4.1.0",
"description": "Backend for A/B Testing Project",
"scripts": {
"install:all": "npm ci && cd packages/Scheduler && npm ci && cd ../Upgrade && npm ci",
Expand Down
2 changes: 1 addition & 1 deletion backend/packages/Scheduler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ppl-upgrade-serverless",
"version": "4.2.0",
"version": "4.1.0",
"description": "Serverless webpack example using Typescript",
"main": "handler.js",
"scripts": {
Expand Down
Loading

0 comments on commit 9e5eb41

Please sign in to comment.