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 Dec 13, 2024
1 parent 6c3bef7 commit d634bb7
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"npmClient": "yarn",
"version": "1.1.0",
"version": "1.1.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"command": {
"publish": {
Expand Down
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.1.0",
"version": "1.1.1",
"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": "^1.1.0"
"sherlo": "^1.1.1"
},
"devDependencies": {
"@types/jest": "^26.0.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/action/release/index.js

Large diffs are not rendered by default.

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",
"version": "1.1.0",
"version": "1.1.1",
"description": "Sherlo CLI for React Native Storybook visual testing",
"keywords": [
"visual testing",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/sdk-compatibility.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"REQUIRED_MIN_SDK_VERSION": "1.1.0"}
{"REQUIRED_MIN_SDK_VERSION": "1.1.1"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": "1.1.0"}
{"version": "1.1.1"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": "1.1.0"}
{"version": "1.1.1"}
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.1.0",
"version": "1.1.1",
"description": "Sherlo is a Visual Testing tool for React Native Storybook",
"keywords": [
"visual testing",
Expand Down Expand Up @@ -48,7 +48,7 @@
"base-64": "^0.1.0",
"jsencrypt": "^3.3.2",
"node-forge": "^1.3.1",
"sherlo": "^1.1.0",
"sherlo": "^1.1.1",
"utf8": "^3.0.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 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.1.0",
"version": "1.1.1",
"private": true,
"main": "index.ts",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-community/slider": "4.5.2",
"@sherlo/testing-components": "^1.1.0",
"@sherlo/testing-components": "^1.1.1",
"expo": "^51.0.38",
"expo-dev-client": "~4.0.28",
"expo-localization": "~15.0.3",
Expand All @@ -43,7 +43,7 @@
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@sherlo/react-native-storybook": "^1.1.0",
"@sherlo/react-native-storybook": "^1.1.1",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-interactions": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
Expand Down
6 changes: 3 additions & 3 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.1.0",
"version": "1.1.1",
"private": true,
"main": "index.ts",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-community/slider": "4.5.2",
"@sherlo/testing-components": "^1.1.0",
"@sherlo/testing-components": "^1.1.1",
"expo": "^51.0.38",
"expo-dev-client": "~4.0.28",
"expo-linear-gradient": "~13.0.2",
Expand All @@ -44,7 +44,7 @@
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@sherlo/react-native-storybook": "^1.1.0",
"@sherlo/react-native-storybook": "^1.1.1",
"@storybook/react-native": "^8.3.9",
"babel-loader": "^8.2.3",
"storybook": "^8.3.6",
Expand Down
4 changes: 2 additions & 2 deletions testing/testing-components/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@sherlo/testing-components",
"version": "1.1.0",
"version": "1.1.1",
"description": "Shared components for the monorepo",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@sherlo/react-native-storybook": "^1.1.0",
"@sherlo/react-native-storybook": "^1.1.1",
"react": "18.2.0",
"react-native": "0.74.5"
},
Expand Down

0 comments on commit d634bb7

Please sign in to comment.