Skip to content

Commit

Permalink
Releasing version - 1.0.9. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dshienok-sc committed Apr 11, 2018
1 parent 1372ff7 commit 0d33201
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 9 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@

Release 1.0.9 Wed Apr 11 2018 14:35:39 GMT+0000 (UTC)
=======================================================

- Updated build config. (Dmitry Shienok dshienok@scand.com, 2018-04-11 17:19:39 +0300)
- Updated build config. (Dmitry Shienok dshienok@scand.com, 2018-04-11 17:17:10 +0300)
- Updated build config. (Dmitry Shienok dshienok@scand.com, 2018-04-11 17:09:50 +0300)
- Updated build config. (Dmitry Shienok dshienok@scand.com, 2018-04-11 17:08:58 +0300)
- Update CHANGELOG.md [ci skip] (Kirill Volkovich kirill.volkovich@opuscapita.com, 2018-04-11 15:36:34 +0300)
# Change Log

## [v1.0.8](https://github.com/OpusCapita/filemanager/tree/v1.0.8) (2018-04-11)
Expand Down Expand Up @@ -162,7 +171,7 @@
- Disable caching [\#75](https://github.com/OpusCapita/filemanager/issues/75)
- Add preview capability to file download [\#72](https://github.com/OpusCapita/filemanager/issues/72)
- Update mocha config to run tests using "webpack" instead of "babel" [\#63](https://github.com/OpusCapita/filemanager/issues/63)
- Make default L&F that fits styles: https://opuscapita.github.io/styles/demo/html/css.html [\#57](https://github.com/OpusCapita/filemanager/issues/57)
- Make default L&F that fits ?styles?: https://opuscapita.github.io/styles/demo/html/css.html [\#57](https://github.com/OpusCapita/filemanager/issues/57)
- Make different icons colors for different ListView item types [\#53](https://github.com/OpusCapita/filemanager/issues/53)
- Decrease font-size or/and font-weight for ListView items [\#52](https://github.com/OpusCapita/filemanager/issues/52)
- React.PropTypes =\> 'prop-types' [\#50](https://github.com/OpusCapita/filemanager/issues/50)
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opuscapita/filemanger-demo",
"version": "0.0.1",
"version": "1.0.9",
"main": "index.js",
"scripts": {
"start": "node ./index.js"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "1.0.8"
"version": "1.0.9"
}
6 changes: 3 additions & 3 deletions packages/client-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opuscapita/react-filemanager",
"version": "1.0.8",
"version": "1.0.9",
"description": "React file manager",
"scripts": {
"link-mode": "cross-env NODE_ENV=link webpack --config ./config/webpack.config.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
"devDependencies": {
"@opuscapita/npm-scripts": "2.0.0",
"@opuscapita/opuscapita-ui": "1.0.2-beta.4",
"@opuscapita/react-filemanager-connector-google-drive-v2": "1.0.8",
"@opuscapita/react-filemanager-connector-node-v1": "1.0.8",
"@opuscapita/react-filemanager-connector-google-drive-v2": "1.0.9",
"@opuscapita/react-filemanager-connector-node-v1": "1.0.9",
"@opuscapita/react-showroom-client": "1.3.0-beta.6",
"@opuscapita/react-showroom-server": "1.3.1",
"autoprefixer": "6.7.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/connector-google-drive-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opuscapita/react-filemanager-connector-google-drive-v2",
"version": "1.0.8",
"version": "1.0.9",
"description": "@opuscapita/filemanager connector for Google Drive API v2",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/connector-node-v1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opuscapita/react-filemanager-connector-node-v1",
"version": "1.0.8",
"version": "1.0.9",
"description": "@opuscapita/filemanager connector for NodeJS API v1",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/server-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opuscapita/filemanager-server",
"version": "1.0.6",
"version": "1.0.9",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0d33201

Please sign in to comment.