Skip to content

Commit

Permalink
chore: release v0.37.0 (#645)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 15, 2024
1 parent fe365da commit f3db9eb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [0.37.0](https://github.com/uploadcare/blocks/compare/v0.36.0...v0.37.0) (2024-04-15)

### Bug Fixes

- activity switch races ([#643](https://github.com/uploadcare/blocks/issues/643)) ([fe365da](https://github.com/uploadcare/blocks/commit/fe365dadea7a720b1f349de336aacc0d515f39cf))
- define config DOM property accessors on the class prototype to make it compatible with framework bindings ([#638](https://github.com/uploadcare/blocks/issues/638)) ([d47baf0](https://github.com/uploadcare/blocks/commit/d47baf0bb91355cd30411b5f2a8910606d5a1fe0))

### Features

- added export UID from @symbiotejs/symbiote ([#636](https://github.com/uploadcare/blocks/issues/636)) ([9666f21](https://github.com/uploadcare/blocks/commit/9666f21ce2b97f283839ec39b5d480dd298f3415))

# [0.36.0](https://github.com/uploadcare/blocks/compare/v0.35.2...v0.36.0) (2024-03-21)

### Bug Fixes
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.36.0';
export const PACKAGE_VERSION = '0.37.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.36.0",
"version": "0.37.0",
"description": "Building blocks for Uploadcare products integration",
"keywords": [
"web components",
Expand Down

0 comments on commit f3db9eb

Please sign in to comment.