From 25ad7d4e5334f948441c1df2b7dd8b39ddfc8593 Mon Sep 17 00:00:00 2001 From: sethk4783 Date: Fri, 14 Jun 2024 19:21:41 +0530 Subject: [PATCH] chore:Updated changelog and version --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- src/config.ts | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90d168f9..509f5a57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.32.2](https://github.com/filestack/filestack-js/compare/v3.32.1...v3.32.2) (2024-06-14) + * **picker:** Upgraded picker to v1.27.3. + * **fromSources:** Fixed declaring the custom source at first place in fromSources array + ## [3.32.1](https://github.com/filestack/filestack-js/compare/v3.32.0...v3.32.1) (2024-05-30) * **miemtypes:** Fixed support for vsdx file using through accept params diff --git a/package-lock.json b/package-lock.json index 449fd1c2..5ab78606 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "filestack-js", - "version": "3.32.1", + "version": "3.32.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index ab1c5d59..cc253a38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "filestack-js", - "version": "3.32.1", + "version": "3.32.2", "description": "Official JavaScript library for Filestack", "main": "build/main/index.js", "module": "build/module/index.js", diff --git a/src/config.ts b/src/config.ts index fa734e78..cf7231af 100644 --- a/src/config.ts +++ b/src/config.ts @@ -18,7 +18,7 @@ /** * @private */ -const PICKER_VERSION = 'beta'; +const PICKER_VERSION = '1.27.3'; /** * @private