mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-05 08:52:00 +00:00
chore(release): 1.0.3 [skip ci]
## [1.0.3](https://code.castopod.org/adaures/castopod/compare/v1.0.2...v1.0.3) (2022-11-17)
### Bug Fixes
* **dashboard-ui:** fill the blank gaps between cards on smaller screen sizes ([00836cc](00836cc368
))
This commit is contained in:
parent
b1e52ffac3
commit
f867ab6a61
@ -1,3 +1,10 @@
|
|||||||
|
## [1.0.3](https://code.castopod.org/adaures/castopod/compare/v1.0.2...v1.0.3) (2022-11-17)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- **dashboard-ui:** fill the blank gaps between cards on smaller screen sizes
|
||||||
|
([00836cc](https://code.castopod.org/adaures/castopod/commit/00836cc368c75ae2e23fa5dc4a53a5bb6eb2ce24))
|
||||||
|
|
||||||
## [1.0.2](https://code.castopod.org/adaures/castopod/compare/v1.0.1...v1.0.2) (2022-11-04)
|
## [1.0.2](https://code.castopod.org/adaures/castopod/compare/v1.0.1...v1.0.2) (2022-11-04)
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
@ -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.2');
|
defined('CP_VERSION') || define('CP_VERSION', '1.0.3');
|
||||||
|
|
||||||
/*
|
/*
|
||||||
| --------------------------------------------------------------------
|
| --------------------------------------------------------------------
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "podlibre/castopod-host",
|
"name": "podlibre/castopod-host",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"description": "Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
|
"description": "Castopod 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,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "castopod-host",
|
"name": "castopod-host",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "castopod-host",
|
"name": "castopod-host",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@amcharts/amcharts4": "^4.10.29",
|
"@amcharts/amcharts4": "^4.10.29",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "castopod-host",
|
"name": "castopod-host",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"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