Skip to content

Commit

Permalink
chore(*): minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
Heymdall committed May 23, 2017
1 parent c2d884e commit a0b182a
Show file tree
Hide file tree
Showing 7 changed files with 90 additions and 54 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
<a name="4.4.0"></a>
# 4.4.0 (2017-05-23)


### Bug Fixes

* fix sidebar viewport for android ([#37](https://github.com/alfa-laboratory/arui-feather/issues/37)) ([c2d884e](https://github.com/alfa-laboratory/arui-feather/commit/c2d884e))
* **package.json:** add babel-runtime dependency ([c4472bc](https://github.com/alfa-laboratory/arui-feather/commit/c4472bc))
* **playground:** fix url of playground ([#31](https://github.com/alfa-laboratory/arui-feather/issues/31)) ([5608be5](https://github.com/alfa-laboratory/arui-feather/commit/5608be5))
* **popup:** replace deprecated debounce decorator ([#30](https://github.com/alfa-laboratory/arui-feather/issues/30)) ([5e1d640](https://github.com/alfa-laboratory/arui-feather/commit/5e1d640))


### Features

* add styleguide for input and for calendarInput ([#34](https://github.com/alfa-laboratory/arui-feather/issues/34)) ([44756f4](https://github.com/alfa-laboratory/arui-feather/commit/44756f4))
* change react-textarea-autosize version ([#29](https://github.com/alfa-laboratory/arui-feather/issues/29)) ([07c8360](https://github.com/alfa-laboratory/arui-feather/commit/07c8360))
* fix fonts for styleguide ([#33](https://github.com/alfa-laboratory/arui-feather/issues/33)) ([7067f46](https://github.com/alfa-laboratory/arui-feather/commit/7067f46))
* **playground:** add share example functionality ([#23](https://github.com/alfa-laboratory/arui-feather/issues/23)) ([49cc2ed](https://github.com/alfa-laboratory/arui-feather/commit/49cc2ed))
* **slide-down:** add component ([#27](https://github.com/alfa-laboratory/arui-feather/issues/27)) ([2e5d959](https://github.com/alfa-laboratory/arui-feather/commit/2e5d959))



<a name="4.3.0"></a>
# 4.3.0 (2017-05-11)

Expand Down
7 changes: 0 additions & 7 deletions arui-demo/styleguide/build/1.58624158.js

This file was deleted.

7 changes: 7 additions & 0 deletions arui-demo/styleguide/build/1.84780463.js

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions arui-demo/styleguide/build/bundle.39de39a0.js

Large diffs are not rendered by default.

39 changes: 0 additions & 39 deletions arui-demo/styleguide/build/bundle.45ce5f4b.js

This file was deleted.

2 changes: 1 addition & 1 deletion arui-demo/styleguide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="build/bundle.45ce5f4b.js"></script></body>
<script type="text/javascript" src="build/bundle.39de39a0.js"></script></body>
</html>
27 changes: 20 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arui-feather",
"version": "4.3.0",
"version": "4.4.0",
"description": "Alfa-Bank UI lightweight library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,12 +37,25 @@
},
"lint-staged": {
"concurrent": false,
"./*.js": ["eslint"],
"demo/**/*.{js,jsx}": ["eslint"],
"gemini/**/*.{js,jsx}": ["eslint"],
"arui-demo/components/**/*.{js,jsx}": ["eslint"],
"*.css": ["lint-css"],
"src/**/*.{js,jsx}": ["eslint", "test"]
"./*.js": [
"eslint"
],
"demo/**/*.{js,jsx}": [
"eslint"
],
"gemini/**/*.{js,jsx}": [
"eslint"
],
"arui-demo/components/**/*.{js,jsx}": [
"eslint"
],
"*.css": [
"lint-css"
],
"src/**/*.{js,jsx}": [
"eslint",
"test"
]
},
"maintainers": [
{
Expand Down

0 comments on commit a0b182a

Please sign in to comment.