Skip to content

Commit

Permalink
📦 Upgrade dependencies, bump to 0.5.3
Browse files Browse the repository at this point in the history
This commit upgrades all dependencies to their latest compatible
versions using `npm upgrade --save`. The `nodemon` package is upgraded
to fix a security vulnerability. Prettier 3 is not yet supported by
the VSCode extension, it remains at 2.x.
  • Loading branch information
ralfstx committed Sep 28, 2023
1 parent 3a84c67 commit 3adbd2f
Show file tree
Hide file tree
Showing 3 changed files with 1,128 additions and 882 deletions.
23 changes: 15 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
# Changelog

## [0.5.2] - Unreleased
## [0.5.3]

### Fixed

- An edge case that could lead to a duplicated row after a page break
has been fixed.

## [0.5.2] - 2023-07-06

### Added

- The `width` attribute of a `Block` now supports the value `auto` on
all block types. When set to `auto`, the block will shrink to the
width of its contents.

### Fixed

- An edge case that could lead to a duplicated row after a page break
has been fixed.

## [0.5.1] - 2023-06-29
## [0.5.1] - 2023-06-30

### Added

Expand Down Expand Up @@ -168,4 +170,9 @@ First public version.
[0.3.2]: https://github.com/eclipsesource/pdf-maker/releases/tag/v0.3.2
[0.3.3]: https://github.com/eclipsesource/pdf-maker/releases/tag/v0.3.3
[0.4.0]: https://github.com/eclipsesource/pdf-maker/releases/tag/v0.4.0
[0.4.2]: https://github.com/eclipsesource/pdf-maker/releases/tag/v0.4.0
[0.4.1]: https://github.com/eclipsesource/pdf-maker/releases/tag/v0.4.1
[0.4.2]: https://github.com/eclipsesource/pdf-maker/releases/tag/v0.4.2
[0.5.0]: https://github.com/eclipsesource/pdf-maker/releases/tag/v0.5.0
[0.5.1]: https://github.com/eclipsesource/pdf-maker/releases/tag/v0.5.1
[0.5.2]: https://github.com/eclipsesource/pdf-maker/releases/tag/v0.5.2
[0.5.3]: https://github.com/eclipsesource/pdf-maker/releases/tag/v0.5.3
Loading

0 comments on commit 3adbd2f

Please sign in to comment.