Skip to content

Commit

Permalink
chore: release v1.12.0 (#778)
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 Jan 9, 2025
1 parent 77b545e commit 7715385
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 @@
# [1.12.0](https://github.com/uploadcare/file-uploader/compare/v1.11.3...v1.12.0) (2025-01-08)

### Bug Fixes

- **external-sources:** done button loading state behaviour ([#770](https://github.com/uploadcare/file-uploader/issues/770)) ([77b545e](https://github.com/uploadcare/file-uploader/commit/77b545e445f2acd358e0ce849b211ce8c451d02e))

### Features

- **external-sources:** add `externalSourcesEmbedCss` config option to set embed css on external sources iframe ([#769](https://github.com/uploadcare/file-uploader/issues/769)) ([8cbbdb3](https://github.com/uploadcare/file-uploader/commit/8cbbdb3db3e111f49927bd2afe9df34a9d12cac8))
- **social-source:** deprecate instagram source ([#767](https://github.com/uploadcare/file-uploader/issues/767)) ([ed239a0](https://github.com/uploadcare/file-uploader/commit/ed239a00cfc9bc63d1ecb470e57dd2103e0f6b6a))

## [1.11.3](https://github.com/uploadcare/file-uploader/compare/v1.11.2...v1.11.3) (2024-12-12)

### 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 = '1.11.3';
export const PACKAGE_VERSION = '1.12.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/file-uploader",
"version": "1.11.3",
"version": "1.12.0",
"description": "Building blocks for Uploadcare products integration",
"keywords": [
"web components",
Expand Down

0 comments on commit 7715385

Please sign in to comment.