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 Aug 25, 2024
1 parent 8c8bd3c commit 7225950
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.31",
"version": "1.0.32",
"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.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",
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.31",
"version": "1.0.32",
"$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.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",
Expand Down Expand Up @@ -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",
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.31",
"version": "1.0.32",
"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.31",
"version": "1.0.32",
"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.31",
"@sherlo/cli": "^1.0.32",
"base-64": "^0.1.0",
"jsencrypt": "^3.3.2",
"node-forge": "^1.3.1",
Expand Down

0 comments on commit 7225950

Please sign in to comment.