chore(release): 2.201.0-dev.1 [skip ci]

# [2.201.0-dev.1](https://github.com/ReVanced/revanced-patches/compare/v2.200.0...v2.201.0-dev.1) (2023-11-23)

### Bug Fixes

* **YouTube - Enable tablet layout:** Respect the original device layout ([b2c5bab](b2c5babf3f))

### Features

* **YouTube - Hide ads:** Hide shopping links in video description ([0c875a1](0c875a1063))
* **YouTube - Hide layout components:** Hide "For You" shelf in channel page ([2bc7485](2bc7485cda))
This commit is contained in:
semantic-release-bot 2023-11-23 03:01:29 +00:00
parent 0c875a1063
commit b75bc1a440
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,16 @@
# [2.201.0-dev.1](https://github.com/ReVanced/revanced-patches/compare/v2.200.0...v2.201.0-dev.1) (2023-11-23)
### Bug Fixes
* **YouTube - Enable tablet layout:** Respect the original device layout ([b2c5bab](https://github.com/ReVanced/revanced-patches/commit/b2c5babf3fd9ad73daa06e03f4830a9dd7199d0c))
### Features
* **YouTube - Hide ads:** Hide shopping links in video description ([0c875a1](https://github.com/ReVanced/revanced-patches/commit/0c875a106308ae9747ae998d75b84db1c336762b))
* **YouTube - Hide layout components:** Hide "For You" shelf in channel page ([2bc7485](https://github.com/ReVanced/revanced-patches/commit/2bc7485cda5c5e17d65419faca983567a030f9aa))
## [2.200.1-dev.1](https://github.com/ReVanced/revanced-patches/compare/v2.200.0...v2.200.1-dev.1) (2023-11-23)

View File

@ -1,4 +1,4 @@
org.gradle.parallel = true
org.gradle.caching = true
kotlin.code.style = official
version = 2.200.1-dev.1
version = 2.201.0-dev.1