Skip to content

Commit

Permalink
chore(release): 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pcholuj committed Dec 16, 2020
1 parent b9c71b9 commit 6d91ec0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Filestack React deployment
on:
push:
branches: [ develop ]
create:
tags:
- v*
create:
tags:
- v*
jobs:
build:
runs-on: ubuntu-latest
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion 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": "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",
Expand Down

0 comments on commit 6d91ec0

Please sign in to comment.