Skip to content

Commit 67c6a8d

Browse files
committed
chore: set version to 1.8.2
1 parent d62ad05 commit 67c6a8d

16 files changed

Lines changed: 36 additions & 36 deletions

File tree

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coderline/alphatab-monorepo",
3-
"version": "1.9.0",
3+
"version": "1.8.2",
44
"description": "Monorepo for alphaTab and its related packages",
55
"private": true,
66
"type": "module",

packages/alphatab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coderline/alphatab",
3-
"version": "1.9.0",
3+
"version": "1.8.2",
44
"description": "alphaTab is a music notation and guitar tablature rendering library",
55
"keywords": [
66
"guitar",

packages/alphatex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coderline/alphatab-alphatex",
3-
"version": "1.9.0",
3+
"version": "1.8.2",
44
"private": true,
55
"scripts": {
66
"lint": "biome lint",

packages/csharp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coderline/alphatab-csharp",
3-
"version": "1.9.0",
3+
"version": "1.8.2",
44
"description": "The C# target of alphaTab.",
55
"private": true,
66
"type": "module",

packages/csharp/src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<PropertyGroup>
33
<DebugType>portable</DebugType>
44
<DebugSymbols>true</DebugSymbols>
5-
<Version>1.9.0</Version>
6-
<AssemblyVersion>1.9.0.0</AssemblyVersion>
5+
<Version>1.8.2</Version>
6+
<AssemblyVersion>1.8.2.0</AssemblyVersion>
77
<FileVersion>$(AssemblyVersion)</FileVersion>
88
<Authors>Danielku15</Authors>
99
<Company>CoderLine</Company>

packages/kotlin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coderline/alphatab-kotlin",
3-
"version": "1.9.0",
3+
"version": "1.8.2",
44
"description": "The Kotlin target of alphaTab.",
55
"private": true,
66
"type": "module",

packages/kotlin/src/android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var libAuthorId = "danielku15"
3939
var libAuthorName = "Daniel Kuschny"
4040
var libOrgUrl = "https://github.com/coderline"
4141
var libCompany = "CoderLine"
42-
var libVersion = "1.9.0-SNAPSHOT"
42+
var libVersion = "1.8.2-SNAPSHOT"
4343
var libProjectUrl = "https://github.com/CoderLine/alphaTab"
4444
var libGitUrlHttp = "https://github.com/CoderLine/alphaTab.git"
4545
var libGitUrlGit = "scm:git:git://github.com/CoderLine/alphaTab.git"

packages/lsp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coderline/alphatab-language-server",
3-
"version": "1.9.0",
3+
"version": "1.8.2",
44
"description": "A language server for alphaTab providing coding assistance for alphaTex.",
55
"keywords": [
66
"guitar",
@@ -34,7 +34,7 @@
3434
"test": "mocha"
3535
},
3636
"dependencies": {
37-
"@coderline/alphatab": "^1.9.0",
37+
"@coderline/alphatab": "^1.8.2",
3838
"vscode-languageserver": "^9.0.1",
3939
"vscode-languageserver-textdocument": "^1.0.12"
4040
},

packages/monaco/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coderline/alphatab-monaco",
3-
"version": "1.9.0",
3+
"version": "1.8.2",
44
"description": "A Monaco editor integration for alphaTab providing coding assistance for alphaTex.",
55
"keywords": [
66
"guitar",
@@ -31,8 +31,8 @@
3131
"test": "mocha"
3232
},
3333
"dependencies": {
34-
"@coderline/alphatab": "^1.9.0",
35-
"@coderline/alphatab-language-server": "^1.9.0",
34+
"@coderline/alphatab": "^1.8.2",
35+
"@coderline/alphatab-language-server": "^1.8.2",
3636
"monaco-editor": "^0.55.1",
3737
"vscode-languageserver-types": "^3.17.5",
3838
"vscode-oniguruma": "^2.0.1",

0 commit comments

Comments
 (0)