Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

[WC-654] prepare 9.5.0 release #870

Merged
merged 7 commits into from Sep 1, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/tools/pluggable-widgets-tools/CHANGELOG.md
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [9.5.0] - 2021-08-31

### Added
- We added support for icon and tile images. Now you can use an image file instead of `<icon>` in your `MyWidget.xml`. In order to use, please make sure you follow the pattern `src/MyWidget.icon.png` (24x24px) and `src/MyWidget.tile.png` (256x192px)

Expand Down
2 changes: 1 addition & 1 deletion packages/tools/pluggable-widgets-tools/package.json
@@ -1,6 +1,6 @@
{
"name": "@mendix/pluggable-widgets-tools",
"version": "9.4.3",
"version": "9.5.0",
"description": "Mendix Pluggable Widgets Tools",
"license": "Apache-2.0",
"copyright": "© Mendix Technology BV 2021. All rights reserved.",
Expand Down