Skip to content

Commit

Permalink
v5.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-hv committed Aug 19, 2024
1 parent b4c67d9 commit be19ebf
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.19.0](https://github.com/WTTJ/welcome-ui/compare/v5.18.1...v5.19.0) (2024-08-19)


### Features

* allow to display custom file name in the preview of a FileDrop ([#2513](https://github.com/WTTJ/welcome-ui/issues/2513)) ([b4c67d9](https://github.com/WTTJ/welcome-ui/commit/b4c67d9e50311a71e340f506bb4814a7b964382c))





## [5.18.1](https://github.com/WTTJ/welcome-ui/compare/v5.18.0...v5.18.1) (2024-08-07)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"icons"
],
"version": "5.18.1",
"version": "5.19.0",
"npmClient": "yarn",
"useWorkspaces": true,
"useNx": false
Expand Down
11 changes: 11 additions & 0 deletions packages/FileDrop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.19.0](https://github.com/WTTJ/welcome-ui/compare/v5.18.1...v5.19.0) (2024-08-19)


### Features

* allow to display custom file name in the preview of a FileDrop ([#2513](https://github.com/WTTJ/welcome-ui/issues/2513)) ([b4c67d9](https://github.com/WTTJ/welcome-ui/commit/b4c67d9e50311a71e340f506bb4814a7b964382c))





## [5.18.1](https://github.com/WTTJ/welcome-ui/compare/v5.18.0...v5.18.1) (2024-08-07)

**Note:** Version bump only for package @welcome-ui/file-drop
Expand Down
2 changes: 1 addition & 1 deletion packages/FileDrop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welcome-ui/file-drop",
"version": "5.18.1",
"version": "5.19.0",
"description": "Customizable design system with react • styled-components • styled-system and ariakit.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit be19ebf

Please sign in to comment.