Skip to content

Commit

Permalink
Merge pull request #157 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.82.0
  • Loading branch information
mrzmyr authored Feb 12, 2023
2 parents 8ce8f64 + d7e2d37 commit 8d21a90
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.82.0](https://github.com/mrzmyr/pixy-mood-tracker-app/compare/v1.81.1...v1.82.0) (2023-02-12)


### Features

* remove quick check in ([07b1a39](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/07b1a39f35e0df163dbb1d83ef59c8ae9c6f92f4))


### Miscellaneous

* **main:** release 1.81.1 ([df4c7c1](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/df4c7c1baeaae8ac812d48e1aa6a9d1d48c266c2))


### Styling

* move open source to development section in settings ([1e0d7d6](https://github.com/mrzmyr/pixy-mood-tracker-app/commit/1e0d7d61d1a7c7be54c15c0ebcaa57d8ebc1675c))

## [1.81.1](https://github.com/mrzmyr/pixy-mood-tracker-app/compare/v1.81.0...v1.81.1) (2023-02-05)


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.1",
"version": "1.82.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "pixy",
Expand All @@ -25,7 +25,7 @@
],
"ios": {
"bundleIdentifier": "com.devmood.pixymoodtracker",
"buildNumber": "1.81.1",
"buildNumber": "1.82.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": 460018101,
"versionCode": 460018200,
"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.1",
"version": "1.82.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 8d21a90

Please sign in to comment.