Skip to content

Commit

Permalink
⬆️ Upgrade youtubei.js to fix 400 issue (#2667)
Browse files Browse the repository at this point in the history
* ⬆️ Upgrade packages

* 📝 Update changelog and bump version
  • Loading branch information
moisout authored Feb 23, 2024
1 parent 8537860 commit 87b106b
Show file tree
Hide file tree
Showing 7 changed files with 620 additions and 581 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
This file is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.15.2]

### Added

- Video share option to copy the YouTube link (Thanks @chonsser) [#2610](https://github.com/ViewTube/viewtube/pull/2610)

### Fixed

- Upgrade package youtubei.js to fix "error 400" issue [#2667](https://github.com/ViewTube/viewtube/pull/2667)

## [0.15.1]

### Added
Expand Down Expand Up @@ -396,7 +406,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[unreleased]: https://github.com/viewtube/viewtube/compare/v0.15.1...development
[unreleased]: https://github.com/viewtube/viewtube/compare/v0.15.2...development
[0.15.1]: https://github.com/viewtube/viewtube/compare/v0.15.1...v0.15.2
[0.15.1]: https://github.com/viewtube/viewtube/compare/v0.15.0...v0.15.1
[0.15.0]: https://github.com/viewtube/viewtube/compare/v0.14.2...v0.15.0
[0.14.2]: https://github.com/viewtube/viewtube/compare/v0.14.1...v0.14.2
Expand Down
16 changes: 8 additions & 8 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"@pinia-plugin-persistedstate/nuxt": "1.2.0",
"@pinia/nuxt": "0.5.1",
"@types/humanize-duration": "3.27.4",
"@types/node": "20.10.6",
"@types/node": "20.11.20",
"@types/papaparse": "5.3.14",
"@types/qrcode": "1.5.5",
"@types/ua-parser-js": "0.7.39",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"@unocss/nuxt": "0.58.5",
"@unocss/preset-icons": "0.58.5",
"@vueuse/core": "10.7.2",
"@vueuse/core": "10.8.0",
"@vueuse/nuxt": "10.8.0",
"consola": "3.2.3",
"cross-env": "7.0.3",
Expand All @@ -38,19 +38,19 @@
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-nuxt": "4.0.0",
"eslint-plugin-vue": "9.21.1",
"hls.js": "1.5.5",
"eslint-plugin-vue": "9.22.0",
"hls.js": "1.5.6",
"human-number": "2.0.4",
"humanize-duration": "3.31.0",
"js-sha256": "0.11.0",
"keen-slider": "6.8.6",
"modern-js-ripple": "1.1.3",
"nuxi": "3.10.1",
"nuxt": "3.10.2",
"nuxt": "3.10.3",
"papaparse": "5.4.1",
"pinia": "2.1.7",
"qrcode": "1.5.3",
"sass": "1.71.0",
"sass": "1.71.1",
"swiper": "11.0.6",
"tippy.js": "6.3.7",
"typescript": "5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Maurice Oegerli",
"country": "Switzerland",
"email": "[email protected]",
"version": "0.15.1",
"version": "0.15.2",
"license": "AGPLv3",
"engines": {
"node": ">=18.16.0",
Expand Down
Loading

0 comments on commit 87b106b

Please sign in to comment.