Skip to content

Commit 06606d8

Browse files
NinjaManateeGithub Actions automation
and
Github Actions automation
authored
Release release/8.10.0 (#801)
Co-authored-by: Github Actions automation <[email protected]>
1 parent 44beb58 commit 06606d8

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://www.finsemble.com/developer-license-agreement/
1+
https://interop.io/developer-license-agreement/

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Finsemble Seed 🌱
44

5-
Note, the finsemble-seed project is intended for developers. If you're looking to get going quickly without any development then [contact us](https://cosaic.io/contact/) to get access to the **Finsemble Smart Desktop Designer** - a no-code GUI tool for assembling an FDC3 compliant smart desktop. If you are an existing Finsemble client, contact us at [[email protected]](mailto:[email protected]) to start using the Smart Desktop Designer.
5+
Note, the finsemble-seed project is intended for developers. If you're looking to get going quickly without any development then [contact us](https://cosaic.io/contact/) to get access to the **Finsemble Smart Desktop Designer** - a no-code GUI tool for assembling an FDC3 compliant smart desktop. If you are an existing Finsemble client, run `yarn sdd` to start using the Smart Desktop Designer.
66

77
## What is the "seed"?
88

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "finsemble-seed",
3-
"version": "8.9.3",
3+
"version": "8.10.0",
44
"scripts": {
55
"adapter": "finsemble adapter",
66
"build": "finsemble build --watch=false",
@@ -19,9 +19,9 @@
1919
"author": "Finsemble",
2020
"license": "SEE LICENSE IN LICENSE",
2121
"dependencies": {
22-
"@finsemble/finsemble-core": "8.9.3",
23-
"@types/react": "18.0.31",
24-
"@types/react-dom": "18.0.11",
22+
"@finsemble/finsemble-core": "8.10.0",
23+
"@types/react": "18.2.29",
24+
"@types/react-dom": "18.2.14",
2525
"react": "18.2.0",
2626
"react-dom": "18.2.0"
2727
}

project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"manifestUrl": "http://mysite.com/configs/application/manifest-local.json",
55
"updateUrl": "http://mysite.com/configs/application/updatesLocation",
66
"icon": "./public/assets/img/installer_icon.ico",
7-
"version": "8.9.3",
7+
"version": "8.10.0",
88
"name": "Finsemble",
99
"authors": "Finsemble",
1010
"description": "Finsemble",

public/configs/application/manifest-local.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"appAssets": [
77
{
8-
"src": "https://assets.finsemble.com/releases/8.9.3/assimilation/assimilation.zip",
8+
"src": "https://assets.finsemble.com/releases/8.10.0/assimilation/assimilation.zip",
99
"alias": "assimilation",
1010
"target": "AssimilationMain.exe"
1111
}

0 commit comments

Comments
 (0)