Skip to content

Commit

Permalink
chore(plugin): released version 9.0.1 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
waynevanson committed Aug 30, 2023
1 parent b3acfc2 commit 79cb442
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "data-entry",
"name": "Data Entry",
"version": "9.0.0",
"version": "9.0.1",
"minAppVersion": "0.15.0",
"description": "Create forms that save data simply; the data view of data entry",
"author": "Wayne Van Son",
Expand Down
7 changes: 7 additions & 0 deletions packages/data-entry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [9.0.1](https://github.com/waynevanson/obsidian-plugin-data-entry/compare/9.0.0...9.0.1) (2023-08-30)


### Bug Fixes

* uischema frontmatter reads from 'uischema' ([b3acfc2](https://github.com/waynevanson/obsidian-plugin-data-entry/commit/b3acfc2f21adc94e98016eada7e5de67833fca68))

## [9.0.0](https://github.com/waynevanson/obsidian-plugin-data-entry/compare/8.4.1...9.0.0) (2023-08-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/data-entry/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "data-entry",
"name": "Data Entry",
"version": "9.0.0",
"version": "9.0.1",
"minAppVersion": "0.15.0",
"description": "Create forms that save data simply; the data view of data entry",
"author": "Wayne Van Son",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-entry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@waynevanson/obsidian-plugin-data-entry",
"version": "9.0.0",
"version": "9.0.1",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"author": "Wayne Van Son",
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion packages/data-entry/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"8.3.0": "0.15.0",
"8.4.0": "0.15.0",
"8.4.1": "0.15.0",
"9.0.0": "0.15.0"
"9.0.0": "0.15.0",
"9.0.1": "0.15.0"
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"8.3.0": "0.15.0",
"8.4.0": "0.15.0",
"8.4.1": "0.15.0",
"9.0.0": "0.15.0"
"9.0.0": "0.15.0",
"9.0.1": "0.15.0"
}

0 comments on commit 79cb442

Please sign in to comment.