File tree 10 files changed +14
-14
lines changed
10 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11
11
uses : ./.github/workflows/~reusable-full-build.yml
12
12
with :
13
13
use-skia-cache : ${{ inputs.use-skia-cache }}
14
- alphaskia-version : " 2.2 "
14
+ alphaskia-version : " 2.3 "
15
15
is-release-build : false
16
16
secrets : inherit
Original file line number Diff line number Diff line change 11
11
default : false
12
12
env :
13
13
IS_RELEASE_BUILD : ${{ inputs.is-release-build }}
14
- ALPHASKIA_VERSION_TEMPLATE : " 2.1 "
14
+ ALPHASKIA_VERSION_TEMPLATE : " 2.3 "
15
15
16
16
jobs :
17
17
build :
18
18
uses : ./.github/workflows/~reusable-full-build.yml
19
19
with :
20
20
use-skia-cache : ${{ inputs.use-skia-cache }}
21
- alphaskia-version : " 2.2 "
21
+ alphaskia-version : " 2.3 "
22
22
is-release-build : ${{ inputs.is-release-build }}
23
23
secrets : inherit
24
24
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ void PrepareTgzForTest()
64
64
var files = new System . Collections . Generic . List < string > ( ) ;
65
65
foreach ( var tgz in ( RootDirectory / "dist" / "nodetars" ) . GetFiles ( "*.tgz" ) )
66
66
{
67
- // coderline-alphaskia-2.2 .0-local.0.tgz
67
+ // coderline-alphaskia-2.3 .0-local.0.tgz
68
68
var nameWithoutVersion = string . Join ( "-" ,
69
69
tgz . NameWithoutExtension . Split ( '-' ) . TakeWhile ( p => ! char . IsDigit ( p [ 0 ] ) ) )
70
70
+ tgz . Extension ;
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<DebugType >portable</DebugType >
5
5
<DebugSymbols >true</DebugSymbols >
6
- <Version Condition =" '$(Version)' == '' " >2.2 .0</Version >
6
+ <Version Condition =" '$(Version)' == '' " >2.3 .0</Version >
7
7
<AssemblyVersion Condition =" '$(AssemblyVersion)' == '' " >$(Version).0</AssemblyVersion >
8
8
<FileVersion Condition =" '$(FileVersion)' == '' " >$(AssemblyVersion)</FileVersion >
9
9
<NeutralLanguage >en</NeutralLanguage >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coderline/alphaskia-linux" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"description" : " The node addon for alphaSkia enabling it to run on Linux" ,
5
5
"engines" : {
6
6
"node" : " >=18.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coderline/alphaskia-macos" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"description" : " The node addon for alphaSkia enabling it to run on MacOS" ,
5
5
"engines" : {
6
6
"node" : " >=18.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coderline/alphaskia-windows" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"description" : " The node addon for alphaSkia enabling it to run on Windows" ,
5
5
"engines" : {
6
6
"node" : " >=18.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coderline/alphaskia" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"description" : " A Skia based rendering backend for alphaTab." ,
5
5
"module" : " ./dist/alphaskia.mjs" ,
6
6
"typings" : " ./dist/alphaskia.d.ts" ,
34
34
},
35
35
"homepage" : " https://github.com/CoderLine/alphaSkia" ,
36
36
"optionalDependencies" : {
37
- "@coderline/alphaskia-linux" : " ^2.2 .0" ,
38
- "@coderline/alphaskia-macos" : " ^2.2 .0" ,
39
- "@coderline/alphaskia-windows" : " ^2.2 .0"
37
+ "@coderline/alphaskia-linux" : " ^2.3 .0" ,
38
+ "@coderline/alphaskia-macos" : " ^2.3 .0" ,
39
+ "@coderline/alphaskia-windows" : " ^2.3 .0"
40
40
},
41
41
"devDependencies" : {
42
42
"@rollup/plugin-terser" : " ^0.4.4" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
}
6
6
7
7
group = " alphaTab.alphaSkia"
8
- version = " 2.2 .0-LOCAL"
8
+ version = " 2.3 .0-LOCAL"
9
9
// Use any latest version
10
10
var alphaSkiaVersion = version
11
11
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " alphaskiatest" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"start" : " tsx index.ts"
You can’t perform that action at this time.
0 commit comments