Skip to content

Commit

Permalink
Merge pull request #1249 from complexdatacollective/release/6.5.1
Browse files Browse the repository at this point in the history
Release/6.5.1
  • Loading branch information
jthrilly committed Oct 4, 2023
2 parents 1aacbf0 + 717c15d commit dd3ceb9
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<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">
<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">
<name>Network Canvas Interviewer</name>
<description>
A tool for conducting Network Canvas Interviews.
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "network-canvas-interviewer",
"version": "6.5.0",
"version": "6.5.1",
"productName": "Network Canvas Interviewer",
"description": "A tool for conducting Network Canvas Interviews.",
"author": "Complex Data Collective",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@babel/preset-react": "7.10.1",
"@codaco/eslint-plugin-spellcheck": "0.0.14",
"@codaco/shared-consts": "~0.0.1-alpha.3",
"@codaco/ui": "~5.8.3",
"@codaco/ui": "~5.8.5",
"@electron/notarize": "~1.2.3",
"@faker-js/faker": "~6.0.0-alpha.5",
"@zippytech/sorty": "^2.0.0",
Expand Down Expand Up @@ -315,4 +315,4 @@
"cordova-plugin-ionic-keyboard": {}
}
}
}
}
2 changes: 1 addition & 1 deletion public/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "network-canvas-interviewer",
"version": "6.5.0",
"version": "6.5.1",
"productName": "Network Canvas Interviewer",
"description": "A tool for conducting Network Canvas Interviews.",
"author": "Complex Data Collective",
Expand Down
2 changes: 1 addition & 1 deletion src/containers/QuickNodeForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const QuickAddForm = ({
>
<ActionButton
disabled={disabled}
onClick={() => !disabled && setShowForm(true)}
onClick={() => setShowForm(true)}
icon={icon}
title={`Add ${nodeType}...`}
/>
Expand Down
1 change: 1 addition & 0 deletions src/styles/components/_information-interface.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ $asset-size-default: 17vh;
align-items: center;

&__frame {
width: 100%;
max-width: 55rem;
}

Expand Down

0 comments on commit dd3ceb9

Please sign in to comment.