Skip to content

Commit

Permalink
chore(release): 0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.1.0](v0.0.1...v0.1.0) (2024-08-30)

### ✨ Features

* add alpha version of watchos variant of ReactTube and add YT Music sections to phone variant(alpha) ([#29](#29)) ([cff8418](cff8418))

### 🐛 Fixes

* fix endcard clicks and add progress ui ([e9007c0](e9007c0))
* fix release CI issue ([#18](#18)) ([1e86988](1e86988))
* fix various bugs from the latest commits including login bugs ([#30](#30)) ([396d5fd](396d5fd))

### 📝 Documentation

* add LOCALBUILD.md readme ([#24](#24)) ([4c79d56](4c79d56))

### 🔁 CI

* add semantic release ([#17](#17)) ([ba0fea3](ba0fea3))

### Minor changes

* add new alpha video player overlay and some minor fixes ([#20](#20)) ([e685953](e685953))
* fix lint and tv remote issues and add a white selection border  ([#16](#16)) ([afc319e](afc319e))
* migrate settings to new style and add language selection for youtube ([#19](#19)) ([9ef3ff6](9ef3ff6))
* upgrade and migrate to RN 0.73 with expo native tvos searchbar and small improvements ([#14](#14)) ([b8b3ffc](b8b3ffc))
* upgrade react-native-video and react native minor update ([#21](#21)) ([26062c8](26062c8))
  • Loading branch information
semantic-release-bot committed Aug 30, 2024
1 parent e9007c0 commit 0c282c7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## [0.1.0](https://github.com/Duell10111/ReactTube/compare/v0.0.1...v0.1.0) (2024-08-30)

### :sparkles: Features

* add alpha version of watchos variant of ReactTube and add YT Music sections to phone variant(alpha) ([#29](https://github.com/Duell10111/ReactTube/issues/29)) ([cff8418](https://github.com/Duell10111/ReactTube/commit/cff8418dae517b0d9169a5b1b3813a0d4dfabf92))

### :bug: Fixes

* fix endcard clicks and add progress ui ([e9007c0](https://github.com/Duell10111/ReactTube/commit/e9007c08eaae9ee5e31cf8a9a069c9f66dc2f6ba))
* fix release CI issue ([#18](https://github.com/Duell10111/ReactTube/issues/18)) ([1e86988](https://github.com/Duell10111/ReactTube/commit/1e86988ef33a9a2909346aa97b736380fc6ca264))
* fix various bugs from the latest commits including login bugs ([#30](https://github.com/Duell10111/ReactTube/issues/30)) ([396d5fd](https://github.com/Duell10111/ReactTube/commit/396d5fdb0439f78e2635f60c07c603f971ce5d94))

### :memo: Documentation

* add LOCALBUILD.md readme ([#24](https://github.com/Duell10111/ReactTube/issues/24)) ([4c79d56](https://github.com/Duell10111/ReactTube/commit/4c79d5693f1dcb70d19b2d75ef3de22de318ad1e))

### :repeat: CI

* add semantic release ([#17](https://github.com/Duell10111/ReactTube/issues/17)) ([ba0fea3](https://github.com/Duell10111/ReactTube/commit/ba0fea390c844952782d2ddea62a509a42f94446))

### Minor changes

* add new alpha video player overlay and some minor fixes ([#20](https://github.com/Duell10111/ReactTube/issues/20)) ([e685953](https://github.com/Duell10111/ReactTube/commit/e6859530fee95052248f6b4fe4b05c189f65c7fd))
* fix lint and tv remote issues and add a white selection border ([#16](https://github.com/Duell10111/ReactTube/issues/16)) ([afc319e](https://github.com/Duell10111/ReactTube/commit/afc319e9351fe0f35ed2e0113aebd8043e28e7b6))
* migrate settings to new style and add language selection for youtube ([#19](https://github.com/Duell10111/ReactTube/issues/19)) ([9ef3ff6](https://github.com/Duell10111/ReactTube/commit/9ef3ff6e2890d540400b92b3e73d10cbf86dd895))
* upgrade and migrate to RN 0.73 with expo native tvos searchbar and small improvements ([#14](https://github.com/Duell10111/ReactTube/issues/14)) ([b8b3ffc](https://github.com/Duell10111/ReactTube/commit/b8b3ffc05302e0a74d5f6848231bc320c695ecb8))
* upgrade react-native-video and react native minor update ([#21](https://github.com/Duell10111/ReactTube/issues/21)) ([26062c8](https://github.com/Duell10111/ReactTube/commit/26062c8fd9bd7447d30f372b60c10479e53336a1))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reacttube",
"version": "0.0.2",
"version": "0.1.0",
"dependencies": {
"@craftzdog/react-native-buffer": "^6.0.5",
"@duell10111/apple-targets": "^0.0.6-alpha.1",
Expand Down

0 comments on commit 0c282c7

Please sign in to comment.