mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-25 19:42:02 +00:00
chore(release): 1.0.0-alpha.61 [skip ci]
# [1.0.0-alpha.61](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.60...v1.0.0-alpha.61) (2021-06-23) ### Bug Fixes * **release:** add missing version number to castopod-host package ([8f3e9d9](8f3e9d90c1
)) * **ux:** allow for empty message upon episode publication and warn user on submit ([33d01b8](33d01b8d4f
)), closes [#129](https://code.podlibre.org/podlibre/castopod-host/issues/129)
This commit is contained in:
parent
7b8494d2b3
commit
3b5ce93c1b
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,3 +1,14 @@
|
|||||||
|
# [1.0.0-alpha.61](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.60...v1.0.0-alpha.61) (2021-06-23)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- **release:** add missing version number to castopod-host package
|
||||||
|
([8f3e9d9](https://code.podlibre.org/podlibre/castopod-host/commit/8f3e9d90c14545d3f84d4469b26a53db4554b4dc))
|
||||||
|
- **ux:** allow for empty message upon episode publication and warn user on
|
||||||
|
submit
|
||||||
|
([33d01b8](https://code.podlibre.org/podlibre/castopod-host/commit/33d01b8d4fd6ebf24e9f011aa705c456c846956c)),
|
||||||
|
closes [#129](https://code.podlibre.org/podlibre/castopod-host/issues/129)
|
||||||
|
|
||||||
# [1.0.0-alpha.60](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.59...v1.0.0-alpha.60) (2021-06-21)
|
# [1.0.0-alpha.60](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.59...v1.0.0-alpha.60) (2021-06-21)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -11,7 +11,7 @@ declare(strict_types=1);
|
|||||||
|
|
|
|
||||||
| NOTE: this constant is updated upon release with Continuous Integration.
|
| NOTE: this constant is updated upon release with Continuous Integration.
|
||||||
*/
|
*/
|
||||||
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.60');
|
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.61');
|
||||||
|
|
||||||
/*
|
/*
|
||||||
| --------------------------------------------------------------------
|
| --------------------------------------------------------------------
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "podlibre/castopod-host",
|
"name": "podlibre/castopod-host",
|
||||||
"version": "1.0.0-alpha60",
|
"version": "1.0.0-alpha61",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
|
"description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
|
||||||
"homepage": "https://castopod.org",
|
"homepage": "https://castopod.org",
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "castopod-host",
|
"name": "castopod-host",
|
||||||
"version": "1.0.0-alpha.60",
|
"version": "1.0.0-alpha.61",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"version": "1.0.0-alpha.60",
|
"version": "1.0.0-alpha.61",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@amcharts/amcharts4": "^4.10.17",
|
"@amcharts/amcharts4": "^4.10.17",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "castopod-host",
|
"name": "castopod-host",
|
||||||
"version": "1.0.0-alpha.60",
|
"version": "1.0.0-alpha.61",
|
||||||
"description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
|
"description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user