Skip to content

Commit

Permalink
Merge pull request #98 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.70.0
  • Loading branch information
mrzmyr authored Dec 31, 2022
2 parents a0f08be + defdd5d commit ef5033f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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


### Features

* add sleep tracking ([1fbed58](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/1fbed58281b5bcfb62db6c2f69b5aa6b2e1e5b6e))


### Bug Fixes

* android margin top in settings ([c3adf85](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/c3adf850598d47ab0b32bed85e800b356c7837c4))
* start error ([3d8f2ec](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/3d8f2ece2e1fec9ee28cb79d2f2ab18092fcab04))


### Styling

* align tag border ([7ec135e](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/7ec135e464e6ab81abab3d13d28716d49f9714fb))
* update de translation ([0263932](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/02639321ce99150cb67cb2ed13f2a8100ef5fd8d))

## [1.69.0](https://github.com/mrzmyr/pixy-mood-tracker-app/compare/v1.68.2...v1.69.0) (2022-12-25)


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.69.0",
"version": "1.70.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "pixy",
Expand All @@ -25,7 +25,7 @@
],
"ios": {
"bundleIdentifier": "com.devmood.pixymoodtracker",
"buildNumber": "1.69.0",
"buildNumber": "1.70.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": 460016900,
"versionCode": 460017000,
"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.69.0",
"version": "1.70.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 ef5033f

Please sign in to comment.