Version update 0.50.0

This commit is contained in:
francesco
2021-09-16 13:27:34 +02:00
parent 67cf5bab9e
commit 648ca93c4f
2 changed files with 9 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@camberi/firecms",
"version": "0.49.1",
"description": "Awesome Firestore-based CMS",
"version": "0.50.0",
"description": "Awesome Firebase/Firestore-based CMS",
"author": "camberi",
"license": "MIT",
"repository": "git@github.com:Camberi/firecms.git",

View File

@@ -4,6 +4,13 @@ title: Changelog
sidebar_label: Changelog
---
## [0.50.0] - 2021-08-15
### Changed
- Added post process to storage metadata. @zhigang1992 thanks!
- Disabling add button on disabled array properties
## [0.49.1] - 2021-08-15
### Changed