Skip to content

Commit

Permalink
Version update 1.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fgatti675 committed Feb 28, 2022
1 parent 825d627 commit 88524ac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## [1.0.0-rc.2] - 2022-02-08
## [1.0.0-rc.3] - 2022-02-28

### Changed

- Fixed edge case of references in arrays not being resolved properly with
property builders. Thanks, Paul Aranzamendez!

- ## [1.0.0-rc.2] - 2022-02-08

### Changed

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@camberi/firecms",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"description": "Awesome Firebase/Firestore-based headless open-source CMS",
"author": "camberi",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = {
announcementBar: {
id: 'new_version_rc.2',
content:
'Version 1.0.0-rc.2 is out! 🎉 Check the <a target="_blank" rel="noopener noreferrer" href="/docs/quickstart">quickstart</a> to get started!',
'Version 1.0.0-rc.3 is out! 🎉 Check the <a target="_blank" rel="noopener noreferrer" href="/docs/quickstart">quickstart</a> to get started!',
backgroundColor: '#FF5B79',
textColor: 'black',
isCloseable: true,
Expand Down

0 comments on commit 88524ac

Please sign in to comment.