Skip to content

Commit

Permalink
chore(release): 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tekrei committed Dec 13, 2021
1 parent cb500f5 commit 19892fa
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 38 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
# https://github.com/expo/expo-github-action#publish-on-any-push-to-main
jobs:
build-android-local:
build-android:
name: Build Android Locally
runs-on: ubuntu-latest
steps:
Expand All @@ -31,27 +31,27 @@ jobs:
with:
files: subadapmuzik-${{ steps.currenttag.outputs.tag }}.apk
tag_name: ${{ steps.currenttag.outputs.tag }}
build-android-remote:
name: Build Android Remotely
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "lts/*"
- uses: expo/expo-github-action@v6
with:
expo-version: 4.x
token: ${{ secrets.EXPO_TOKEN }}
- name: Install dependencies
run: yarn install
- name: Build packages
run: (yarn build:android | grep https://expo.dev/artifacts/eas/) > apk_url.txt
- name: APK URL
uses: actions/upload-artifact@v2
with:
name: apk_url
path: apk_url.txt
# build-android-remote:
# name: Build Android Remotely
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v2
# with:
# node-version: "lts/*"
# - uses: expo/expo-github-action@v6
# with:
# expo-version: 4.x
# token: ${{ secrets.EXPO_TOKEN }}
# - name: Install dependencies
# run: yarn install
# - name: Build packages
# run: (yarn build:android | grep https://expo.dev/artifacts/eas/) > apk_url.txt
# - name: APK URL
# uses: actions/upload-artifact@v2
# with:
# name: apk_url
# path: apk_url.txt
publish:
name: Publish
runs-on: ubuntu-latest
Expand Down
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

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.

## [0.9.1](https://github.com/kinefi/subadap-player/compare/v0.9.0...v0.9.1) (2021-12-12)
### [0.9.2](https://github.com/kinefi/subadap-player/compare/v0.9.1...v0.9.2) (2021-12-13)

- Oynatıcı liste dışına taşındı [#46](https://github.com/kinefi/subadap-player/issues/46)
- Küçük düzeltmeler [#54](https://github.com/kinefi/subadap-player/issues/54)

### [0.9.1](https://github.com/kinefi/subadap-player/compare/v0.9.0...v0.9.1) (2021-12-12)

- Simgeler düzenlendi [#49](https://github.com/kinefi/subadap-player/issues/49)

Expand Down Expand Up @@ -50,7 +55,7 @@ Bu sürümde şarkı ve oynatma listesinde düzeltmeler yapıldı [#36](https://
- Menüdeki geçişler düzeltildi [#26](https://github.com/kinefi/subadap-player/issues/26)
- Albüm adı ve yılı kaldırıldı [#27](https://github.com/kinefi/subadap-player/issues/27)

## [0.2.1](https://github.com/kinefi/subadap-player/compare/v0.2.0...v0.2.1) (2021-10-26)
### [0.2.1](https://github.com/kinefi/subadap-player/compare/v0.2.0...v0.2.1) (2021-10-26)

- Daha küçük menü öğeleri [#15](https://github.com/kinefi/subadap-player/issues/15)
- Şarkı ayrıntı bölümünde çalma listesi gösterildi [#18](https://github.com/kinefi/subadap-player/issues/18)
Expand All @@ -60,6 +65,6 @@ Bu sürümde şarkı ve oynatma listesinde düzeltmeler yapıldı [#36](https://

- Playlist ve çalan şarkı ayrıntı ekranı eklendi [#4](https://github.com/kinefi/subadap-player/issues/4)

## 0.1.5 (2021-10-02)
### 0.1.5 (2021-10-02)

- Sürüm yönetimi başlangıcı
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": "Şubadap Müzik Çalar",
"slug": "subadap-player",
"version": "0.9.1",
"version": "0.9.2",
"description": "",
"githubUrl": "https://github.com/kinefi/subadap-player",
"owner": "kinefi",
Expand All @@ -22,7 +22,7 @@
],
"ios": {
"supportsTablet": true,
"buildNumber": "0.9.1",
"buildNumber": "0.9.2",
"bundleIdentifier": "subadap.player"
},
"android": {
Expand All @@ -31,7 +31,7 @@
"backgroundColor": "#FFFFFF"
},
"package": "subadap.player",
"versionCode": 430000901
"versionCode": 430000902
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main": "node_modules/expo/AppEntry.js",
"license": "Apache-2.0",
"version": "0.9.1",
"version": "0.9.2",
"repository": {
"type": "git",
"url": "https://github.com/kinefi/subadap-player.git"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2773,9 +2773,9 @@
"@types/react-native" "*"

"@types/react-native@*":
version "0.66.8"
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.66.8.tgz#0f9d42202452e9951e4f45277c254de12d1e11b9"
integrity sha512-xiW7MfTPzd6xsJB8VEtheF9RH1Vyr1FlbM5jguMa+3ZtnFlE38H4TZSCFAaA3YGIZDnAOlG7qT13RUWyFpW2uw==
version "0.66.9"
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.66.9.tgz#a051d1f1f3cd03df4b4870e91e416b71377a8b7a"
integrity sha512-lve1rgQadbOM82ZRiw6CvvManUeidDhlFtiXA+dErI7a7/NNxLM7kZVYDNKd/QQc5FgLlQ0Uof2QInup7OwsBg==
dependencies:
"@types/react" "*"

Expand Down Expand Up @@ -6560,9 +6560,9 @@ flow-bin@0.113.0:
integrity sha512-76uE2LGNe50wm+Jup8Np4FBcMbyy5V2iE+K25PPIYLaEMGHrL1jnQfP9L0hTzA5oh2ZJlexRLMlaPqIYIKH9nw==

flow-parser@0.*:
version "0.167.0"
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.167.0.tgz#78c6a49b2e1aee2735674780c4706c162f9d33f9"
integrity sha512-45pjy35viRuzShVdidJi7lk6e+Koa6jmbL1zvl14zVh0nDH2UiIcV3tvunCqwm06r8cK9BUIlKkupxWQpCuTog==
version "0.167.1"
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.167.1.tgz#393091cd6d0108b981a02caaca8c8939508fef3b"
integrity sha512-KQGKp9VvVXRUI+xznTOVthj1aroBHGOe3/1t9h1KaSWEP6GzMI59L8KtKJPsFYgTFTvQpRmHK8lTR4by9VAJeA==

flow-parser@^0.121.0:
version "0.121.0"
Expand Down Expand Up @@ -13603,9 +13603,9 @@ uglify-es@^3.1.9:
source-map "~0.6.1"

uglify-js@^3.1.4:
version "3.14.4"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.14.4.tgz#68756f17d1b90b9d289341736cb9a567d6882f90"
integrity sha512-AbiSR44J0GoCeV81+oxcy/jDOElO2Bx3d0MfQCUShq7JRXaM4KtQopZsq2vFv8bCq2yMaGrw1FgygUd03RyRDA==
version "3.14.5"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.14.5.tgz#cdabb7d4954231d80cb4a927654c4655e51f4859"
integrity sha512-qZukoSxOG0urUTvjc2ERMTcAy+BiFh3weWAkeurLwjrCba73poHmG3E36XEjd/JGukMzwTL7uCxZiAexj8ppvQ==

ultron@1.0.x:
version "1.0.2"
Expand Down

0 comments on commit 19892fa

Please sign in to comment.