Skip to content

Commit dd3ceb9

Browse files
authored
Merge pull request #1249 from complexdatacollective/release/6.5.1
Release/6.5.1
2 parents 1aacbf0 + 717c15d commit dd3ceb9

File tree

6 files changed

+16
-15
lines changed

6 files changed

+16
-15
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<widget android-versionCode="6374" id="org.codaco.NetworkCanvasInterviewer6" ios-CFBundleIdentifier="org.codaco.networkCanvasInterviewerBusiness" ios-CFBundleVersion="6374" version="6.5.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget android-versionCode="6374" id="org.codaco.NetworkCanvasInterviewer6" ios-CFBundleIdentifier="org.codaco.networkCanvasInterviewerBusiness" ios-CFBundleVersion="6374" version="6.5.1" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Network Canvas Interviewer</name>
44
<description>
55
A tool for conducting Network Canvas Interviews.

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "network-canvas-interviewer",
3-
"version": "6.5.0",
3+
"version": "6.5.1",
44
"productName": "Network Canvas Interviewer",
55
"description": "A tool for conducting Network Canvas Interviews.",
66
"author": "Complex Data Collective",
@@ -55,7 +55,7 @@
5555
"@babel/preset-react": "7.10.1",
5656
"@codaco/eslint-plugin-spellcheck": "0.0.14",
5757
"@codaco/shared-consts": "~0.0.1-alpha.3",
58-
"@codaco/ui": "~5.8.3",
58+
"@codaco/ui": "~5.8.5",
5959
"@electron/notarize": "~1.2.3",
6060
"@faker-js/faker": "~6.0.0-alpha.5",
6161
"@zippytech/sorty": "^2.0.0",
@@ -315,4 +315,4 @@
315315
"cordova-plugin-ionic-keyboard": {}
316316
}
317317
}
318-
}
318+
}

public/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "network-canvas-interviewer",
3-
"version": "6.5.0",
3+
"version": "6.5.1",
44
"productName": "Network Canvas Interviewer",
55
"description": "A tool for conducting Network Canvas Interviews.",
66
"author": "Complex Data Collective",

src/containers/QuickNodeForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ const QuickAddForm = ({
185185
>
186186
<ActionButton
187187
disabled={disabled}
188-
onClick={() => !disabled && setShowForm(true)}
188+
onClick={() => setShowForm(true)}
189189
icon={icon}
190190
title={`Add ${nodeType}...`}
191191
/>

src/styles/components/_information-interface.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ $asset-size-default: 17vh;
1212
align-items: center;
1313

1414
&__frame {
15+
width: 100%;
1516
max-width: 55rem;
1617
}
1718

0 commit comments

Comments
 (0)