mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
Updated version to 32.45.0
commit_hash:41eabf85e64733cfc85c684782bd3d9c6ce0f76b
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
MARKETING_VERSION = 32.44.0
|
||||
MARKETING_VERSION = 32.45.0
|
||||
CURRENT_PROJECT_VERSION = 32
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
public enum DivKitInfo {
|
||||
public static let version = "32.44.0"
|
||||
public static let version = "32.45.0"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@divkitframework/divkit",
|
||||
"version": "32.44.0",
|
||||
"version": "32.45.0",
|
||||
"description": "DivKit for the web",
|
||||
"keywords": [
|
||||
"server-driven-ui",
|
||||
|
||||
@@ -21,6 +21,8 @@ import kotlin.collections.Map
|
||||
* Fixed coordinates of the rotation axis.
|
||||
*
|
||||
* Can be created using the method [pivotFixed].
|
||||
*
|
||||
* Required parameters: `value, type`.
|
||||
*/
|
||||
@Generated
|
||||
@ExposedCopyVisibility
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "pydivkit"
|
||||
version = "32.44.0"
|
||||
version = "32.45.0"
|
||||
description = "DivKit python library"
|
||||
readme = "README.md"
|
||||
keywords = ["divkit", "sdk"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@divkitframework/jsonbuilder",
|
||||
"version": "32.44.0",
|
||||
"version": "32.45.0",
|
||||
"description": "DivKit TypeScript JSON Builder",
|
||||
"main": "./dist/jsonbuilder.js",
|
||||
"module": "./dist/es/jsonbuilder.js",
|
||||
|
||||
Reference in New Issue
Block a user