Skip to content

Commit

Permalink
Version updates and builds for ${NEW_VERSION_NUMBER}
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherlo Bot committed Jul 15, 2024
1 parent 07b2d73 commit 3b4f890
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions examples/expo-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sherlo/expo-example",
"version": "1.0.20",
"version": "1.0.21",
"private": true,
"main": "index.ts",
"scripts": {
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@sherlo/react-native-storybook": "^1.0.20",
"@sherlo/react-native-storybook": "^1.0.21",
"@storybook/addon-actions": "^7.6.10",
"@storybook/addon-controls": "^7.6.10",
"@storybook/addon-designs": "^7.0.9",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"version": "1.0.20",
"version": "1.0.21",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
4 changes: 2 additions & 2 deletions packages/action/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sherlo/action",
"version": "1.0.20",
"version": "1.0.21",
"description": "A github action that uploads provided iOS & Android builds to Sherlo and starts a test run",
"license": "MIT",
"author": "Sherlo",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@sherlo/cli": "^1.0.20"
"@sherlo/cli": "^1.0.21"
},
"devDependencies": {
"@types/jest": "^26.0.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/action/release/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83692,7 +83692,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
var graphql_tag_1 = __importDefault(__nccwpck_require__(1355));
var BuildFragment = (0, graphql_tag_1.default)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n fragment BuildFragment on Build {\n createdAt\n finishedAt\n gitInfo {\n branchName\n commitHash\n commitName\n }\n index\n isActive\n missingSnapshotsStatusData {\n lastBuildIndex\n snapshotId\n status\n }\n projectKey\n reviewedSnapshotsStatusData {\n date\n status\n userId\n snapshotId\n }\n runError\n runStatus\n snapshotsStatusData {\n approvedBuildIndex\n date\n hasError\n isUnstable\n reportedBuildIndex\n snapshotId\n status\n userId\n }\n startedAt\n status\n testedSnapshotsStatusData {\n approvedBuildIndex\n date\n hasError\n isUnstable\n reportedBuildIndex\n snapshotId\n status\n userId\n }\n testedTargetIds\n viewStatusesCount {\n approved\n noChanges\n reported\n unreviewed\n }\n }\n"], ["\n fragment BuildFragment on Build {\n createdAt\n finishedAt\n gitInfo {\n branchName\n commitHash\n commitName\n }\n index\n isActive\n missingSnapshotsStatusData {\n lastBuildIndex\n snapshotId\n status\n }\n projectKey\n reviewedSnapshotsStatusData {\n date\n status\n userId\n snapshotId\n }\n runError\n runStatus\n snapshotsStatusData {\n approvedBuildIndex\n date\n hasError\n isUnstable\n reportedBuildIndex\n snapshotId\n status\n userId\n }\n startedAt\n status\n testedSnapshotsStatusData {\n approvedBuildIndex\n date\n hasError\n isUnstable\n reportedBuildIndex\n snapshotId\n status\n userId\n }\n testedTargetIds\n viewStatusesCount {\n approved\n noChanges\n reported\n unreviewed\n }\n }\n"])));
var BuildFragment = (0, graphql_tag_1.default)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n fragment BuildFragment on Build {\n createdAt\n finishedAt\n gitInfo {\n branchName\n commitHash\n commitName\n }\n index\n isActive\n missingSnapshotsStatusData {\n lastBuildIndex\n snapshotId\n status\n }\n projectKey\n queuedAt\n reviewedSnapshotsStatusData {\n date\n status\n userId\n snapshotId\n }\n runError\n runStatus\n snapshotsStatusData {\n approvedBuildIndex\n date\n hasError\n isUnstable\n reportedBuildIndex\n snapshotId\n status\n userId\n }\n startedAt\n status\n testedSnapshotsStatusData {\n approvedBuildIndex\n date\n hasError\n isUnstable\n reportedBuildIndex\n snapshotId\n status\n userId\n }\n testedTargetIds\n viewStatusesCount {\n approved\n noChanges\n reported\n unreviewed\n }\n }\n"], ["\n fragment BuildFragment on Build {\n createdAt\n finishedAt\n gitInfo {\n branchName\n commitHash\n commitName\n }\n index\n isActive\n missingSnapshotsStatusData {\n lastBuildIndex\n snapshotId\n status\n }\n projectKey\n queuedAt\n reviewedSnapshotsStatusData {\n date\n status\n userId\n snapshotId\n }\n runError\n runStatus\n snapshotsStatusData {\n approvedBuildIndex\n date\n hasError\n isUnstable\n reportedBuildIndex\n snapshotId\n status\n userId\n }\n startedAt\n status\n testedSnapshotsStatusData {\n approvedBuildIndex\n date\n hasError\n isUnstable\n reportedBuildIndex\n snapshotId\n status\n userId\n }\n testedTargetIds\n viewStatusesCount {\n approved\n noChanges\n reported\n unreviewed\n }\n }\n"])));
exports["default"] = BuildFragment;
var templateObject_1;

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sherlo/cli",
"version": "1.0.20",
"version": "1.0.21",
"description": "A CLI that uploads provided iOS & Android builds to Sherlo and starts a test run",
"keywords": [
"visual testing",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sherlo/react-native-storybook",
"version": "1.0.20",
"version": "1.0.21",
"description": "Sherlo is a Visual Testing tool for React Native Storybook",
"keywords": [
"visual testing",
Expand Down Expand Up @@ -49,7 +49,7 @@
"preset": "react-native"
},
"dependencies": {
"@sherlo/cli": "^1.0.20",
"@sherlo/cli": "^1.0.21",
"base-64": "^0.1.0",
"jsencrypt": "^3.3.2",
"node-forge": "^1.3.1",
Expand Down

0 comments on commit 3b4f890

Please sign in to comment.