Skip to content

Commit

Permalink
Update package versions to 3.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martdo02 committed Jan 24, 2024
1 parent b597fe1 commit a1b5e60
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/package-default-sql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- run: npm test -w packages/defaultSQL
env:
ENVIRONMENT: CI
USE_ENV_VARIABLES: "TRUE"
FAKE_SQL_USERNAME: MAF
FAKE_SQL_PASSWORD: MAF

- name: Status Create Action
if: ${{ always() }}
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.0.5",
"version": "3.0.0-beta.0",
"description": "MAF module providing API steps",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.2.2",
"version": "3.0.0-beta.0",
"description": "AWS steps for MAF. This contains S3, DynamoDB, SQS, ECS, Cloudwatch, and Lambda stepDefinitions",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.0.2",
"version": "3.0.0-beta.0",
"description": "The core for the MAF framework. Contains helpers to make it easier to use.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/defaultSQL/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.0.2",
"version": "3.0.0-beta.0",
"description": "Default Sql setup on Node with cucumber",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.0.2",
"version": "3.0.0-beta.0",
"description": "Setup for sql on Node",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/postgresql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.0.1",
"version": "3.0.0-beta.0",
"description": "PostgreSQL support / step definitions for MAF",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/preprocessor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.1.0",
"version": "3.0.0-beta.0",
"description": "This project will preprocess feature files to allow more input variables to be supplied. This can be supplied through javascript, a csv/psv/json array file or a mixture of these. This will hopefully allow it to be easier to maintain larger test sets.",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/validations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.0.4",
"version": "3.0.0-beta.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a1b5e60

Please sign in to comment.