Skip to content

Commit

Permalink
v5.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Dec 7, 2024
1 parent 3e941e4 commit dd0459f
Show file tree
Hide file tree
Showing 11 changed files with 50 additions and 9 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.13.0](https://github.com/podlove/podlove-ui/compare/v5.12.3...v5.13.0) (2024-12-07)


### Features

* **player:** add arabic language support ([#1167](https://github.com/podlove/podlove-ui/issues/1167)) ([3e941e4](https://github.com/podlove/podlove-ui/commit/3e941e47f9fec95b943087f1063a1f35509ec898))





## [5.12.3](https://github.com/podlove/podlove-ui/compare/v5.12.2...v5.12.3) (2024-05-23)

**Note:** Version bump only for package root
Expand Down
11 changes: 11 additions & 0 deletions apps/player/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.13.0](https://github.com/podlove/podlove-ui/compare/v5.12.3...v5.13.0) (2024-12-07)


### Features

* **player:** add arabic language support ([#1167](https://github.com/podlove/podlove-ui/issues/1167)) ([3e941e4](https://github.com/podlove/podlove-ui/commit/3e941e47f9fec95b943087f1063a1f35509ec898))





## [5.12.3](https://github.com/podlove/podlove-ui/compare/v5.12.2...v5.12.3) (2024-05-23)

**Note:** Version bump only for package @podlove/player
Expand Down
2 changes: 1 addition & 1 deletion apps/player/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@podlove/player",
"version": "5.12.3",
"version": "5.13.0",
"description": "HTML5 Goodness for Podcasting",
"homepage": "https://github.com/podlove/ui/tree/development/apps/player",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions apps/subscribe-button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.13.0](https://github.com/podlove/podlove-ui/compare/v5.12.3...v5.13.0) (2024-12-07)


### Features

* **player:** add arabic language support ([#1167](https://github.com/podlove/podlove-ui/issues/1167)) ([3e941e4](https://github.com/podlove/podlove-ui/commit/3e941e47f9fec95b943087f1063a1f35509ec898))





## [5.12.2](https://github.com/podlove/podlove-ui/compare/v5.12.1...v5.12.2) (2024-01-24)

**Note:** Version bump only for package @podlove/subscribe-button
Expand Down
2 changes: 1 addition & 1 deletion apps/subscribe-button/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/subscribe-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@podlove/subscribe-button",
"version": "5.12.2",
"version": "5.13.0",
"description": "",
"main": "subscribe-button.js",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions apps/web-player/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.13.0](https://github.com/podlove/podlove-ui/compare/v5.12.3...v5.13.0) (2024-12-07)

**Note:** Version bump only for package @podlove/web-player





## [5.12.3](https://github.com/podlove/podlove-ui/compare/v5.12.2...v5.12.3) (2024-05-23)

**Note:** Version bump only for package @podlove/web-player
Expand Down
2 changes: 1 addition & 1 deletion apps/web-player/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions apps/web-player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@podlove/web-player",
"version": "5.12.3",
"version": "5.13.0",
"description": "Embedded version of Podlove Player",
"homepage": "https://github.com/podlove/ui/tree/development/apps/web-player",
"scripts": {
Expand All @@ -22,11 +22,11 @@
"license": "MIT",
"dependencies": {
"@podlove/button-actions": "^5.12.2",
"@podlove/player": "^5.12.3",
"@podlove/player": "^5.13.0",
"@podlove/player-actions": "^5.12.2",
"@podlove/player-config": "^5.12.2",
"@podlove/player-state": "^5.12.3",
"@podlove/subscribe-button": "^5.12.2",
"@podlove/subscribe-button": "^5.13.0",
"@podlove/utils": "^5.12.2",
"color": "3.1.2",
"hashcode": "1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"apps/**",
"packages/**"
],
"version": "5.12.3",
"version": "5.13.0",
"npmClient": "npm"
}

0 comments on commit dd0459f

Please sign in to comment.