Skip to content

Commit

Permalink
chore(release): @faltest/browser@7.0.2,@faltest/lifecycle@10.0.3,@fal…
Browse files Browse the repository at this point in the history
…test/mocha@9.0.4,@faltest/page-objects@8.0.3,@faltest/remote@12.0.23,@faltest/utils@8.0.2
  • Loading branch information
Kelly Selden committed Mar 4, 2024
1 parent 74e3f6d commit f9336d2
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 16 deletions.
20 changes: 10 additions & 10 deletions fixtures/global-install/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


"@faltest/browser@^7.0.0", "@faltest/browser@file:../../packages/browser":
version "7.0.1"
version "7.0.2"
dependencies:
"@faltest/utils" "^8.0.0"
verror-extra "^6.0.0"
Expand All @@ -20,7 +20,7 @@
yn "^5.0.0"

"@faltest/lifecycle@file:../../packages/lifecycle":
version "10.0.2"
version "10.0.3"
dependencies:
"@faltest/remote" "^12.0.0"
"@faltest/utils" "^8.0.0"
Expand All @@ -30,7 +30,7 @@
"@faltest/browser" "^7.0.0"

"@faltest/mocha@^9.0.0", "@faltest/mocha@file:../../packages/mocha":
version "9.0.3"
version "9.0.4"
dependencies:
"@faltest/utils" "^8.0.0"
choma "^1.2.1"
Expand All @@ -39,11 +39,11 @@
mocha-helpers "^9.0.0"

"@faltest/remote@^12.0.0", "@faltest/remote@file:../../packages/remote":
version "12.0.22"
version "12.0.23"
dependencies:
"@faltest/utils" "^8.0.0"
browser-webdriver-downloader "^3.0.0"
chromedriver "122.0.3"
chromedriver "122.0.4"
events-async "^1.2.1"
execa "^8.0.0"
fkill "^9.0.0"
Expand All @@ -54,7 +54,7 @@
yn "^5.0.0"

"@faltest/utils@^8.0.0", "@faltest/utils@file:../../packages/utils":
version "8.0.1"
version "8.0.2"
dependencies:
callsites "^4.0.0"
debug "^4.1.1"
Expand Down Expand Up @@ -671,10 +671,10 @@ chrome-launcher@^0.15.0:
is-wsl "^2.2.0"
lighthouse-logger "^1.0.0"

chromedriver@122.0.3:
version "122.0.3"
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.3.tgz#44de1854b5b14112f0740ecd87f00a7e5224393d"
integrity sha512-f7TcCYM6tPxQAl4NQ4KckZ55j62RUfUswbl2iEScs+gI1cqRhzacjMR/FiFx3LUa4S/EZIBgnCx9L+JDhIzVpw==
chromedriver@122.0.4:
version "122.0.4"
resolved "https://registry.npmjs.org/chromedriver/-/chromedriver-122.0.4.tgz#6abc9d3c553575986f7668a5a38fd510a877d56d"
integrity sha512-MxkaWaxCqefHyh9UorGzl1F6ZNBgC7pqgT0piAysLZdw20ojSgJ62ljG8SFbhDJqBTegKbmuioa6MQ1m4Czdsg==
dependencies:
"@testim/chrome-version" "^1.1.4"
axios "^1.6.7"
Expand Down
2 changes: 2 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [7.0.2](https://github.com/CrowdStrike/faltest/compare/@faltest/browser@7.0.1...@faltest/browser@7.0.2) (2024-03-04)

### [7.0.1](https://github.com/CrowdStrike/faltest/compare/@faltest/browser@7.0.0...@faltest/browser@7.0.1) (2023-11-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faltest/browser",
"version": "7.0.1",
"version": "7.0.2",
"description": "A new browser object for WebdriverIO",
"main": "index.js",
"files": [
Expand Down
2 changes: 2 additions & 0 deletions packages/lifecycle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [10.0.3](https://github.com/CrowdStrike/faltest/compare/@faltest/lifecycle@10.0.2...@faltest/lifecycle@10.0.3) (2024-03-04)

### [10.0.2](https://github.com/CrowdStrike/faltest/compare/@faltest/lifecycle@10.0.1...@faltest/lifecycle@10.0.2) (2023-11-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/lifecycle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faltest/lifecycle",
"version": "10.0.2",
"version": "10.0.3",
"description": "A Mocha environment for the @faltest/remote project",
"main": "src",
"files": [
Expand Down
2 changes: 2 additions & 0 deletions packages/mocha/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [9.0.4](https://github.com/CrowdStrike/faltest/compare/@faltest/mocha@9.0.3...@faltest/mocha@9.0.4) (2024-03-04)

### [9.0.3](https://github.com/CrowdStrike/faltest/compare/@faltest/mocha@9.0.2...@faltest/mocha@9.0.3) (2023-11-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faltest/mocha",
"version": "9.0.3",
"version": "9.0.4",
"description": "A test runner for the @faltest/lifecycle project",
"main": "src",
"files": [
Expand Down
2 changes: 2 additions & 0 deletions packages/page-objects/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [8.0.3](https://github.com/CrowdStrike/faltest/compare/@faltest/page-objects@8.0.2...@faltest/page-objects@8.0.3) (2024-03-04)

### [8.0.2](https://github.com/CrowdStrike/faltest/compare/@faltest/page-objects@8.0.1...@faltest/page-objects@8.0.2) (2023-11-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/page-objects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faltest/page-objects",
"version": "8.0.2",
"version": "8.0.3",
"description": "A page object system using @faltest/browser",
"main": "src",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/remote/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [12.0.23](https://github.com/CrowdStrike/faltest/compare/@faltest/remote@12.0.22...@faltest/remote@12.0.23) (2024-03-04)


### Bug Fixes

* **deps:** update dependency chromedriver to v122.0.4 ([6354089](https://github.com/CrowdStrike/faltest/commit/63540890218d549c4e302226f6b4135e5ff3f6e5))

### [12.0.22](https://github.com/CrowdStrike/faltest/compare/@faltest/remote@12.0.21...@faltest/remote@12.0.22) (2024-02-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/remote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faltest/remote",
"version": "12.0.22",
"version": "12.0.23",
"description": "A wrapper for the WebdriverIO remote call",
"main": "src",
"files": [
Expand Down
2 changes: 2 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [8.0.2](https://github.com/CrowdStrike/faltest/compare/@faltest/utils@8.0.1...@faltest/utils@8.0.2) (2024-03-04)

### [8.0.1](https://github.com/CrowdStrike/faltest/compare/@faltest/utils@8.0.0...@faltest/utils@8.0.1) (2023-11-07)

## [8.0.0](https://github.com/CrowdStrike/faltest/compare/@faltest/utils@7.0.5...@faltest/utils@8.0.0) (2023-10-04)
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faltest/utils",
"version": "8.0.1",
"version": "8.0.2",
"description": "Shared utils for FalTest packages",
"main": "src",
"files": [
Expand Down

0 comments on commit f9336d2

Please sign in to comment.