Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ glide = "4.16.0"

koilVersion-compose = "2.2.0"

sdds-uikit = "0.33.0"
sdds-uikit-compose = "0.35.0"
sdds-theme-builder = "0.32.0"
sdds-uikit = "0.34.0"
sdds-uikit-compose = "0.36.0"
sdds-theme-builder = "0.33.0"

uikit-input-masks-version = "7.2.6"

Expand Down
2 changes: 1 addition & 1 deletion playground/sandbox-compose/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
versionMajor=0
versionMinor=28
versionMinor=29
versionPatch=0
2 changes: 1 addition & 1 deletion sdds-core/plugin_theme_builder/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
versionMajor=0
versionMinor=32
versionMinor=33
versionPatch=0
nexus.artifactId=sdds-theme-builder
2 changes: 1 addition & 1 deletion sdds-core/uikit-compose/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ nexus.artifactId=sdds-uikit-compose
nexus.snapshot=false
nexus.description=SDDS UIKit library with base components for android jetpack compose
versionMajor=0
versionMinor=35
versionMinor=36
versionPatch=0
2 changes: 1 addition & 1 deletion sdds-core/uikit/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ nexus.artifactId=sdds-uikit
nexus.snapshot=false
nexus.description=SDDS UIKit library with base components for android view system
versionMajor=0
versionMinor=33
versionMinor=34
versionPatch=0
2 changes: 1 addition & 1 deletion tokens/plasma-stards-compose/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ nexus.artifactId=plasma-star-ds-compose
nexus.snapshot=false
nexus.description=plasma-star-ds library for compose framework
versionMajor=0
versionMinor=22
versionMinor=23
versionPatch=0

theme-url=https://github.com/salute-developers/theme-converter/raw/main/themes/plasma_stards/0.7.0-alpha.zip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"0.18.0": "https://plasma.sberdevices.ru/compose/plasma-star-ds-compose/0.18.0/",
"0.19.0": "https://plasma.sberdevices.ru/compose/plasma-star-ds-compose/0.19.0/",
"0.20.0": "https://plasma.sberdevices.ru/compose/plasma-star-ds-compose/0.20.0/",
"0.21.0": "https://plasma.sberdevices.ru/compose/plasma-star-ds-compose/0.21.0/"
"0.21.0": "https://plasma.sberdevices.ru/compose/plasma-star-ds-compose/0.21.0/",
"0.22.0": "https://plasma.sberdevices.ru/compose/plasma-star-ds-compose/0.22.0/"
}
2 changes: 1 addition & 1 deletion tokens/plasma-stards-view/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ nexus.artifactId=plasma-star-ds
nexus.snapshot=false
nexus.description=plasma-star-ds library for view framework
versionMajor=2
versionMinor=24
versionMinor=25
versionPatch=0

summary.key=plasmaStarDS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"2.20.0": "https://plasma.sberdevices.ru/xml/plasma-star-ds/2.20.0/",
"2.21.0": "https://plasma.sberdevices.ru/xml/plasma-star-ds/2.21.0/",
"2.22.0": "https://plasma.sberdevices.ru/xml/plasma-star-ds/2.22.0/",
"2.23.0": "https://plasma.sberdevices.ru/xml/plasma-star-ds/2.23.0/"
"2.23.0": "https://plasma.sberdevices.ru/xml/plasma-star-ds/2.23.0/",
"2.24.0": "https://plasma.sberdevices.ru/xml/plasma-star-ds/2.24.0/"
}
2 changes: 1 addition & 1 deletion tokens/plasma.giga.app.compose/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ nexus.artifactId=plasma-giga-app-compose
nexus.snapshot=false
nexus.description=plasma-giga-app library for compose framework
versionMajor=0
versionMinor=21
versionMinor=22
versionPatch=0

summary.key=plasmaGigaApp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"0.17.0": "https://plasma.sberdevices.ru/compose/plasma-giga-app-compose/0.17.0/",
"0.18.0": "https://plasma.sberdevices.ru/compose/plasma-giga-app-compose/0.18.0/",
"0.19.0": "https://plasma.sberdevices.ru/compose/plasma-giga-app-compose/0.19.0/",
"0.20.0": "https://plasma.sberdevices.ru/compose/plasma-giga-app-compose/0.20.0/"
"0.20.0": "https://plasma.sberdevices.ru/compose/plasma-giga-app-compose/0.20.0/",
"0.21.0": "https://plasma.sberdevices.ru/compose/plasma-giga-app-compose/0.21.0/"
}
2 changes: 1 addition & 1 deletion tokens/plasma.giga.compose/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ nexus.artifactId=plasma-giga-compose
nexus.snapshot=false
nexus.description=plasma-giga library for compose framework
versionMajor=0
versionMinor=21
versionMinor=22
versionPatch=0

theme-version=0.9.0-alpha
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"0.17.0": "https://plasma.sberdevices.ru/compose/plasma-giga-compose/0.17.0/",
"0.18.0": "https://plasma.sberdevices.ru/compose/plasma-giga-compose/0.18.0/",
"0.19.0": "https://plasma.sberdevices.ru/compose/plasma-giga-compose/0.19.0/",
"0.20.0": "https://plasma.sberdevices.ru/compose/plasma-giga-compose/0.20.0/"
"0.20.0": "https://plasma.sberdevices.ru/compose/plasma-giga-compose/0.20.0/",
"0.21.0": "https://plasma.sberdevices.ru/compose/plasma-giga-compose/0.21.0/"
}
2 changes: 1 addition & 1 deletion tokens/plasma.homeds.compose/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ nexus.artifactId=plasma-homeds-compose
nexus.snapshot=false
nexus.description=plasma-homeds library for compose framework
versionMajor=0
versionMinor=12
versionMinor=13
versionPatch=0

theme-version=0.1.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"0.8.0": "https://plasma.sberdevices.ru/compose/plasma-homeds-compose/0.8.0/",
"0.9.0": "https://plasma.sberdevices.ru/compose/plasma-homeds-compose/0.9.0/",
"0.10.0": "https://plasma.sberdevices.ru/compose/plasma-homeds-compose/0.10.0/",
"0.11.0": "https://plasma.sberdevices.ru/compose/plasma-homeds-compose/0.11.0/"
"0.11.0": "https://plasma.sberdevices.ru/compose/plasma-homeds-compose/0.11.0/",
"0.12.0": "https://plasma.sberdevices.ru/compose/plasma-homeds-compose/0.12.0/"
}
2 changes: 1 addition & 1 deletion tokens/plasma.sd.service.compose/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ nexus.artifactId=plasma-sd-service-compose
nexus.snapshot=false
nexus.description=plasma-sd-service library for compose framework
versionMajor=0
versionMinor=28
versionMinor=29
versionPatch=0

# ?????? plasma_b2c_ACTUAL_TYPOGRAPHY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"0.24.0": "https://plasma.sberdevices.ru/compose/plasma-sd-service-compose/0.24.0/",
"0.25.0": "https://plasma.sberdevices.ru/compose/plasma-sd-service-compose/0.25.0/",
"0.26.0": "https://plasma.sberdevices.ru/compose/plasma-sd-service-compose/0.26.0/",
"0.27.0": "https://plasma.sberdevices.ru/compose/plasma-sd-service-compose/0.27.0/"
"0.27.0": "https://plasma.sberdevices.ru/compose/plasma-sd-service-compose/0.27.0/",
"0.28.0": "https://plasma.sberdevices.ru/compose/plasma-sd-service-compose/0.28.0/"
}
2 changes: 1 addition & 1 deletion tokens/plasma.sd.service.view/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ nexus.artifactId=plasma-sd-service
nexus.snapshot=false
nexus.description=plasma-sd-service theme library for view framework
versionMajor=0
versionMinor=23
versionMinor=24
versionPatch=0

theme-version=0.1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"0.19.0": "https://plasma.sberdevices.ru/xml/plasma-sd-service/0.19.0/",
"0.20.0": "https://plasma.sberdevices.ru/xml/plasma-sd-service/0.20.0/",
"0.21.0": "https://plasma.sberdevices.ru/xml/plasma-sd-service/0.21.0/",
"0.22.0": "https://plasma.sberdevices.ru/xml/plasma-sd-service/0.22.0/"
"0.22.0": "https://plasma.sberdevices.ru/xml/plasma-sd-service/0.22.0/",
"0.23.0": "https://plasma.sberdevices.ru/xml/plasma-sd-service/0.23.0/"
}
2 changes: 1 addition & 1 deletion tokens/sdds.serv.compose/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ nexus.artifactId=sdds-serv-compose
nexus.snapshot=false
nexus.description=sdds-serv token library for compose framework
versionMajor=0
versionMinor=27
versionMinor=28
versionPatch=0

theme-version=0.8.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"0.23.0": "https://plasma.sberdevices.ru/compose/sdds-serv-compose/0.23.0/",
"0.24.0": "https://plasma.sberdevices.ru/compose/sdds-serv-compose/0.24.0/",
"0.25.0": "https://plasma.sberdevices.ru/compose/sdds-serv-compose/0.25.0/",
"0.26.0": "https://plasma.sberdevices.ru/compose/sdds-serv-compose/0.26.0/"
"0.26.0": "https://plasma.sberdevices.ru/compose/sdds-serv-compose/0.26.0/",
"0.27.0": "https://plasma.sberdevices.ru/compose/sdds-serv-compose/0.27.0/"
}
2 changes: 1 addition & 1 deletion tokens/sdds.serv.view/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ nexus.artifactId=sdds-serv
nexus.snapshot=false
nexus.description=sdds-serv token library for view framework
versionMajor=0
versionMinor=27
versionMinor=28
versionPatch=0

theme-version=0.8.0
Expand Down
3 changes: 2 additions & 1 deletion tokens/sdds.serv.view/override-docs/versionsArchived.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"0.23.0": "https://plasma.sberdevices.ru/xml/sdds-serv/0.23.0/",
"0.24.0": "https://plasma.sberdevices.ru/xml/sdds-serv/0.24.0/",
"0.25.0": "https://plasma.sberdevices.ru/xml/sdds-serv/0.25.0/",
"0.26.0": "https://plasma.sberdevices.ru/xml/sdds-serv/0.26.0/"
"0.26.0": "https://plasma.sberdevices.ru/xml/sdds-serv/0.26.0/",
"0.27.0": "https://plasma.sberdevices.ru/xml/sdds-serv/0.27.0/"
}
2 changes: 1 addition & 1 deletion tokens/stylessalute.compose/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ nexus.artifactId=stylessalute-compose
nexus.snapshot=false
nexus.description=stylessalute token library for compose framework
versionMajor=0
versionMinor=22
versionMinor=23
versionPatch=0

theme-version=0.7.0-alpha
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"0.18.0": "https://plasma.sberdevices.ru/compose/stylessalute-compose/0.18.0/",
"0.19.0": "https://plasma.sberdevices.ru/compose/stylessalute-compose/0.19.0/",
"0.20.0": "https://plasma.sberdevices.ru/compose/stylessalute-compose/0.20.0/",
"0.21.0": "https://plasma.sberdevices.ru/compose/stylessalute-compose/0.21.0/"
"0.21.0": "https://plasma.sberdevices.ru/compose/stylessalute-compose/0.21.0/",
"0.22.0": "https://plasma.sberdevices.ru/compose/stylessalute-compose/0.22.0/"
}
2 changes: 1 addition & 1 deletion tokens/stylessalute.view/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ nexus.artifactId=stylessalute
nexus.snapshot=false
nexus.description=stylessalute token library for view framework
versionMajor=0
versionMinor=22
versionMinor=23
versionPatch=0

theme-version=0.7.0-alpha
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"0.18.0": "https://plasma.sberdevices.ru/xml/stylessalute/0.18.0/",
"0.19.0": "https://plasma.sberdevices.ru/xml/stylessalute/0.19.0/",
"0.20.0": "https://plasma.sberdevices.ru/xml/stylessalute/0.20.0/",
"0.21.0": "https://plasma.sberdevices.ru/xml/stylessalute/0.21.0/"
"0.21.0": "https://plasma.sberdevices.ru/xml/stylessalute/0.21.0/",
"0.22.0": "https://plasma.sberdevices.ru/xml/stylessalute/0.22.0/"
}
Loading
Loading