Skip to content

Commit

Permalink
v5.12.1-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Nov 30, 2023
1 parent 27425a4 commit 2c13061
Show file tree
Hide file tree
Showing 32 changed files with 147 additions and 29 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.2](https://github.com/podlove/podlove-ui/compare/v5.12.1-alpha.1...v5.12.1-alpha.2) (2023-11-30)

### Bug Fixes

- release ([27425a4](https://github.com/podlove/podlove-ui/commit/27425a4df1687d265b9854ccf6b6db9c36656944))

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

### Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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.2](https://github.com/podlove/podlove-ui/compare/v5.12.1-alpha.1...v5.12.1-alpha.2) (2023-11-30)

**Note:** Version bump only for package @podlove/docs

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

**Note:** Version bump only for package @podlove/docs
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@podlove/docs",
"version": "5.12.1-alpha.1",
"version": "5.12.1-alpha.2",
"private": true,
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions apps/player/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.2](https://github.com/podlove/podlove-ui/compare/v5.12.1-alpha.1...v5.12.1-alpha.2) (2023-11-30)

### Bug Fixes

- release ([27425a4](https://github.com/podlove/podlove-ui/commit/27425a4df1687d265b9854ccf6b6db9c36656944))

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

**Note:** Version bump only for package @podlove/player
Expand Down
6 changes: 4 additions & 2 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.1-alpha.1",
"version": "5.12.1-alpha.2",
"description": "HTML5 Goodness for Podcasting",
"homepage": "https://github.com/podlove/ui/tree/development/apps/player",
"type": "module",
Expand All @@ -12,7 +12,9 @@
"integration": "cypress run --browser chrome",
"lint": "eslint src/**/*.{vue,ts} cypress/**/*.ts"
},
"files": ["./dist"],
"files": [
"./dist"
],
"keywords": [],
"author": "Alexander Heimbuch <[email protected]>",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions apps/subscribe-button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.2](https://github.com/podlove/podlove-ui/compare/v5.12.1-alpha.1...v5.12.1-alpha.2) (2023-11-30)

### Bug Fixes

- release ([27425a4](https://github.com/podlove/podlove-ui/commit/27425a4df1687d265b9854ccf6b6db9c36656944))

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

**Note:** Version bump only for package @podlove/subscribe-button
Expand Down
6 changes: 4 additions & 2 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.1-alpha.1",
"version": "5.12.1-alpha.2",
"description": "",
"type": "module",
"scripts": {
Expand All @@ -9,7 +9,9 @@
"serve": "vite"
},
"keywords": [],
"files": ["./dist"],
"files": [
"./dist"
],
"author": "Alexander Heimbuch <[email protected]>",
"license": "MIT",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["apps/**", "packages/**"],
"version": "5.12.1-alpha.1",
"version": "5.12.1-alpha.2",
"npmClient": "pnpm"
}
6 changes: 6 additions & 0 deletions packages/button/actions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.2](https://github.com/podlove/podlove-ui/compare/v5.12.1-alpha.1...v5.12.1-alpha.2) (2023-11-30)

### Bug Fixes

- release ([27425a4](https://github.com/podlove/podlove-ui/commit/27425a4df1687d265b9854ccf6b6db9c36656944))

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

**Note:** Version bump only for package @podlove/button-actions
Expand Down
6 changes: 4 additions & 2 deletions packages/button/actions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@podlove/button-actions",
"version": "5.12.1-alpha.1",
"version": "5.12.1-alpha.2",
"description": "Actions for Podlove Subscribe Button Framework",
"homepage": "https://github.com/podlove/ui/tree/development/packages/button/actions",
"type": "module",
Expand All @@ -9,7 +9,9 @@
"lint": "eslint src/**/*.ts"
},
"keywords": [],
"files": ["./dist"],
"files": [
"./dist"
],
"author": "Alexander Heimbuch <[email protected]>",
"license": "MIT",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/button/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.2](https://github.com/podlove/podlove-ui/compare/v5.12.1-alpha.1...v5.12.1-alpha.2) (2023-11-30)

### Bug Fixes

- release ([27425a4](https://github.com/podlove/podlove-ui/commit/27425a4df1687d265b9854ccf6b6db9c36656944))

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

**Note:** Version bump only for package @podlove/button-config
Expand Down
6 changes: 4 additions & 2 deletions packages/button/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@podlove/button-config",
"version": "5.12.1-alpha.1",
"version": "5.12.1-alpha.2",
"description": "Configuration for Podlove Button Framework",
"homepage": "https://github.com/podlove/ui/tree/development/packages/button/config",
"main": "index.js",
Expand All @@ -10,7 +10,9 @@
"keywords": [],
"author": "Alexander Heimbuch <[email protected]>",
"license": "MIT",
"files": ["./dist"],
"files": [
"./dist"
],
"dependencies": {
"ramda": "0.29.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/button/state/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.2](https://github.com/podlove/podlove-ui/compare/v5.12.1-alpha.1...v5.12.1-alpha.2) (2023-11-30)

### Bug Fixes

- release ([27425a4](https://github.com/podlove/podlove-ui/commit/27425a4df1687d265b9854ccf6b6db9c36656944))

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

**Note:** Version bump only for package @podlove/button-state
Expand Down
6 changes: 4 additions & 2 deletions packages/button/state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@podlove/button-state",
"version": "5.12.1-alpha.1",
"version": "5.12.1-alpha.2",
"description": "Reducers for Podlove Button Framework",
"type": "module",
"keywords": [],
Expand All @@ -23,7 +23,9 @@
"vite": "4.3.5",
"vite-plugin-dts": "3.6.3"
},
"files": ["./dist"],
"files": [
"./dist"
],
"scripts": {
"build": "vite build --config ./vite.config.ts"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/clients/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.2](https://github.com/podlove/podlove-ui/compare/v5.12.1-alpha.1...v5.12.1-alpha.2) (2023-11-30)

### Bug Fixes

- release ([27425a4](https://github.com/podlove/podlove-ui/commit/27425a4df1687d265b9854ccf6b6db9c36656944))

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

**Note:** Version bump only for package @podlove/clients
Expand Down
6 changes: 4 additions & 2 deletions packages/clients/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@podlove/clients",
"version": "5.12.1-alpha.1",
"version": "5.12.1-alpha.2",
"description": "A comprehensive list of podcast clients",
"homepage": "https://github.com/podlove/ui/tree/development/apps/player",
"type": "module",
Expand All @@ -9,7 +9,9 @@
"lint": "eslint src/**/*.ts"
},
"keywords": [],
"files": ["./dist"],
"files": [
"./dist"
],
"author": "Alexander Heimbuch <[email protected]>",
"license": "MIT",
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.2](https://github.com/podlove/podlove-ui/compare/v5.12.1-alpha.1...v5.12.1-alpha.2) (2023-11-30)

### Bug Fixes

- release ([27425a4](https://github.com/podlove/podlove-ui/commit/27425a4df1687d265b9854ccf6b6db9c36656944))

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

**Note:** Version bump only for package @podlove/components
Expand Down
6 changes: 4 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@podlove/components",
"version": "5.12.1-alpha.1",
"version": "5.12.1-alpha.2",
"description": "Reusable Podlove UI Components",
"homepage": "https://github.com/podlove/ui/tree/development/packages/components",
"scripts": {
Expand All @@ -10,7 +10,9 @@
"lint": "eslint src/**/*.{vue,ts}"
},
"keywords": [],
"files": ["./dist"],
"files": [
"./dist"
],
"author": "Alexander Heimbuch <[email protected]>",
"license": "MIT",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/media-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.2](https://github.com/podlove/podlove-ui/compare/v5.12.1-alpha.1...v5.12.1-alpha.2) (2023-11-30)

### Bug Fixes

- release ([27425a4](https://github.com/podlove/podlove-ui/commit/27425a4df1687d265b9854ccf6b6db9c36656944))

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

**Note:** Version bump only for package @podlove/media-backend
Expand Down
6 changes: 4 additions & 2 deletions packages/media-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "@podlove/media-backend",
"version": "5.12.1-alpha.1",
"version": "5.12.1-alpha.2",
"description": "Pure html5 media backend",
"author": "Alexander Heimbuch <[email protected]>",
"license": "MIT",
"type": "module",
"files": ["./dist"],
"files": [
"./dist"
],
"publishConfig": {
"exports": {
".": {
Expand Down
6 changes: 6 additions & 0 deletions packages/player/actions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.2](https://github.com/podlove/podlove-ui/compare/v5.12.1-alpha.1...v5.12.1-alpha.2) (2023-11-30)

### Bug Fixes

- release ([27425a4](https://github.com/podlove/podlove-ui/commit/27425a4df1687d265b9854ccf6b6db9c36656944))

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

**Note:** Version bump only for package @podlove/player-actions
Expand Down
6 changes: 4 additions & 2 deletions packages/player/actions/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "@podlove/player-actions",
"version": "5.12.1-alpha.1",
"version": "5.12.1-alpha.2",
"description": "Actions for Podlove Player Framework",
"homepage": "https://github.com/podlove/ui/tree/development/packages/player/actions",
"scripts": {
"build": "vite build",
"lint": "eslint src/**/*.ts"
},
"keywords": [],
"files": ["./dist"],
"files": [
"./dist"
],
"author": "Alexander Heimbuch <[email protected]>",
"license": "MIT",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/player/config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.2](https://github.com/podlove/podlove-ui/compare/v5.12.1-alpha.1...v5.12.1-alpha.2) (2023-11-30)

### Bug Fixes

- release ([27425a4](https://github.com/podlove/podlove-ui/commit/27425a4df1687d265b9854ccf6b6db9c36656944))

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

**Note:** Version bump only for package @podlove/player-config
Expand Down
6 changes: 4 additions & 2 deletions packages/player/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@podlove/player-config",
"version": "5.12.1-alpha.1",
"version": "5.12.1-alpha.2",
"description": "Configuration for Podlove Player Framework",
"homepage": "https://github.com/podlove/ui/tree/development/packages/player/config",
"scripts": {
Expand All @@ -10,7 +10,9 @@
"lint": "eslint src/**/*.ts"
},
"keywords": [],
"files": ["./dist"],
"files": [
"./dist"
],
"type": "module",
"publishConfig": {
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/player/sagas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.2](https://github.com/podlove/podlove-ui/compare/v5.12.1-alpha.1...v5.12.1-alpha.2) (2023-11-30)

### Bug Fixes

- release ([27425a4](https://github.com/podlove/podlove-ui/commit/27425a4df1687d265b9854ccf6b6db9c36656944))

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

**Note:** Version bump only for package @podlove/player-sagas
Expand Down
6 changes: 4 additions & 2 deletions packages/player/sagas/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "@podlove/player-sagas",
"version": "5.12.1-alpha.1",
"version": "5.12.1-alpha.2",
"description": "Sagas for Podlove Web Player",
"homepage": "https://github.com/podlove/ui/tree/development/packages/player/sagas",
"keywords": [],
"files": ["./dist"],
"files": [
"./dist"
],
"author": "Alexander Heimbuch <[email protected]>",
"license": "MIT",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/player/state/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.2](https://github.com/podlove/podlove-ui/compare/v5.12.1-alpha.1...v5.12.1-alpha.2) (2023-11-30)

### Bug Fixes

- release ([27425a4](https://github.com/podlove/podlove-ui/commit/27425a4df1687d265b9854ccf6b6db9c36656944))

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

**Note:** Version bump only for package @podlove/player-state
Expand Down
Loading

0 comments on commit 2c13061

Please sign in to comment.