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 Oct 25, 2024
1 parent 832fd27 commit 7fd3bb9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.37",
"version": "1.0.38-alpha.2",
"private": true,
"main": "index.ts",
"scripts": {
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@sherlo/react-native-storybook": "^1.0.37",
"@sherlo/react-native-storybook": "^1.0.38-alpha.2",
"@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.37",
"version": "1.0.38-alpha.2",
"$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.37",
"version": "1.0.38-alpha.2",
"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.37"
"@sherlo/cli": "^1.0.38-alpha.2"
},
"devDependencies": {
"@types/jest": "^26.0.15",
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.37",
"version": "1.0.38-alpha.2",
"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.37",
"version": "1.0.38-alpha.2",
"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.37",
"@sherlo/cli": "^1.0.38-alpha.2",
"base-64": "^0.1.0",
"jsencrypt": "^3.3.2",
"node-forge": "^1.3.1",
Expand Down
4 changes: 2 additions & 2 deletions testing/expo-storybook-7/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sherlo/expo-storybook-7",
"version": "1.0.37",
"version": "1.0.38-alpha.2",
"private": true,
"main": "index.ts",
"scripts": {
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@sherlo/react-native-storybook": "^1.0.37",
"@sherlo/react-native-storybook": "^1.0.38-alpha.2",
"@storybook/addon-actions": "^7.6.10",
"@storybook/addon-controls": "^7.6.10",
"@storybook/addon-designs": "^7.0.9",
Expand Down
4 changes: 2 additions & 2 deletions testing/expo-storybook-8/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sherlo/expo-storybook-8",
"version": "1.0.37",
"version": "1.0.38-alpha.2",
"private": true,
"main": "index.ts",
"scripts": {
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@sherlo/react-native-storybook": "^1.0.37",
"@sherlo/react-native-storybook": "^1.0.38-alpha.2",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-interactions": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
Expand Down

0 comments on commit 7fd3bb9

Please sign in to comment.