Skip to content

Commit

Permalink
Merge pull request #282 from danielo515/release-please--branches--master
Browse files Browse the repository at this point in the history
chore(master): release 1.47.0
  • Loading branch information
danielo515 authored Jun 22, 2024
2 parents 8a26803 + 9bf8eee commit dd86283
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.46.0"
".": "1.47.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.47.0](https://github.com/danielo515/obsidian-modal-form/compare/1.46.0...1.47.0) (2024-06-22)


### Features

* group error messages ([e0e9423](https://github.com/danielo515/obsidian-modal-form/commit/e0e94231b3d6034144934aa71cb14f523e79d349))
* remove completely the old way of rendering fields ([801d331](https://github.com/danielo515/obsidian-modal-form/commit/801d3318efc100c25b35536432f955b98b45652d))
* **runtime:** svelte versions of DocumentBlock and InputNote ([968d230](https://github.com/danielo515/obsidian-modal-form/commit/968d230c3643fb788647171f8c9bfbba282e85cf))


### Bug Fixes

* **runtime:** input tag in svelte ([879aba9](https://github.com/danielo515/obsidian-modal-form/commit/879aba9cf411cc94f235096018bd2d8ebbc0931b))
* **runtime:** svelte wrappers for obsidian settings ([37f5236](https://github.com/danielo515/obsidian-modal-form/commit/37f52364b0282f641c165f199f323465623157d9))

## [1.46.0](https://github.com/danielo515/obsidian-modal-form/compare/1.45.2...1.46.0) (2024-06-17)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"fundingUrl": "https://www.buymeacoffee.com/danielo515",
"helpUrl": "https://danielorodriguez.com/obsidian-modal-form/",
"isDesktopOnly": false,
"version": "1.46.0"
"version": "1.47.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-modal-form",
"version": "1.46.0",
"version": "1.47.0",
"description": "Define forms for filling data that you will be able to open from anywhere you can run JS",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@
"1.45.0": "0.15.0",
"1.45.1": "0.15.0",
"1.45.2": "0.15.0",
"1.46.0": "0.15.0"
"1.46.0": "0.15.0",
"1.47.0": "0.15.0"
}

0 comments on commit dd86283

Please sign in to comment.