Skip to content

Commit

Permalink
Releasing version - 1.1.3. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Sergeev authored and ocmachineuser committed Nov 19, 2020
1 parent 67784ad commit 7f799fd
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

[Release 1.1.3](https://github.com/OpusCapita/filemanager/releases/tag/v1.1.3) Thu Nov 19 2020 09:19:30 GMT+0300 (MSK)
=======================================================

- Add Chinese translations ([#294](https://github.com/OpusCapita/filemanager/issues/294)) (GitHub greyyang@outlook.com, 2020-11-19 14:07:26 +0800)

[Release 1.1.2](https://github.com/OpusCapita/filemanager/releases/tag/v1.1.2) Tue Sep 29 2020 12:14:35 GMT+0300 (MSK)
=======================================================

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.1.3-SNAPSHOT"
"version": "1.1.3"
}
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.1.3-SNAPSHOT",
"version": "1.1.3",
"description": "React file manager",
"scripts": {
"link-mode": "cross-env NODE_ENV=link webpack --config ./config/webpack.config.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
"devDependencies": {
"@opuscapita/npm-scripts": "2.0.0",
"@opuscapita/opuscapita-ui": "1.0.2-beta.4",
"@opuscapita/react-filemanager-connector-google-drive-v2": "1.1.3-SNAPSHOT",
"@opuscapita/react-filemanager-connector-node-v1": "1.1.3-SNAPSHOT",
"@opuscapita/react-filemanager-connector-google-drive-v2": "1.1.3",
"@opuscapita/react-filemanager-connector-node-v1": "1.1.3",
"@opuscapita/react-showroom-client": "1.3.0-beta.10",
"@opuscapita/react-showroom-server": "1.4.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.1.3-SNAPSHOT",
"version": "1.1.3",
"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.1.3-SNAPSHOT",
"version": "1.1.3",
"description": "@opuscapita/filemanager connector for NodeJS API v1",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/demoapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opuscapita/filemanger-demoapp",
"version": "1.1.3-SNAPSHOT",
"version": "1.1.3",
"main": "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.1.3-SNAPSHOT",
"version": "1.1.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7f799fd

Please sign in to comment.