Skip to content

Commit

Permalink
v10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Holt Smith committed May 24, 2023
1 parent 8dbf460 commit 708a952
Show file tree
Hide file tree
Showing 15 changed files with 102 additions and 102 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "10.0.0"
"version": "10.1.0"
}
126 changes: 63 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/aft-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aft-core",
"version": "10.0.0",
"version": "10.1.0",
"description": "Automation Framework for Testing (AFT) package supporting JavaScript unit, integration and functional testing",
"repository": {
"type": "git",
Expand Down
18 changes: 9 additions & 9 deletions packages/aft-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aft-examples",
"version": "10.0.0",
"version": "10.1.0",
"description": "Automated Functional Testing (AFT) package containing examples of how it can be used",
"private": true,
"scripts": {
Expand Down Expand Up @@ -30,14 +30,14 @@
},
"homepage": "https://github.com/bicarbon8/automated-functional-testing#readme",
"dependencies": {
"aft-mocha-reporter": "^10.0.0",
"aft-reporting-aws-kinesis-firehose": "^10.0.0",
"aft-reporting-filesystem": "^10.0.0",
"aft-reporting-html": "^10.0.0",
"aft-testrail": "^10.0.0",
"aft-ui-selenium": "^10.0.0",
"aft-ui-webdriverio": "^10.0.0",
"aft-web-services": "^10.0.0"
"aft-mocha-reporter": "^10.1.0",
"aft-reporting-aws-kinesis-firehose": "^10.1.0",
"aft-reporting-filesystem": "^10.1.0",
"aft-reporting-html": "^10.1.0",
"aft-testrail": "^10.1.0",
"aft-ui-selenium": "^10.1.0",
"aft-ui-webdriverio": "^10.1.0",
"aft-web-services": "^10.1.0"
},
"devDependencies": {
"@types/chai": "^4.2.17",
Expand Down
Loading

0 comments on commit 708a952

Please sign in to comment.