This repository was archived by the owner on Jan 7, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +25
-5
lines changed
Expand file tree Collapse file tree 5 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 11# MaidSafe Email Tutorial App Change Log
22
3+ ## [ 0.4.3] - 20-12-2017
4+ ### Changed
5+ - Upgrade ` @maidsafe/safe-node-app ` to v0.6.0
6+
7+ ### Fixed
8+ - The update to @maidsafe/safe-node-app fixes issue with malformed auth URI's on Fedora, using default GNOME3 window manager
9+
10+ ### SAFE libraries dependencies
11+ - @maidsafe/safe-node-app : v0.6.0
12+
313## [ 0.4.2]
414
515- Upgrade ` @maidsafe/safe-node-app ` to v0.5.1
Original file line number Diff line number Diff line change 11{
22 "name" : " safe-mail-tutorial" ,
33 "productName" : " SAFE Mail Tutorial" ,
4- "version" : " 0.4.2 " ,
4+ "version" : " 0.4.3 " ,
55 "description" : " Mailing application tutorial using SAFE Network" ,
66 "identifier" : " net.maidsafe.examples.mailtutorial" ,
77 "vendor" : " MaidSafe.net Ltd" ,
9898 "webpack-merge" : " ^0.14.1"
9999 },
100100 "dependencies" : {
101- "@maidsafe/safe-node-app" : " 0.5.1 " ,
101+ "@maidsafe/safe-node-app" : " 0.6.0 " ,
102102 "axios" : " ^0.14.0" ,
103103 "babel-plugin-transform-class-properties" : " ^6.23.0" ,
104104 "babel-polyfill" : " ^6.26.0" ,
Original file line number Diff line number Diff line change 11# SAFE Hosting Manager App Change Log
22
3+ ## [ 0.4.4] - 20-12-2017
4+ ### Changed
5+ - Upgrade ` @maidsafe/safe-node-app ` to v0.6.0
6+
7+ ### Fixed
8+ - fix/Make sure that all non-web services are filtered out from the list of services
9+
10+ ### SAFE libraries dependencies
11+ - @maidsafe/safe-node-app : v0.6.0
12+
313## [ 0.4.3]
414
515- Upgrade ` @maidsafe/safe-node-app ` to v0.5.1
Original file line number Diff line number Diff line change 11{
22 "name" : " web-hosting-manager" ,
33 "productName" : " Web Hosting Manager" ,
4- "version" : " 0.4.3 " ,
4+ "version" : " 0.4.4 " ,
55 "description" : " Application to host web files in the SAFE Network" ,
66 "identifier" : " net.maidsafe.examples.webhostingmanager" ,
77 "main" : " ./main.prod.js" ,
1515 },
1616 "license" : " MIT" ,
1717 "dependencies" : {
18- "@maidsafe/safe-node-app" : " 0.5.1 " ,
18+ "@maidsafe/safe-node-app" : " 0.6.0 " ,
1919 "classnames" : " ^2.2.5" ,
2020 "lodash" : " ^4.17.4" ,
2121 "npm-font-open-sans" : " ^1.1.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " web-hosting-manager" ,
33 "productName" : " Web Hosting Manager" ,
4- "version" : " 0.4.3 " ,
4+ "version" : " 0.4.4 " ,
55 "description" : " Application to host web files in the SAFE Network" ,
66 "scripts" : {
77 "build" : " concurrently \" npm run build-main\" \" npm run build-renderer\" " ,
You can’t perform that action at this time.
0 commit comments