Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielku15 committed Feb 10, 2024
1 parent 71171fc commit 1860945
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 2,956 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
uses: ./.github/workflows/~reusable-full-build.yml
with:
use-skia-cache: ${{ inputs.use-skia-cache }}
alphaskia-version: "2.0"
alphaskia-version: "2.1"
is-release-build: false
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ on:
default: false
env:
IS_RELEASE_BUILD: ${{ inputs.is-release-build }}
ALPHASKIA_VERSION_TEMPLATE: "2.0"
ALPHASKIA_VERSION_TEMPLATE: "2.1"

jobs:
build:
uses: ./.github/workflows/~reusable-full-build.yml
with:
use-skia-cache: ${{ inputs.use-skia-cache }}
alphaskia-version: "2.0"
alphaskia-version: "2.1"
is-release-build: ${{ inputs.is-release-build }}
secrets: inherit

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
lib/node/**/package-lock.json

# Created by https://www.toptal.com/developers/gitignore/api/c++,cmake,ninja,rider,python,dotnetcore,csharp
# Edit at https://www.toptal.com/developers/gitignore?templates=c++,cmake,ninja,rider,python,dotnetcore,csharp

Expand Down
2 changes: 1 addition & 1 deletion build/Build.Node.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void PrepareTgzForTest()
var files = new System.Collections.Generic.List<string>();
foreach (var tgz in (RootDirectory / "dist" / "nodetars").GetFiles("*.tgz"))
{
// coderline-alphaskia-2.0.0-local.0.tgz
// coderline-alphaskia-2.1.0-local.0.tgz
var nameWithoutVersion = string.Join("-",
tgz.NameWithoutExtension.Split('-').TakeWhile(p => !char.IsDigit(p[0])))
+ tgz.Extension;
Expand Down
2 changes: 1 addition & 1 deletion lib/dotnet/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
<Version Condition=" '$(Version)' == '' ">2.0.0</Version>
<Version Condition=" '$(Version)' == '' ">2.1.0</Version>
<AssemblyVersion Condition=" '$(AssemblyVersion)' == '' ">$(Version).0</AssemblyVersion>
<FileVersion Condition=" '$(FileVersion)' == '' ">$(AssemblyVersion)</FileVersion>
<NeutralLanguage>en</NeutralLanguage>
Expand Down
16 changes: 0 additions & 16 deletions lib/node/alphaskia-linux/package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion lib/node/alphaskia-linux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coderline/alphaskia-linux",
"version": "2.0.0",
"version": "2.1.0",
"description": "The node addon for alphaSkia enabling it to run on Linux",
"engines": {
"node": ">=18.0.0"
Expand Down
16 changes: 0 additions & 16 deletions lib/node/alphaskia-macos/package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion lib/node/alphaskia-macos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coderline/alphaskia-macos",
"version": "2.0.0",
"version": "2.1.0",
"description": "The node addon for alphaSkia enabling it to run on MacOS",
"engines": {
"node": ">=18.0.0"
Expand Down
16 changes: 0 additions & 16 deletions lib/node/alphaskia-windows/package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion lib/node/alphaskia-windows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coderline/alphaskia-windows",
"version": "2.0.0",
"version": "2.1.0",
"description": "The node addon for alphaSkia enabling it to run on Windows",
"engines": {
"node": ">=18.0.0"
Expand Down
Loading

0 comments on commit 1860945

Please sign in to comment.