diff --git a/examples/expo-example/package.json b/examples/expo-example/package.json index 17fda48b..301e83d2 100644 --- a/examples/expo-example/package.json +++ b/examples/expo-example/package.json @@ -1,6 +1,6 @@ { "name": "@sherlo/expo-example", - "version": "1.0.32", + "version": "1.0.33", "private": true, "main": "index.ts", "scripts": { @@ -55,7 +55,7 @@ }, "devDependencies": { "@babel/core": "^7.20.0", - "@sherlo/react-native-storybook": "^1.0.32", + "@sherlo/react-native-storybook": "^1.0.33", "@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 9f923d98..43ea1340 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", - "version": "1.0.32", + "version": "1.0.33", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/packages/action/package.json b/packages/action/package.json index fe770a2c..60acf9e3 100644 --- a/packages/action/package.json +++ b/packages/action/package.json @@ -1,6 +1,6 @@ { "name": "@sherlo/action", - "version": "1.0.32", + "version": "1.0.33", "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.32" + "@sherlo/cli": "^1.0.33" }, "devDependencies": { "@types/jest": "^26.0.15", diff --git a/packages/cli/package.json b/packages/cli/package.json index 8c4d2ac0..d449ac14 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@sherlo/cli", - "version": "1.0.32", + "version": "1.0.33", "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 445eb042..44027fe8 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.32", + "version": "1.0.33", "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.32", + "@sherlo/cli": "^1.0.33", "base-64": "^0.1.0", "jsencrypt": "^3.3.2", "node-forge": "^1.3.1",