Skip to content

Commit

Permalink
Merge pull request #145 from mrzmyr/release-please--branches--main--c…
Browse files Browse the repository at this point in the history
…omponents--release-please-action

chore(main): release 1.81.1
  • Loading branch information
mrzmyr authored Feb 5, 2023
2 parents d36d51d + 27be447 commit 75a8adf
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 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
2 changes: 1 addition & 1 deletion 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

0 comments on commit 75a8adf

Please sign in to comment.