Skip to content

Commit

Permalink
chore: release v0.29.0 (#549)
Browse files Browse the repository at this point in the history
* chore: release v0.29.0

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Aleksandr Grenishin <[email protected]>
  • Loading branch information
3 people authored Oct 27, 2023
1 parent 8f448c5 commit 141f1ed
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.29.0](https://github.com/uploadcare/blocks/compare/v0.28.0...v0.29.0) (2023-10-27)

### Features

- add property `fullPath` to the output entry ([9e4707f](https://github.com/uploadcare/blocks/commit/9e4707fef14df91d29c5172585d23ac912115c71))
- pass output entry to the metadata callback ([9153826](https://github.com/uploadcare/blocks/commit/915382619280fdadedac474ee4167cd52982685b))

```ts
config.metadata = (fileEntry) => ({
type: 'cat',
fileName: fileEntry.name,
fullPath: fileEntry.fullPath
})
```

# [0.28.0](https://github.com/uploadcare/blocks/compare/v0.27.6...v0.28.0) (2023-10-26)

### BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion env.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/** Do not edit this file manually. It's generated during build process. */
export const PACKAGE_NAME = 'blocks';
export const PACKAGE_VERSION = '0.28.0';
export const PACKAGE_VERSION = '0.29.0';
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadcare/blocks",
"version": "0.28.0",
"version": "0.29.0",
"description": "Building blocks for Uploadcare products integration",
"keywords": [
"web components",
Expand Down

0 comments on commit 141f1ed

Please sign in to comment.