Skip to content

Commit

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

chore(main): release 1.69.0
  • Loading branch information
mrzmyr authored Dec 25, 2022
2 parents 54cc840 + 60d694c commit 7c146d8
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.69.0](https://github.com/mrzmyr/pixy-mood-tracker-app/compare/v1.68.2...v1.69.0) (2022-12-25)


### Features

* add `good` and `bad` moods to mood peaks ([726b0e8](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/726b0e857e4c04f28f03e1f1fb7d1f92c0909953))
* change `TagPeaks` to refer to days instead of "times" ([8bb5a49](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/8bb5a4931e9ec92b086c9fe59d18d89ed89ebc70))


### Bug Fixes

* add period to mood chart in en ([f4db129](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/f4db12941de8e20b4ced90d52412ada83f7fe308))
* change `motivated` label ([5a31daa](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/5a31daae80c9b570defb95973fd5c8533da11304))
* truncate `EmotionButtonBasic` text ([986be0a](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/986be0af425ee4d3039e7c45951aa0bac3ab8dea))
* uppercase typo in tips ([54cc840](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/54cc8401ef4e87240ba26f8d1e670a33701c9689))

## [1.68.2](https://github.com/mrzmyr/pixy-mood-tracker-app/compare/v1.68.1...v1.68.2) (2022-12-24)


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.68.2",
"version": "1.69.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "pixy",
Expand All @@ -25,7 +25,7 @@
],
"ios": {
"bundleIdentifier": "com.devmood.pixymoodtracker",
"buildNumber": "1.68.2",
"buildNumber": "1.69.0",
"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": 460016802,
"versionCode": 460016900,
"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.68.2",
"version": "1.69.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start --dev-client",
Expand Down

0 comments on commit 7c146d8

Please sign in to comment.