Skip to content

Commit 6bc278f

Browse files
author
AndrzejSala
committed
chore(release): Make a new release
1 parent 1169854 commit 6bc278f

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22

33
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.
44

5-
## [2.0.7](https://github.com/filestack/filestack-react/compare/v2.0.6...v2.0.7) (2019-06-03)
5+
## [3.0.0](https://github.com/filestack/filestack-react/compare/v2.0.6...v3.0.0) (2019-06-03)
66

7+
### features
8+
- [BREAKING CHANGE] Refactor a structure of component props
9+
- Add posibility to display picker immediately after component was mounted
10+
11+
### updates
12+
- Update filestack-js to 3.x.x
713

14+
### others
15+
- Update readme
816

917
## [2.0.6](https://github.com/filestack/filestack-react/compare/v2.0.5...v2.0.6) (2019-05-06)
1018

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<p align="center" style="font-size:40px">
1+
<h1 align="center">
22
filestack-react
3-
</p>
3+
</h1>
44
<p align="center">
55
React component which allow you to easily integrate powerful filestack-api into your app.
66
</p>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "filestack-react",
3-
"version": "2.0.7",
3+
"version": "3.0.0",
44
"main": "dist/filestack-react.js",
55
"description": "React component wrapper for filestack-js",
66
"scripts": {

0 commit comments

Comments
 (0)