Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davish committed Mar 1, 2022
1 parent 549d9b4 commit d7a2a36
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-full-calendar",
"name": "Full Calendar",
"version": "0.4.5",
"version": "0.5.0",
"minAppVersion": "0.12.0",
"description": "Obsidian integration with Full Calendar (fullcalendar.io)",
"author": "Davis Haupt",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-full-calendar",
"version": "0.4.5",
"version": "0.5.0",
"description": "Obsidian integration with Full Calendar (fullcalendar.io)",
"main": "main.js",
"scripts": {
Expand Down
5 changes: 0 additions & 5 deletions src/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@
--fc-non-business-color: var(--background-modifier-box-shadow);
}

/* TODO: FIX ACTIVE BUTTONS */
.fc-button-active {
color: var(--text-on-accent) !important;
}

.fc-button-primary:focus {
color: var(--text-on-accent) !important;
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
"0.4.2": "0.12.0",
"0.4.3": "0.12.0",
"0.4.4": "0.12.0",
"0.4.5": "0.12.0"
"0.4.5": "0.12.0",
"0.5.0": "0.12.0"
}

0 comments on commit d7a2a36

Please sign in to comment.