Skip to content

Commit

Permalink
v5.12.1-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Nov 30, 2023
1 parent d80781e commit 43bd310
Show file tree
Hide file tree
Showing 33 changed files with 7,013 additions and 3,866 deletions.
221 changes: 48 additions & 173 deletions CHANGELOG.md

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.12.1-alpha.0](https://github.com/podlove/podlove-ui/compare/v5.12.0...v5.12.1-alpha.0) (2023-11-30)

**Note:** Version bump only for package @podlove/docs
18 changes: 9 additions & 9 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "@podlove/docs",
"version": "0.0.0",
"version": "5.12.1-alpha.0",
"private": true,
"type": "module",
"scripts": {
"dev": "histoire dev"
},
"dependencies": {
"vue": "3.2.41",
"@podlove/button-actions": "workspace:*",
"@podlove/components": "workspace:*",
"@podlove/player": "workspace:*",
"@podlove/types": "workspace:*",
"@podlove/subscribe-button": "workspace:*",
"@podlove/button-actions": "workspace:*",
"@podlove/player-actions": "workspace:*",
"@podlove/subscribe-button": "workspace:*",
"@podlove/types": "workspace:*",
"@podlove/utils": "workspace:*",
"farbraum": "0.1.4"
"farbraum": "0.1.4",
"vue": "3.2.41"
},
"devDependencies": {
"@histoire/app": "0.16.1",
"@histoire/plugin-vue": "0.16.1",
"@histoire/vendors": "0.16.0",
"@vitejs/plugin-vue": "4.2.3",
"histoire": "0.16.1",
"vite": "4.3.9",
"autoprefixer": "10.4.14",
"histoire": "0.16.1",
"postcss-import": "15.1.0",
"tailwindcss": "3.3.2",
"postcss-import": "15.1.0"
"vite": "4.3.9"
}
}
238 changes: 61 additions & 177 deletions apps/player/CHANGELOG.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions apps/player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@podlove/player",
"version": "5.12.0",
"version": "5.12.1-alpha.0",
"description": "HTML5 Goodness for Podcasting",
"homepage": "https://github.com/podlove/ui/tree/development/apps/player",
"type": "module",
Expand All @@ -27,16 +27,16 @@
"@podlove/utils": "workspace:*",
"core-js": "3.15.2",
"date-fns": "2.16.1",
"debounce": "2.0.0",
"farbraum": "0.1.4",
"hashcode": "1.0.3",
"ramda": "0.29.0",
"redux": "4.2.0",
"redux-vuex": "3.0.0",
"reselect": "4.1.8",
"tailwindcss": "3.2.4",
"vue": "3.2.41",
"vue-i18n": "9.2.2",
"debounce": "2.0.0",
"hashcode": "1.0.3"
"vue-i18n": "9.2.2"
},
"devDependencies": {
"@types/node": "20.8.4",
Expand All @@ -47,9 +47,9 @@
"cypress-vite": "1.4.2",
"eslint": "8.53.0",
"eslint-plugin-vue": "9.18.1",
"sass": "1.69.5",
"typescript": "5.0.4",
"vite": "4.3.5",
"sass": "1.69.5",
"vite-plugin-dts": "3.6.3"
},
"exports": {
Expand Down
155 changes: 25 additions & 130 deletions apps/subscribe-button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,250 +3,145 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.12.0](https://github.com/podlove/podlove-ui/compare/v5.11.1...v5.12.0) (2022-10-08)
## [5.12.1-alpha.0](https://github.com/podlove/podlove-ui/compare/v5.12.0...v5.12.1-alpha.0) (2023-11-30)

**Note:** Version bump only for package @podlove/subscribe-button

# [5.12.0](https://github.com/podlove/podlove-ui/compare/v5.11.1...v5.12.0) (2022-10-08)



**Note:** Version bump only for package @podlove/subscribe-button

## [5.11.1](https://github.com/podlove/podlove-ui/compare/v5.11.0...v5.11.1) (2022-09-10)

**Note:** Version bump only for package @podlove/subscribe-button





# [5.11.0](https://github.com/podlove/podlove-ui/compare/v5.10.0...v5.11.0) (2022-05-01)


### Bug Fixes

* **web-player:** remove container transition to solve resizing issue ([4c7b9bc](https://github.com/podlove/podlove-ui/commit/4c7b9bc1f5a6b957ae579b1850074c93bc242e83))

- **web-player:** remove container transition to solve resizing issue ([4c7b9bc](https://github.com/podlove/podlove-ui/commit/4c7b9bc1f5a6b957ae579b1850074c93bc242e83))

### Features

* **subscribe-button:** add ability to provide multiple custom clients ([ab60133](https://github.com/podlove/podlove-ui/commit/ab6013351486a1453f664b32fd81a67cb765f165))




- **subscribe-button:** add ability to provide multiple custom clients ([ab60133](https://github.com/podlove/podlove-ui/commit/ab6013351486a1453f664b32fd81a67cb765f165))

# [5.10.0](https://github.com/podlove/podlove-ui/compare/v5.9.0...v5.10.0) (2022-04-20)

**Note:** Version bump only for package @podlove/subscribe-button





# [5.9.0](https://github.com/podlove/podlove-ui/compare/v5.8.0...v5.9.0) (2022-04-03)

**Note:** Version bump only for package @podlove/subscribe-button





# [5.8.0](https://github.com/podlove/podlove-ui/compare/v5.7.4...v5.8.0) (2022-03-27)


### Features

* **subscribe-button:** add ability to provide custom clients ([473499d](https://github.com/podlove/podlove-ui/commit/473499d569a5c68215df57ba5434fa670f83969f))




- **subscribe-button:** add ability to provide custom clients ([473499d](https://github.com/podlove/podlove-ui/commit/473499d569a5c68215df57ba5434fa670f83969f))

## [5.7.4](https://github.com/podlove/podlove-ui/compare/v5.7.3...v5.7.4) (2021-12-04)

**Note:** Version bump only for package @podlove/subscribe-button





## [5.7.3](https://github.com/podlove/podlove-ui/compare/v5.7.2...v5.7.3) (2021-10-01)

**Note:** Version bump only for package @podlove/subscribe-button





## [5.7.1](https://github.com/podlove/podlove-ui/compare/v5.7.0...v5.7.1) (2021-09-29)


### Bug Fixes

* apply linting ([820cf20](https://github.com/podlove/podlove-ui/commit/820cf200c4337e832173cc95eeed3cbd6e2d343d))
* **build:** use banner plugin to replace webpack auto version ([d0f39f1](https://github.com/podlove/podlove-ui/commit/d0f39f154da6d9ada2eecb879039384e619ef414))




- apply linting ([820cf20](https://github.com/podlove/podlove-ui/commit/820cf200c4337e832173cc95eeed3cbd6e2d343d))
- **build:** use banner plugin to replace webpack auto version ([d0f39f1](https://github.com/podlove/podlove-ui/commit/d0f39f154da6d9ada2eecb879039384e619ef414))

# [5.7.0](https://github.com/podlove/podlove-ui/compare/v5.6.4...v5.7.0) (2021-07-11)

**Note:** Version bump only for package @podlove/subscribe-button





## [5.6.4](https://github.com/podlove/podlove-ui/compare/v5.6.3...v5.6.4) (2021-07-07)

**Note:** Version bump only for package @podlove/subscribe-button





## [5.6.3](https://github.com/podlove/podlove-ui/compare/v5.6.2...v5.6.3) (2021-07-07)

**Note:** Version bump only for package @podlove/subscribe-button





## [5.6.2](https://github.com/podlove/podlove-ui/compare/v5.6.1...v5.6.2) (2021-07-03)

**Note:** Version bump only for package @podlove/subscribe-button





## [5.6.1](https://github.com/podlove/podlove-ui/compare/v5.6.0...v5.6.1) (2021-07-03)

**Note:** Version bump only for package @podlove/subscribe-button





# [5.6.0](https://github.com/podlove/podlove-ui/compare/v5.5.0...v5.6.0) (2021-06-19)

**Note:** Version bump only for package @podlove/subscribe-button





# [5.5.0](https://github.com/podlove/podlove-ui/compare/v5.4.1...v5.5.0) (2021-04-05)

**Note:** Version bump only for package @podlove/subscribe-button





## [5.4.1](https://github.com/podlove/podlove-ui/compare/v5.4.0...v5.4.1) (2021-03-14)


### Bug Fixes

* **subscribe-button:** use runtime locale ([b3a838f](https://github.com/podlove/podlove-ui/commit/b3a838f865004b28c4df331484c3088b32ae66fa))




- **subscribe-button:** use runtime locale ([b3a838f](https://github.com/podlove/podlove-ui/commit/b3a838f865004b28c4df331484c3088b32ae66fa))

# [5.4.0](https://github.com/podlove/podlove-ui/compare/v5.3.2...v5.4.0) (2021-01-26)

**Note:** Version bump only for package @podlove/subscribe-button





## [5.3.2](https://github.com/podlove/podlove-ui/compare/v5.3.1...v5.3.2) (2020-12-19)

**Note:** Version bump only for package @podlove/subscribe-button





## [5.3.1](https://github.com/podlove/podlove-ui/compare/v5.3.0...v5.3.1) (2020-11-23)


### Bug Fixes

* **subscribe-button:** remove custom color on end card link ([240627f](https://github.com/podlove/podlove-ui/commit/240627f0dbe8605c0cbad4b67071e44c0a0b2387))




- **subscribe-button:** remove custom color on end card link ([240627f](https://github.com/podlove/podlove-ui/commit/240627f0dbe8605c0cbad4b67071e44c0a0b2387))

# [5.3.0](https://github.com/podlove/podlove-ui/compare/v5.2.3...v5.3.0) (2020-10-31)


### Bug Fixes

* player documentation build ([908e878](https://github.com/podlove/podlove-ui/commit/908e878c6a312bb11c6a0b4ba5d44e605263d2ea))
* **subscribe-button:** remove custom color on finish card rss link ([fba0f5e](https://github.com/podlove/podlove-ui/commit/fba0f5e1c7312444eaffb7152b13797bca70b7bc)), closes [#592](https://github.com/podlove/podlove-ui/issues/592)




- player documentation build ([908e878](https://github.com/podlove/podlove-ui/commit/908e878c6a312bb11c6a0b4ba5d44e605263d2ea))
- **subscribe-button:** remove custom color on finish card rss link ([fba0f5e](https://github.com/podlove/podlove-ui/commit/fba0f5e1c7312444eaffb7152b13797bca70b7bc)), closes [#592](https://github.com/podlove/podlove-ui/issues/592)

## [5.2.3](https://github.com/podlove/podlove-ui/compare/v5.2.2...v5.2.3) (2020-09-16)

**Note:** Version bump only for package @podlove/subscribe-button





## [5.2.2](https://github.com/podlove/podlove-ui/compare/v5.2.1...v5.2.2) (2020-09-16)

**Note:** Version bump only for package @podlove/subscribe-button





## [5.2.1](https://github.com/podlove/podlove-ui/compare/v5.2.0...v5.2.1) (2020-09-13)

**Note:** Version bump only for package @podlove/subscribe-button





# [5.2.0](https://github.com/podlove/podlove-ui/compare/v5.1.12...v5.2.0) (2020-08-29)

**Note:** Version bump only for package @podlove/subscribe-button





## 5.1.12 (2020-08-23)


### Bug Fixes

* **clients:** remove protocoll for antenna-pod ([429ae26](https://github.com/podlove/podlove-ui/commit/429ae2640692a5a3a899016b7b7d5895dc5c6898))
* **subscribe-button:** apply correct sizes to finish card ([bfe53c2](https://github.com/podlove/podlove-ui/commit/bfe53c2a51ee605958d45085ec4cec20a88aefb5))
* **subscribe-button:** fix clients layout on mobile ([91b56cb](https://github.com/podlove/podlove-ui/commit/91b56cb6d5291e23c6c007c68c29a44af926df7b))
* **subscribe-button:** fix imports ([0246795](https://github.com/podlove/podlove-ui/commit/0246795471a671f4db3ddaa8b1606ad05d1b8099))
* **subscribe-button:** truncate link on final card ([eded932](https://github.com/podlove/podlove-ui/commit/eded93279a2be2e806495d7023b7d74978c6ebdc)), closes [#158](https://github.com/podlove/podlove-ui/issues/158)
* **tests:** fix integration and unit tests ([89f388e](https://github.com/podlove/podlove-ui/commit/89f388e45edf485435597f5102eb065e05d9be34))
* **theme:** use contrast for chapter and icons ([f6b88c6](https://github.com/podlove/podlove-ui/commit/f6b88c607802d72a2dc31da8351f5abb16740d95)), closes [#183](https://github.com/podlove/podlove-ui/issues/183)
* **web-player:** add min-height to sandbox ([208198b](https://github.com/podlove/podlove-ui/commit/208198be6f30d58ff07441fe8065fc8b610ac4d2))

- **clients:** remove protocoll for antenna-pod ([429ae26](https://github.com/podlove/podlove-ui/commit/429ae2640692a5a3a899016b7b7d5895dc5c6898))
- **subscribe-button:** apply correct sizes to finish card ([bfe53c2](https://github.com/podlove/podlove-ui/commit/bfe53c2a51ee605958d45085ec4cec20a88aefb5))
- **subscribe-button:** fix clients layout on mobile ([91b56cb](https://github.com/podlove/podlove-ui/commit/91b56cb6d5291e23c6c007c68c29a44af926df7b))
- **subscribe-button:** fix imports ([0246795](https://github.com/podlove/podlove-ui/commit/0246795471a671f4db3ddaa8b1606ad05d1b8099))
- **subscribe-button:** truncate link on final card ([eded932](https://github.com/podlove/podlove-ui/commit/eded93279a2be2e806495d7023b7d74978c6ebdc)), closes [#158](https://github.com/podlove/podlove-ui/issues/158)
- **tests:** fix integration and unit tests ([89f388e](https://github.com/podlove/podlove-ui/commit/89f388e45edf485435597f5102eb065e05d9be34))
- **theme:** use contrast for chapter and icons ([f6b88c6](https://github.com/podlove/podlove-ui/commit/f6b88c607802d72a2dc31da8351f5abb16740d95)), closes [#183](https://github.com/podlove/podlove-ui/issues/183)
- **web-player:** add min-height to sandbox ([208198b](https://github.com/podlove/podlove-ui/commit/208198be6f30d58ff07441fe8065fc8b610ac4d2))

### Features

* **ie11:** add IE11+ compatibility ([60472d4](https://github.com/podlove/podlove-ui/commit/60472d442647ad838feb74b4980cc837f3a96853))
* **style:** Introduce variables for footer ([8a5f1ba](https://github.com/podlove/podlove-ui/commit/8a5f1ba60aba7e4ec7d551b99d8bf6dda2130cd9))
* **subscribe-button:** add subscribe-button embedding logic ([239d174](https://github.com/podlove/podlove-ui/commit/239d1748abb89a515476d9d0e7f26e72c9191ca1))
* **web-player:** web player 5 stock ([454d6de](https://github.com/podlove/podlove-ui/commit/454d6dead15ba4813d68e306ebc6f01a254651ed))
* reducer for info overlay ([e341c58](https://github.com/podlove/podlove-ui/commit/e341c5860282cd3109300bd4c2f5149765c99448))
- **ie11:** add IE11+ compatibility ([60472d4](https://github.com/podlove/podlove-ui/commit/60472d442647ad838feb74b4980cc837f3a96853))
- **style:** Introduce variables for footer ([8a5f1ba](https://github.com/podlove/podlove-ui/commit/8a5f1ba60aba7e4ec7d551b99d8bf6dda2130cd9))
- **subscribe-button:** add subscribe-button embedding logic ([239d174](https://github.com/podlove/podlove-ui/commit/239d1748abb89a515476d9d0e7f26e72c9191ca1))
- **web-player:** web player 5 stock ([454d6de](https://github.com/podlove/podlove-ui/commit/454d6dead15ba4813d68e306ebc6f01a254651ed))
- reducer for info overlay ([e341c58](https://github.com/podlove/podlove-ui/commit/e341c5860282cd3109300bd4c2f5149765c99448))
6 changes: 3 additions & 3 deletions 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.0",
"version": "5.12.1-alpha.0",
"description": "",
"type": "module",
"scripts": {
Expand All @@ -17,15 +17,15 @@
"@podlove/clients": "workspace:*",
"@podlove/components": "workspace:*",
"@podlove/utils": "workspace:*",
"detect-browser": "5.3.0",
"ramda": "0.29.0",
"redux": "4.2.1",
"redux-saga": "1.2.3",
"redux-vuex": "3.0.2",
"reselect": "4.1.8",
"tailwindcss": "3.2.4",
"vue": "3.2.41",
"vue-i18n": "9.2.2",
"detect-browser": "5.3.0"
"vue-i18n": "9.2.2"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "5.0.0",
Expand Down
Loading

0 comments on commit 43bd310

Please sign in to comment.