Skip to content

Commit

Permalink
Merge pull request #143 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.0
  • Loading branch information
mrzmyr authored Jan 29, 2023
2 parents b7932de + 910a8de commit 4bd161d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.0](https://github.com/mrzmyr/pixy-mood-tracker-app/compare/v1.80.0...v1.81.0) (2023-01-29)


### Features

* add quick check in ([a4ffe3b](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/a4ffe3bc4d322abcbf475e0e0bf7c85870c4ea8b))
* add sleep quality chart ([94dbe81](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/94dbe81e727558e1083d62e1da5b223037a28267))


### Miscellaneous

* **deps:** bump ua-parser-js from 0.7.31 to 0.7.33 ([6ebe55f](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/6ebe55f484413e97ef1724a08f673432f504dd65))

## [1.80.0](https://github.com/mrzmyr/pixy-mood-tracker-app/compare/v1.79.2...v1.80.0) (2023-01-22)


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

0 comments on commit 4bd161d

Please sign in to comment.