Skip to content

Commit dfe9f30

Browse files
committed
Version update
1 parent 5d0ccbf commit dfe9f30

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
## [2.0.2] - 2023-06-12
1+
## [2.0.3] - 2023-06-15
2+
3+
### Changed
4+
5+
- Fix for form resetting values when saving.
6+
7+
8+
## [2.0.2] - 2023-06-14
29

310
### Changed
411

512
- Replaced `flexsearch` with `js-search`. Their imports are too messed up.
6-
13+
- Fix for form assigning wrong ids
14+
-
715
## [2.0.1] - 2023-06-12
816

917
### Changed

lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firecms",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Awesome Firebase/Firestore-based headless open-source CMS",
55
"funding": {
66
"url": "https://github.com/sponsors/firecmsco"

website/docs/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
id: changelog
33
title: Changelog
44
---
5-
## [2.0.2] - 2023-06-12
5+
## [2.0.3] - 2023-06-15
6+
7+
### Changed
8+
9+
- Fix for form resetting values when saving.
10+
11+
## [2.0.2] - 2023-06-14
612

713
### Changed
814

0 commit comments

Comments
 (0)