diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4beb2ef..835b7c4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,9 +2,9 @@ name: Filestack React deployment on: push: branches: [ develop ] - create: - tags: - - v* + create: + tags: + - v* jobs: build: runs-on: ubuntu-latest diff --git a/CHANGELOG.md b/CHANGELOG.md index f95ffa9..c3938e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. +## [4.0.0](https://github.com/filestack/filestack-react/compare/v3.2.0...v4.0.0) (2020-12-16) + + +### ⚠ BREAKING CHANGES + +* **whole project:** We've removed source, file, action props, actionOptions is now called +pickerOptions, we've splitted picker component into 3 different one + +* **whole project:** - Remove webpack, reduce bundle size, bump version, rewrite all ([be2a01a](https://github.com/filestack/filestack-react/commit/be2a01a5e79c637d29de261a679752b0a34b3bf3)), closes [#103](https://github.com/filestack/filestack-react/issues/103) [#82](https://github.com/filestack/filestack-react/issues/82) [#77](https://github.com/filestack/filestack-react/issues/77) [#74](https://github.com/filestack/filestack-react/issues/74) + ### [3.2.1](https://github.com/filestack/filestack-react/compare/v3.2.0...v3.2.1) (2020-07-29) ## [3.2.0](https://github.com/filestack/filestack-react/compare/v3.1.0...v3.2.0) (2020-07-29) diff --git a/package-lock.json b/package-lock.json index 877efd7..b9a5d5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "filestack-react", - "version": "3.2.1", + "version": "4.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a25682a..b35b448 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "filestack-react", - "version": "3.2.1", + "version": "4.0.0", "description": "Official React component for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.", "author": "filestack", "license": "MIT",