From 7225950bf199fc7f4f871fae437f4bc917e98779 Mon Sep 17 00:00:00 2001 From: Sherlo Bot Date: Sun, 25 Aug 2024 11:46:53 +0000 Subject: [PATCH] Version updates and builds for ${NEW_VERSION_NUMBER} --- examples/expo-example/package.json | 4 ++-- lerna.json | 2 +- packages/action/package.json | 4 ++-- packages/cli/package.json | 2 +- packages/react-native-storybook/package.json | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/expo-example/package.json b/examples/expo-example/package.json index defcf9bc..044efe4a 100644 --- a/examples/expo-example/package.json +++ b/examples/expo-example/package.json @@ -1,6 +1,6 @@ { "name": "@sherlo/expo-example", - "version": "1.0.31", + "version": "1.0.32", "private": true, "main": "index.ts", "scripts": { @@ -56,7 +56,7 @@ }, "devDependencies": { "@babel/core": "^7.20.0", - "@sherlo/react-native-storybook": "^1.0.31", + "@sherlo/react-native-storybook": "^1.0.32", "@storybook/addon-actions": "^7.6.10", "@storybook/addon-controls": "^7.6.10", "@storybook/addon-designs": "^7.0.9", diff --git a/lerna.json b/lerna.json index dc6fafe1..9f923d98 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", - "version": "1.0.31", + "version": "1.0.32", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/packages/action/package.json b/packages/action/package.json index 11c3d0fb..fe770a2c 100644 --- a/packages/action/package.json +++ b/packages/action/package.json @@ -1,6 +1,6 @@ { "name": "@sherlo/action", - "version": "1.0.31", + "version": "1.0.32", "description": "A github action that uploads provided iOS & Android builds to Sherlo and starts a test run", "license": "MIT", "author": "Sherlo", @@ -28,7 +28,7 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "@sherlo/cli": "^1.0.31" + "@sherlo/cli": "^1.0.32" }, "devDependencies": { "@types/jest": "^26.0.15", diff --git a/packages/cli/package.json b/packages/cli/package.json index 3039d254..8c4d2ac0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@sherlo/cli", - "version": "1.0.31", + "version": "1.0.32", "description": "A CLI that uploads provided iOS & Android builds to Sherlo and starts a test run", "keywords": [ "visual testing", diff --git a/packages/react-native-storybook/package.json b/packages/react-native-storybook/package.json index a265fd9a..445eb042 100644 --- a/packages/react-native-storybook/package.json +++ b/packages/react-native-storybook/package.json @@ -1,6 +1,6 @@ { "name": "@sherlo/react-native-storybook", - "version": "1.0.31", + "version": "1.0.32", "description": "Sherlo is a Visual Testing tool for React Native Storybook", "keywords": [ "visual testing", @@ -49,7 +49,7 @@ "preset": "react-native" }, "dependencies": { - "@sherlo/cli": "^1.0.31", + "@sherlo/cli": "^1.0.32", "base-64": "^0.1.0", "jsencrypt": "^3.3.2", "node-forge": "^1.3.1",