-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #825 from complexdatacollective/release/6.5.2
Release/6.5.2
- Loading branch information
Showing
6 changed files
with
20 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,12 +40,6 @@ jobs: | |
- name: Install node modules | ||
run: npm install | ||
|
||
- name: Delete current release assets | ||
uses: Kellojo/[email protected] | ||
with: | ||
delete-only-drafts: true | ||
github-access-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Linux build | ||
run: npm run dist:linux -- --publish always | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule network-canvas
updated
from 717c15 to b78c65
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "network-canvas-architect", | ||
"version": "6.5.1", | ||
"version": "6.5.2", | ||
"productName": "Network Canvas Architect", | ||
"description": "A tool for building Network Canvas interviews.", | ||
"author": "Complex Data Collective <[email protected]>", | ||
|
@@ -49,7 +49,7 @@ | |
"@babel/plugin-proposal-class-properties": "^7.12.1", | ||
"@babel/preset-react": "^7.12.1", | ||
"@codaco/ui": "^5.8.5", | ||
"@electron/notarize": "^1.2.3", | ||
"@electron/notarize": "^2.3.0", | ||
"@material-ui/icons": "^4.11.2", | ||
"@tippyjs/react": "^4.2.5", | ||
"animejs": "^2.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters