Skip to content

Commit

Permalink
Raise version number to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzalezg9 committed Jun 9, 2024
1 parent c9b2da5 commit f47fe95
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 79 deletions.
6 changes: 2 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "Sweather",
"slug": "Sweather",
"version": "1.0.1",
"version": "1.1.0",
"orientation": "portrait",
"icon": "./src/assets/images/icon.png",
"scheme": "myapp",
Expand All @@ -15,9 +15,7 @@
"updates": {
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.mgonzalezg9.Sweather"
Expand Down
150 changes: 75 additions & 75 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,77 +1,77 @@
{
"name": "sweather",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --coverage=false --changedSince=origin/master",
"test:ci": "jest --ci --coverage",
"test:debug": "jest -o --watch --coverage=false",
"test:updateSnapshots": "jest -u --coverage=false"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg)"
],
"testPathIgnorePatterns": [
"__data__"
],
"collectCoverage": true,
"collectCoverageFrom": [
"**/*.{js,jsx,ts,tsx}",
"!**/coverage/**",
"!**/node_modules/**",
"!**/babel.config.js",
"!**/jest.setup.js"
]
},
"dependencies": {
"@expo/vector-icons": "^14.0.0",
"@expo/webpack-config": "^19.0.1",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"country-data": "^0.0.31",
"country-list-spanish": "^0.3.2",
"crypto": "^1.0.1",
"expo": "~51.0.11",
"expo-asset": "~10.0.8",
"expo-constants": "~16.0.2",
"expo-file-system": "~17.0.1",
"expo-font": "~12.0.7",
"expo-linking": "~6.3.1",
"expo-localization": "~15.0.3",
"expo-location": "~17.0.1",
"expo-media-library": "~16.0.3",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-web-browser": "~13.0.3",
"i18n-js": "^4.4.3",
"jest": "^29.3.1",
"jest-expo": "~51.0.1",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.2",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-web": "~0.19.10"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@testing-library/react-native": "^12.4.3",
"@types/country-data": "^0.0.5",
"@types/i18n-js": "^3.8.9",
"@types/jest": "^29.5.12",
"@types/react": "~18.2.79",
"@types/react-test-renderer": "^18.0.7",
"typescript": "^5.3.3"
},
"private": true
"name": "sweather",
"version": "1.1.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --coverage=false --changedSince=origin/master",
"test:ci": "jest --ci --coverage",
"test:debug": "jest -o --watch --coverage=false",
"test:updateSnapshots": "jest -u --coverage=false"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg)"
],
"testPathIgnorePatterns": [
"__data__"
],
"collectCoverage": true,
"collectCoverageFrom": [
"**/*.{js,jsx,ts,tsx}",
"!**/coverage/**",
"!**/node_modules/**",
"!**/babel.config.js",
"!**/jest.setup.js"
]
},
"dependencies": {
"@expo/vector-icons": "^14.0.0",
"@expo/webpack-config": "^19.0.1",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"country-data": "^0.0.31",
"country-list-spanish": "^0.3.2",
"crypto": "^1.0.1",
"expo": "~51.0.11",
"expo-asset": "~10.0.8",
"expo-constants": "~16.0.2",
"expo-file-system": "~17.0.1",
"expo-font": "~12.0.7",
"expo-linking": "~6.3.1",
"expo-localization": "~15.0.3",
"expo-location": "~17.0.1",
"expo-media-library": "~16.0.3",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-web-browser": "~13.0.3",
"i18n-js": "^4.4.3",
"jest": "^29.3.1",
"jest-expo": "~51.0.1",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.2",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-web": "~0.19.10"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@testing-library/react-native": "^12.4.3",
"@types/country-data": "^0.0.5",
"@types/i18n-js": "^3.8.9",
"@types/jest": "^29.5.12",
"@types/react": "~18.2.79",
"@types/react-test-renderer": "^18.0.7",
"typescript": "^5.3.3"
},
"private": true
}

2 comments on commit f47fe95

@expo
Copy link

@expo expo bot commented on f47fe95 Jun 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub Build Trigger Failure

The build trigger failed with the following error:

INVALID_EAS_JSON_ERROR: Invalid eas.json.
GitHub integration requires the `image` option.
See https://docs.expo.dev/build/building-from-github/#set-the-image-field-in-your-easjson to learn more.

Please check your GitHub app installation settings and your Expo project's GitHub settings to make sure you've configured everything correctly.

@expo
Copy link

@expo expo bot commented on f47fe95 Jun 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub Build Trigger Failure

The build trigger failed with the following error:

INVALID_EAS_JSON_ERROR: Invalid eas.json.
GitHub integration requires the `image` option.
See https://docs.expo.dev/build/building-from-github/#set-the-image-field-in-your-easjson to learn more.

Please check your GitHub app installation settings and your Expo project's GitHub settings to make sure you've configured everything correctly.

Please sign in to comment.