Skip to content
This repository was archived by the owner on Jan 7, 2020. It is now read-only.

Commit bbd60de

Browse files
authored
Merge pull request #337 from hunterlester/version
chore/changes WHM version to v0.4.4, changes Mail Tutorial version to v0.4.3
2 parents ff57aac + 6e1326f commit bbd60de

File tree

5 files changed

+25
-5
lines changed

5 files changed

+25
-5
lines changed

email_app/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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

email_app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -98,7 +98,7 @@
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",

web_hosting_manager/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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

web_hosting_manager/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -15,7 +15,7 @@
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",

web_hosting_manager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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\"",

0 commit comments

Comments
 (0)