Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
chore: release sanity runner [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tophat-opensource-bot committed Aug 19, 2022
1 parent beb97fa commit fc5e303
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 22 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

<!-- MONODEPLOY:BELOW -->

## [6.4.18](https://github.com/tophat/sanity-runner/compare/@tophat/sanity-runner-types@6.4.15...@tophat/sanity-runner-types@6.4.18) "@tophat/sanity-runner-types" (2022-08-19)<a name="6.4.18"></a>

### Bug Fixes

* update dependencies ([8b08bfe](https://github.com/tophat/sanity-runner/commits/8b08bfe))


## [6.4.18](https://github.com/tophat/sanity-runner/compare/sanity-runner-client@6.4.17...sanity-runner-client@6.4.18) "sanity-runner-client" (2022-08-19)<a name="6.4.18"></a>

### Bug Fixes

* update dependencies ([8b08bfe](https://github.com/tophat/sanity-runner/commits/8b08bfe))


## [6.4.17](https://github.com/tophat/sanity-runner/compare/sanity-runner-client@6.4.13...sanity-runner-client@6.4.17) "sanity-runner-client" (2022-08-18)<a name="6.4.17"></a>

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-runner-client",
"version": "6.4.17",
"version": "6.4.18",
"description": "Sanity cli client",
"group": "sanity-runner",
"author": "Top Hat Monocle Corp. <opensource@tophat.com>",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/fullstory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tophat/sanity-runner-plugin-fullstory",
"version": "6.4.15",
"version": "6.4.18",
"description": "Sanity runner plugin for fullstory",
"group": "sanity-runner",
"author": "Top Hat Monocle Corp. <opensource@tophat.com>",
Expand All @@ -27,7 +27,7 @@
"directory": "packages/plugins/fullstory"
},
"dependencies": {
"@tophat/sanity-runner-types": "workspace:^6.4.15"
"@tophat/sanity-runner-types": "workspace:^6.4.18"
},
"devDependencies": {
"@types/node": "^16.11.36"
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/pagerduty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tophat/sanity-runner-plugin-pagerduty",
"version": "6.4.15",
"version": "6.4.18",
"description": "Sanity runner plugin for pagerduty",
"author": "Top Hat Monocle Corp. <opensource@tophat.com>",
"group": "sanity-runner",
Expand All @@ -27,7 +27,7 @@
"directory": "packages/plugins/pagerduty"
},
"dependencies": {
"@tophat/sanity-runner-types": "workspace:^6.4.15",
"@tophat/sanity-runner-types": "workspace:^6.4.18",
"node-pagerduty": "^1.3.6"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/slack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tophat/sanity-runner-plugin-slack",
"version": "6.4.15",
"version": "6.4.18",
"description": "Sanity runner plugin for slack alerts",
"author": "Top Hat Monocle Corp. <opensource@tophat.com>",
"group": "sanity-runner",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@slack/web-api": "^6.7.0",
"@tophat/sanity-runner-types": "workspace:^6.4.15"
"@tophat/sanity-runner-types": "workspace:^6.4.18"
},
"devDependencies": {
"@types/node": "^16.11.36"
Expand Down
8 changes: 4 additions & 4 deletions packages/service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-runner-service",
"version": "6.4.16",
"version": "6.4.18",
"description": "Distributed Sanity Test Suite Runner.",
"group": "sanity-runner",
"main": "bundle/handler.js",
Expand Down Expand Up @@ -81,9 +81,9 @@
"@jest/test-result": "^28.1.3",
"@jest/types": "^28.1.3",
"@sparticuz/chrome-aws-lambda": "^14.4.1",
"@tophat/sanity-runner-plugin-fullstory": "^6.4.15",
"@tophat/sanity-runner-plugin-pagerduty": "^6.4.15",
"@tophat/sanity-runner-plugin-slack": "^6.4.15",
"@tophat/sanity-runner-plugin-fullstory": "^6.4.18",
"@tophat/sanity-runner-plugin-pagerduty": "^6.4.18",
"@tophat/sanity-runner-plugin-slack": "^6.4.18",
"@types/aws-lambda": "^8.10.93",
"@types/puppeteer": "^5.4.6",
"async-retry": "^1.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tophat/sanity-runner-types",
"version": "6.4.15",
"version": "6.4.18",
"description": "Sanity runner typescript types",
"group": "sanity-runner",
"author": "Top Hat Monocle Corp. <opensource@tophat.com>",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6095,36 +6095,36 @@ __metadata:
languageName: node
linkType: hard

"@tophat/sanity-runner-plugin-fullstory@^6.4.15, @tophat/sanity-runner-plugin-fullstory@workspace:packages/plugins/fullstory":
"@tophat/sanity-runner-plugin-fullstory@^6.4.18, @tophat/sanity-runner-plugin-fullstory@workspace:packages/plugins/fullstory":
version: 0.0.0-use.local
resolution: "@tophat/sanity-runner-plugin-fullstory@workspace:packages/plugins/fullstory"
dependencies:
"@tophat/sanity-runner-types": "workspace:^6.4.15"
"@tophat/sanity-runner-types": "workspace:^6.4.18"
"@types/node": ^16.11.36
languageName: unknown
linkType: soft

"@tophat/sanity-runner-plugin-pagerduty@^6.4.15, @tophat/sanity-runner-plugin-pagerduty@workspace:packages/plugins/pagerduty":
"@tophat/sanity-runner-plugin-pagerduty@^6.4.18, @tophat/sanity-runner-plugin-pagerduty@workspace:packages/plugins/pagerduty":
version: 0.0.0-use.local
resolution: "@tophat/sanity-runner-plugin-pagerduty@workspace:packages/plugins/pagerduty"
dependencies:
"@tophat/sanity-runner-types": "workspace:^6.4.15"
"@tophat/sanity-runner-types": "workspace:^6.4.18"
"@types/node": ^16.11.36
node-pagerduty: ^1.3.6
languageName: unknown
linkType: soft

"@tophat/sanity-runner-plugin-slack@^6.4.15, @tophat/sanity-runner-plugin-slack@workspace:packages/plugins/slack":
"@tophat/sanity-runner-plugin-slack@^6.4.18, @tophat/sanity-runner-plugin-slack@workspace:packages/plugins/slack":
version: 0.0.0-use.local
resolution: "@tophat/sanity-runner-plugin-slack@workspace:packages/plugins/slack"
dependencies:
"@slack/web-api": ^6.7.0
"@tophat/sanity-runner-types": "workspace:^6.4.15"
"@tophat/sanity-runner-types": "workspace:^6.4.18"
"@types/node": ^16.11.36
languageName: unknown
linkType: soft

"@tophat/sanity-runner-types@workspace:*, @tophat/sanity-runner-types@workspace:^6.4.15, @tophat/sanity-runner-types@workspace:packages/types":
"@tophat/sanity-runner-types@workspace:*, @tophat/sanity-runner-types@workspace:^6.4.18, @tophat/sanity-runner-types@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@tophat/sanity-runner-types@workspace:packages/types"
dependencies:
Expand Down Expand Up @@ -22360,9 +22360,9 @@ resolve@^2.0.0-next.3:
"@sparticuz/chrome-aws-lambda": ^14.4.1
"@swc/core": ^1.2.218
"@swc/jest": ^0.2.22
"@tophat/sanity-runner-plugin-fullstory": ^6.4.15
"@tophat/sanity-runner-plugin-pagerduty": ^6.4.15
"@tophat/sanity-runner-plugin-slack": ^6.4.15
"@tophat/sanity-runner-plugin-fullstory": ^6.4.18
"@tophat/sanity-runner-plugin-pagerduty": ^6.4.18
"@tophat/sanity-runner-plugin-slack": ^6.4.18
"@tophat/sanity-runner-types": "workspace:*"
"@types/async-retry": ^1.4.4
"@types/aws-lambda": ^8.10.93
Expand Down

0 comments on commit fc5e303

Please sign in to comment.