Skip to content

Commit

Permalink
chore(release): 1.5.0-dev.9 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0-dev.9](v1.5.0-dev.8...v1.5.0-dev.9) (2024-03-27)

### Bug Fixes

* Check index of pattern in string instead of the other way around ([e3ba343](e3ba343))
* **YouTube - Hide layout components:** Correctly hide Join button ([b945e2f](b945e2f))
* **YouTube - Hide Shorts components:** Correctly hide join button ([b7a8995](b7a8995))
* **YouTube:** Fix video playback by switching to ReVanced GmsCore vendor ([#589](#589)) ([3a34a23](3a34a23))

### Features

* **YouTube - Hide layout components:** Filter home/search results by keywords ([#584](#584)) ([0222a4a](0222a4a))
* **YouTube - Hide Shorts components:** Hide like and dislike buttons ([2a08e5a](2a08e5a))
* **YouTube - Hide Shorts components:** Hide sound metadata label ([46d8ef6](46d8ef6))
* **YouTube - Hide Shorts components:** Hide title and full video link label ([59165de](59165de))
  • Loading branch information
semantic-release-bot committed Mar 27, 2024
1 parent 0222a4a commit bc52fad
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.5.0-dev.9](https://github.com/ReVanced/revanced-integrations/compare/v1.5.0-dev.8...v1.5.0-dev.9) (2024-03-27)


### Bug Fixes

* Check index of pattern in string instead of the other way around ([e3ba343](https://github.com/ReVanced/revanced-integrations/commit/e3ba343d890bf3cf79642b1b196c96934a4c0007))
* **YouTube - Hide layout components:** Correctly hide Join button ([b945e2f](https://github.com/ReVanced/revanced-integrations/commit/b945e2f44b1a62326e6d45345c1467668d803f53))
* **YouTube - Hide Shorts components:** Correctly hide join button ([b7a8995](https://github.com/ReVanced/revanced-integrations/commit/b7a8995f798e386ee1d9ab5bbd857c1736cc5a29))
* **YouTube:** Fix video playback by switching to ReVanced GmsCore vendor ([#589](https://github.com/ReVanced/revanced-integrations/issues/589)) ([3a34a23](https://github.com/ReVanced/revanced-integrations/commit/3a34a2306df8ad45fa24a18d1569040631edc6f7))


### Features

* **YouTube - Hide layout components:** Filter home/search results by keywords ([#584](https://github.com/ReVanced/revanced-integrations/issues/584)) ([0222a4a](https://github.com/ReVanced/revanced-integrations/commit/0222a4aafc76ecf86b0c567c819d9df45f6f4607))
* **YouTube - Hide Shorts components:** Hide like and dislike buttons ([2a08e5a](https://github.com/ReVanced/revanced-integrations/commit/2a08e5a98e9e9a00bb306313ff487d67c042a92e))
* **YouTube - Hide Shorts components:** Hide sound metadata label ([46d8ef6](https://github.com/ReVanced/revanced-integrations/commit/46d8ef6f88bd4c912a45357541291af38b5fc81f))
* **YouTube - Hide Shorts components:** Hide title and full video link label ([59165de](https://github.com/ReVanced/revanced-integrations/commit/59165de801a5481fa4055dcf1797fe84dce235c0))

# [1.5.0-dev.9](https://github.com/ReVanced/revanced-integrations/compare/v1.5.0-dev.8...v1.5.0-dev.9) (2024-03-26)


Expand Down

2 comments on commit bc52fad

@LisoUseInAIKyrios
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oSumAtrIX
It refuses to create a new release.

Build log shows:
[9:48:28 AM] [semantic-release] › ℹ The local branch dev is behind the remote one, therefore a new version won't be published.

How to fix this?

@oSumAtrIX
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As per explanation on the semantic-release website, such an issue can occur if we wrongly force push or if a release fails for any reason. In such an event, both the failed release tag and the commit have to be deleted via a force push in order to fix the issue. Force pushing to delete the old commit is not necessary but it would get rid of duplicate c(invalid) commits.

Please sign in to comment.