Skip to content

Commit

Permalink
Merge pull request #138 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.79.2
  • Loading branch information
mrzmyr authored Jan 22, 2023
2 parents b7316b9 + 0e9f3ae commit f2f9383
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.79.2](https://github.com/mrzmyr/pixy-mood-tracker-app/compare/v1.79.1...v1.79.2) (2023-01-21)


### Bug Fixes

* reset templog on first save ([7e74a58](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/7e74a58994c19d7b1a44a213637381f388d76758))


### Miscellaneous

* sort es translations ([b7316b9](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/b7316b93d81ec8e45e4d825120c23239cfefc229))

## [1.79.1](https://github.com/mrzmyr/pixy-mood-tracker-app/compare/v1.79.0...v1.79.1) (2023-01-18)


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.79.1",
"version": "1.79.2",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "pixy",
Expand All @@ -25,7 +25,7 @@
],
"ios": {
"bundleIdentifier": "com.devmood.pixymoodtracker",
"buildNumber": "1.79.1",
"buildNumber": "1.79.2",
"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": 460017901,
"versionCode": 460017902,
"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.79.1",
"version": "1.79.2",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "export NODE_OPTIONS=--openssl-legacy-provider && expo start --dev-client",
Expand Down

0 comments on commit f2f9383

Please sign in to comment.