Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mrzmyr/pixy-mood-tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzmyr committed Feb 12, 2023
2 parents 07b1a39 + 9175601 commit 8ce8f64
Show file tree
Hide file tree
Showing 4 changed files with 187 additions and 82 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.81.1](https://github.com/mrzmyr/pixy-mood-tracker-app/compare/v1.81.0...v1.81.1) (2023-02-05)


### Bug Fixes

* add sleepQualityAvg to MoodPeaks dummy data ([601f31d](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/601f31d06f41288c0d8e9a5db02146013a9ee11b))


### Miscellaneous

* **deps-dev:** bump @testing-library/react from 12.1.5 to 13.4.0 ([4523f44](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/4523f44f60b10cf9588a23beb6cb45285462279e))
* **deps:** bump @react-native-async-storage/async-storage ([627a5a2](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/627a5a25c7b46bcbc9c51fcd52477b95d48dbaf8))
* **deps:** bump @sentry/react-native from 4.2.2 to 4.14.0 ([101029a](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/101029afc9071ed0751872e8839961881e553e3e))
* **deps:** bump react-native-reanimated-carousel from 3.1.5 to 3.3.0 ([7b87b78](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/7b87b78779c121aba94f348cd089396576138827))

## [1.81.0](https://github.com/mrzmyr/pixy-mood-tracker-app/compare/v1.80.0...v1.81.0) (2023-01-29)


Expand Down
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "Pixy",
"slug": "pixy-mood-tracker",
"version": "1.81.0",
"version": "1.81.1",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "pixy",
Expand All @@ -25,7 +25,7 @@
],
"ios": {
"bundleIdentifier": "com.devmood.pixymoodtracker",
"buildNumber": "1.81.0",
"buildNumber": "1.81.1",
"supportsTablet": false,
"appStoreUrl": "https://apps.apple.com/de/app/pixy-mood-tracker/id1605327124",
"infoPlist": {
Expand All @@ -34,7 +34,7 @@
},
"android": {
"package": "com.devmood.pixymoodtracker",
"versionCode": 460018100,
"versionCode": 460018101,
"allowBackup": false,
"permissions": [],
"icon": "./assets/images/icon.png",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pixel-tracker",
"version": "1.81.0",
"version": "1.81.1",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "export NODE_OPTIONS=--openssl-legacy-provider && expo start --dev-client",
Expand Down Expand Up @@ -44,18 +44,18 @@
"@expo/webpack-config": "^0.17.0",
"@gorhom/bottom-sheet": "^4",
"@legendapp/motion": "^2.2.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-async-storage/async-storage": "~1.17.11",
"@react-native-community/datetimepicker": "6.2.0",
"@react-native-community/hooks": "^2.8.1",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.9.7",
"@sentry/react-native": "4.2.2",
"@sentry/react-native": "4.14.0",
"chroma-js": "^2.4.2",
"dayjs": "^1.11.7",
"expo": "^46.0.0",
"expo-app-loading": "~2.1.0",
"expo-application": "~4.2.2",
"expo-application": "~5.0.1",
"expo-asset": "~8.6.3",
"expo-constants": "~13.2.4",
"expo-dev-client": "~1.3.1",
Expand Down Expand Up @@ -92,7 +92,7 @@
"react-native-modal-datetime-picker": "^14.0.0",
"react-native-onesignal": "^4.4.1",
"react-native-reanimated": "~2.9.1",
"react-native-reanimated-carousel": "^3.1.5",
"react-native-reanimated-carousel": "^3.3.0",
"react-native-rss-parser": "^1.5.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
Expand All @@ -113,7 +113,7 @@
"@google-cloud/translate": "^6.3.1",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-native": "^4.0.4",
"@testing-library/react": "^12.1.2",
"@testing-library/react": "^13.4.0",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/react-native": "^9.0.0",
"@testing-library/user-event": "^13.5.0",
Expand Down
Loading

0 comments on commit 8ce8f64

Please sign in to comment.