Skip to content

Commit

Permalink
Releasing version - 1.1.9. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Stambakio authored and ocmachineuser committed Jul 7, 2021
1 parent d8b2358 commit 3163243
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.9](https://github.com/OpusCapita/filemanager/releases/tag/v1.1.9) Wed Jul 07 2021 18:22:02 GMT+0300 (MSK)
=======================================================

- (issue-316) Update lodash to 4.17.21 ([#317](https://github.com/OpusCapita/filemanager/issues/317)) (GitHub abaliunov-sc@users.noreply.github.com, 2021-07-07 10:03:43 +0300)

[Release 1.1.8](https://github.com/OpusCapita/filemanager/releases/tag/v1.1.8) Fri Jun 25 2021 11:55:25 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.9-SNAPSHOT"
"version": "1.1.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.1.9-SNAPSHOT",
"version": "1.1.9",
"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.9-SNAPSHOT",
"@opuscapita/react-filemanager-connector-node-v1": "1.1.9-SNAPSHOT",
"@opuscapita/react-filemanager-connector-google-drive-v2": "1.1.9",
"@opuscapita/react-filemanager-connector-node-v1": "1.1.9",
"@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.9-SNAPSHOT",
"version": "1.1.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.1.9-SNAPSHOT",
"version": "1.1.9",
"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.9-SNAPSHOT",
"version": "1.1.9",
"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.9-SNAPSHOT",
"version": "1.1.9",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3163243

Please sign in to comment.