diff --git a/client/ios/Configurations/Version.xcconfig b/client/ios/Configurations/Version.xcconfig index 9fecb3b5d..2abd2f3d3 100644 --- a/client/ios/Configurations/Version.xcconfig +++ b/client/ios/Configurations/Version.xcconfig @@ -1,2 +1,2 @@ -MARKETING_VERSION = 32.2.0 +MARKETING_VERSION = 32.3.0 CURRENT_PROJECT_VERSION = 32 diff --git a/client/ios/DivKit/DivKitInfo.swift b/client/ios/DivKit/DivKitInfo.swift index 020c01314..a88fd9c7b 100644 --- a/client/ios/DivKit/DivKitInfo.swift +++ b/client/ios/DivKit/DivKitInfo.swift @@ -1,3 +1,3 @@ public enum DivKitInfo { - public static let version = "32.2.0" + public static let version = "32.3.0" } diff --git a/client/web/divkit/package.json b/client/web/divkit/package.json index 3d6e20e5d..ca2230484 100644 --- a/client/web/divkit/package.json +++ b/client/web/divkit/package.json @@ -1,6 +1,6 @@ { "name": "@divkitframework/divkit", - "version": "32.2.0", + "version": "32.3.0", "description": "DivKit for the web", "keywords": [ "server-driven-ui", diff --git a/json-builder/kotlin/src/generated/kotlin/divkit/dsl/ArrayVariable.kt b/json-builder/kotlin/src/generated/kotlin/divkit/dsl/ArrayVariable.kt index a1d50deb2..c215ebe0d 100644 --- a/json-builder/kotlin/src/generated/kotlin/divkit/dsl/ArrayVariable.kt +++ b/json-builder/kotlin/src/generated/kotlin/divkit/dsl/ArrayVariable.kt @@ -47,7 +47,7 @@ data class ArrayVariable internal constructor( */ val name: Property?, /** - * Value. + * Value. Supports expressions for variable initialization. */ val value: Property>?, ) { @@ -63,7 +63,7 @@ data class ArrayVariable internal constructor( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun DivScope.arrayVariable( @@ -79,7 +79,7 @@ fun DivScope.arrayVariable( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun DivScope.arrayVariableProps( @@ -93,7 +93,7 @@ fun DivScope.arrayVariableProps( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun TemplateScope.arrayVariableRefs( @@ -107,7 +107,7 @@ fun TemplateScope.arrayVariableRefs( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun ArrayVariable.override( @@ -123,7 +123,7 @@ fun ArrayVariable.override( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun ArrayVariable.defer( @@ -138,7 +138,7 @@ fun ArrayVariable.defer( ) /** - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun ArrayVariable.evaluate( diff --git a/json-builder/kotlin/src/generated/kotlin/divkit/dsl/BooleanVariable.kt b/json-builder/kotlin/src/generated/kotlin/divkit/dsl/BooleanVariable.kt index 685355189..772863100 100644 --- a/json-builder/kotlin/src/generated/kotlin/divkit/dsl/BooleanVariable.kt +++ b/json-builder/kotlin/src/generated/kotlin/divkit/dsl/BooleanVariable.kt @@ -47,7 +47,7 @@ data class BooleanVariable internal constructor( */ val name: Property?, /** - * Value. + * Value. Supports expressions for variable initialization. */ val value: Property?, ) { @@ -63,7 +63,7 @@ data class BooleanVariable internal constructor( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun DivScope.booleanVariable( @@ -79,7 +79,7 @@ fun DivScope.booleanVariable( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun DivScope.booleanVariableProps( @@ -93,7 +93,7 @@ fun DivScope.booleanVariableProps( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun TemplateScope.booleanVariableRefs( @@ -107,7 +107,7 @@ fun TemplateScope.booleanVariableRefs( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun BooleanVariable.override( @@ -123,7 +123,7 @@ fun BooleanVariable.override( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun BooleanVariable.defer( @@ -138,7 +138,7 @@ fun BooleanVariable.defer( ) /** - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun BooleanVariable.evaluate( diff --git a/json-builder/kotlin/src/generated/kotlin/divkit/dsl/ColorVariable.kt b/json-builder/kotlin/src/generated/kotlin/divkit/dsl/ColorVariable.kt index f47533043..1e9c6d99d 100644 --- a/json-builder/kotlin/src/generated/kotlin/divkit/dsl/ColorVariable.kt +++ b/json-builder/kotlin/src/generated/kotlin/divkit/dsl/ColorVariable.kt @@ -47,7 +47,7 @@ data class ColorVariable internal constructor( */ val name: Property?, /** - * Value. + * Value. Supports expressions for variable initialization. */ val value: Property?, ) { @@ -63,7 +63,7 @@ data class ColorVariable internal constructor( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun DivScope.colorVariable( @@ -79,7 +79,7 @@ fun DivScope.colorVariable( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun DivScope.colorVariableProps( @@ -93,7 +93,7 @@ fun DivScope.colorVariableProps( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun TemplateScope.colorVariableRefs( @@ -107,7 +107,7 @@ fun TemplateScope.colorVariableRefs( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun ColorVariable.override( @@ -123,7 +123,7 @@ fun ColorVariable.override( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun ColorVariable.defer( @@ -138,7 +138,7 @@ fun ColorVariable.defer( ) /** - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun ColorVariable.evaluate( diff --git a/json-builder/kotlin/src/generated/kotlin/divkit/dsl/DictVariable.kt b/json-builder/kotlin/src/generated/kotlin/divkit/dsl/DictVariable.kt index c699c2279..63d6b23bd 100644 --- a/json-builder/kotlin/src/generated/kotlin/divkit/dsl/DictVariable.kt +++ b/json-builder/kotlin/src/generated/kotlin/divkit/dsl/DictVariable.kt @@ -47,7 +47,7 @@ data class DictVariable internal constructor( */ val name: Property?, /** - * Value. + * Value. Supports expressions for variable initialization. */ val value: Property>?, ) { @@ -63,7 +63,7 @@ data class DictVariable internal constructor( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun DivScope.dictVariable( @@ -79,7 +79,7 @@ fun DivScope.dictVariable( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun DivScope.dictVariableProps( @@ -93,7 +93,7 @@ fun DivScope.dictVariableProps( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun TemplateScope.dictVariableRefs( @@ -107,7 +107,7 @@ fun TemplateScope.dictVariableRefs( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun DictVariable.override( @@ -123,7 +123,7 @@ fun DictVariable.override( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun DictVariable.defer( diff --git a/json-builder/kotlin/src/generated/kotlin/divkit/dsl/Input.kt b/json-builder/kotlin/src/generated/kotlin/divkit/dsl/Input.kt index cadb0e515..83aaa78bf 100644 --- a/json-builder/kotlin/src/generated/kotlin/divkit/dsl/Input.kt +++ b/json-builder/kotlin/src/generated/kotlin/divkit/dsl/Input.kt @@ -121,7 +121,7 @@ data class Input internal constructor( */ val animators: Property>?, /** - * Text auto-capitalization type.
  • By default: `auto` - default behavior of the platform;
  • `none' - automatic capitalization is not applied;
  • `words` - capitalization of each word;
  • `sentences` - capitalization at the beginning of a sentence;
  • `all_characters' - capitalization of each character.
  • + * Text auto-capitalization type. * Default value: `auto`. */ val autocapitalization: Property?, @@ -420,7 +420,7 @@ data class Input internal constructor( } /** - * Text auto-capitalization type.
  • By default: `auto` - default behavior of the platform;
  • `none' - automatic capitalization is not applied;
  • `words` - capitalization of each word;
  • `sentences` - capitalization at the beginning of a sentence;
  • `all_characters' - capitalization of each character.
  • + * Text auto-capitalization type. * * Possible values: [auto], [none], [words], [sentences], [all_characters]. */ @@ -487,7 +487,7 @@ data class Input internal constructor( * @param alignmentVertical Vertical alignment of an element inside the parent element. * @param alpha Sets transparency of the entire element: `0` — completely transparent, `1` — opaque. * @param animators Declaration of animators that change variable values over time. - * @param autocapitalization Text auto-capitalization type.
  • By default: `auto` - default behavior of the platform;
  • `none' - automatic capitalization is not applied;
  • `words` - capitalization of each word;
  • `sentences` - capitalization at the beginning of a sentence;
  • `all_characters' - capitalization of each character.
  • + * @param autocapitalization Text auto-capitalization type. * @param background Element background. It can contain multiple layers. * @param border Element stroke. * @param columnSpan Merges cells in a column of the [grid](div-grid.md) element. @@ -674,7 +674,7 @@ fun DivScope.input( * @param alignmentVertical Vertical alignment of an element inside the parent element. * @param alpha Sets transparency of the entire element: `0` — completely transparent, `1` — opaque. * @param animators Declaration of animators that change variable values over time. - * @param autocapitalization Text auto-capitalization type.
  • By default: `auto` - default behavior of the platform;
  • `none' - automatic capitalization is not applied;
  • `words` - capitalization of each word;
  • `sentences` - capitalization at the beginning of a sentence;
  • `all_characters' - capitalization of each character.
  • + * @param autocapitalization Text auto-capitalization type. * @param background Element background. It can contain multiple layers. * @param border Element stroke. * @param columnSpan Merges cells in a column of the [grid](div-grid.md) element. @@ -859,7 +859,7 @@ fun DivScope.inputProps( * @param alignmentVertical Vertical alignment of an element inside the parent element. * @param alpha Sets transparency of the entire element: `0` — completely transparent, `1` — opaque. * @param animators Declaration of animators that change variable values over time. - * @param autocapitalization Text auto-capitalization type.
  • By default: `auto` - default behavior of the platform;
  • `none' - automatic capitalization is not applied;
  • `words` - capitalization of each word;
  • `sentences` - capitalization at the beginning of a sentence;
  • `all_characters' - capitalization of each character.
  • + * @param autocapitalization Text auto-capitalization type. * @param background Element background. It can contain multiple layers. * @param border Element stroke. * @param columnSpan Merges cells in a column of the [grid](div-grid.md) element. @@ -1044,7 +1044,7 @@ fun TemplateScope.inputRefs( * @param alignmentVertical Vertical alignment of an element inside the parent element. * @param alpha Sets transparency of the entire element: `0` — completely transparent, `1` — opaque. * @param animators Declaration of animators that change variable values over time. - * @param autocapitalization Text auto-capitalization type.
  • By default: `auto` - default behavior of the platform;
  • `none' - automatic capitalization is not applied;
  • `words` - capitalization of each word;
  • `sentences` - capitalization at the beginning of a sentence;
  • `all_characters' - capitalization of each character.
  • + * @param autocapitalization Text auto-capitalization type. * @param background Element background. It can contain multiple layers. * @param border Element stroke. * @param columnSpan Merges cells in a column of the [grid](div-grid.md) element. @@ -1231,7 +1231,7 @@ fun Input.override( * @param alignmentVertical Vertical alignment of an element inside the parent element. * @param alpha Sets transparency of the entire element: `0` — completely transparent, `1` — opaque. * @param animators Declaration of animators that change variable values over time. - * @param autocapitalization Text auto-capitalization type.
  • By default: `auto` - default behavior of the platform;
  • `none' - automatic capitalization is not applied;
  • `words` - capitalization of each word;
  • `sentences` - capitalization at the beginning of a sentence;
  • `all_characters' - capitalization of each character.
  • + * @param autocapitalization Text auto-capitalization type. * @param background Element background. It can contain multiple layers. * @param border Element stroke. * @param columnSpan Merges cells in a column of the [grid](div-grid.md) element. @@ -1416,7 +1416,7 @@ fun Input.defer( * @param alignmentHorizontal Horizontal alignment of an element inside the parent element. * @param alignmentVertical Vertical alignment of an element inside the parent element. * @param alpha Sets transparency of the entire element: `0` — completely transparent, `1` — opaque. - * @param autocapitalization Text auto-capitalization type.
  • By default: `auto` - default behavior of the platform;
  • `none' - automatic capitalization is not applied;
  • `words` - capitalization of each word;
  • `sentences` - capitalization at the beginning of a sentence;
  • `all_characters' - capitalization of each character.
  • + * @param autocapitalization Text auto-capitalization type. * @param columnSpan Merges cells in a column of the [grid](div-grid.md) element. * @param enterKeyType 'Enter' key type. * @param fontFamily Font family:
  • `text` — a standard text font;
  • `display` — a family of fonts with a large font size.
  • @@ -1541,7 +1541,7 @@ fun Input.evaluate( * @param alignmentVertical Vertical alignment of an element inside the parent element. * @param alpha Sets transparency of the entire element: `0` — completely transparent, `1` — opaque. * @param animators Declaration of animators that change variable values over time. - * @param autocapitalization Text auto-capitalization type.
  • By default: `auto` - default behavior of the platform;
  • `none' - automatic capitalization is not applied;
  • `words` - capitalization of each word;
  • `sentences` - capitalization at the beginning of a sentence;
  • `all_characters' - capitalization of each character.
  • + * @param autocapitalization Text auto-capitalization type. * @param background Element background. It can contain multiple layers. * @param border Element stroke. * @param columnSpan Merges cells in a column of the [grid](div-grid.md) element. @@ -1729,7 +1729,7 @@ fun Component.override( * @param alignmentVertical Vertical alignment of an element inside the parent element. * @param alpha Sets transparency of the entire element: `0` — completely transparent, `1` — opaque. * @param animators Declaration of animators that change variable values over time. - * @param autocapitalization Text auto-capitalization type.
  • By default: `auto` - default behavior of the platform;
  • `none' - automatic capitalization is not applied;
  • `words` - capitalization of each word;
  • `sentences` - capitalization at the beginning of a sentence;
  • `all_characters' - capitalization of each character.
  • + * @param autocapitalization Text auto-capitalization type. * @param background Element background. It can contain multiple layers. * @param border Element stroke. * @param columnSpan Merges cells in a column of the [grid](div-grid.md) element. @@ -1915,7 +1915,7 @@ fun Component.defer( * @param alignmentHorizontal Horizontal alignment of an element inside the parent element. * @param alignmentVertical Vertical alignment of an element inside the parent element. * @param alpha Sets transparency of the entire element: `0` — completely transparent, `1` — opaque. - * @param autocapitalization Text auto-capitalization type.
  • By default: `auto` - default behavior of the platform;
  • `none' - automatic capitalization is not applied;
  • `words` - capitalization of each word;
  • `sentences` - capitalization at the beginning of a sentence;
  • `all_characters' - capitalization of each character.
  • + * @param autocapitalization Text auto-capitalization type. * @param columnSpan Merges cells in a column of the [grid](div-grid.md) element. * @param enterKeyType 'Enter' key type. * @param fontFamily Font family:
  • `text` — a standard text font;
  • `display` — a family of fonts with a large font size.
  • diff --git a/json-builder/kotlin/src/generated/kotlin/divkit/dsl/IntegerVariable.kt b/json-builder/kotlin/src/generated/kotlin/divkit/dsl/IntegerVariable.kt index 1972b51be..7d088751f 100644 --- a/json-builder/kotlin/src/generated/kotlin/divkit/dsl/IntegerVariable.kt +++ b/json-builder/kotlin/src/generated/kotlin/divkit/dsl/IntegerVariable.kt @@ -47,7 +47,7 @@ data class IntegerVariable internal constructor( */ val name: Property?, /** - * Value. + * Value. Supports expressions for variable initialization. */ val value: Property?, ) { @@ -63,7 +63,7 @@ data class IntegerVariable internal constructor( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun DivScope.integerVariable( @@ -79,7 +79,7 @@ fun DivScope.integerVariable( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun DivScope.integerVariableProps( @@ -93,7 +93,7 @@ fun DivScope.integerVariableProps( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun TemplateScope.integerVariableRefs( @@ -107,7 +107,7 @@ fun TemplateScope.integerVariableRefs( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun IntegerVariable.override( @@ -123,7 +123,7 @@ fun IntegerVariable.override( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun IntegerVariable.defer( @@ -138,7 +138,7 @@ fun IntegerVariable.defer( ) /** - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun IntegerVariable.evaluate( diff --git a/json-builder/kotlin/src/generated/kotlin/divkit/dsl/NumberVariable.kt b/json-builder/kotlin/src/generated/kotlin/divkit/dsl/NumberVariable.kt index d6b191515..bb01f2ff5 100644 --- a/json-builder/kotlin/src/generated/kotlin/divkit/dsl/NumberVariable.kt +++ b/json-builder/kotlin/src/generated/kotlin/divkit/dsl/NumberVariable.kt @@ -47,7 +47,7 @@ data class NumberVariable internal constructor( */ val name: Property?, /** - * Value. + * Value. Supports expressions for variable initialization. */ val value: Property?, ) { @@ -63,7 +63,7 @@ data class NumberVariable internal constructor( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun DivScope.numberVariable( @@ -79,7 +79,7 @@ fun DivScope.numberVariable( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun DivScope.numberVariableProps( @@ -93,7 +93,7 @@ fun DivScope.numberVariableProps( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun TemplateScope.numberVariableRefs( @@ -107,7 +107,7 @@ fun TemplateScope.numberVariableRefs( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun NumberVariable.override( @@ -123,7 +123,7 @@ fun NumberVariable.override( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun NumberVariable.defer( @@ -138,7 +138,7 @@ fun NumberVariable.defer( ) /** - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun NumberVariable.evaluate( diff --git a/json-builder/kotlin/src/generated/kotlin/divkit/dsl/StringVariable.kt b/json-builder/kotlin/src/generated/kotlin/divkit/dsl/StringVariable.kt index 20e1c66e7..cc2e76478 100644 --- a/json-builder/kotlin/src/generated/kotlin/divkit/dsl/StringVariable.kt +++ b/json-builder/kotlin/src/generated/kotlin/divkit/dsl/StringVariable.kt @@ -47,7 +47,7 @@ data class StringVariable internal constructor( */ val name: Property?, /** - * Value. + * Value. Supports expressions for variable initialization. */ val value: Property?, ) { @@ -63,7 +63,7 @@ data class StringVariable internal constructor( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun DivScope.stringVariable( @@ -79,7 +79,7 @@ fun DivScope.stringVariable( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun DivScope.stringVariableProps( @@ -93,7 +93,7 @@ fun DivScope.stringVariableProps( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun TemplateScope.stringVariableRefs( @@ -107,7 +107,7 @@ fun TemplateScope.stringVariableRefs( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun StringVariable.override( @@ -123,7 +123,7 @@ fun StringVariable.override( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun StringVariable.defer( @@ -138,7 +138,7 @@ fun StringVariable.defer( ) /** - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun StringVariable.evaluate( diff --git a/json-builder/kotlin/src/generated/kotlin/divkit/dsl/UrlVariable.kt b/json-builder/kotlin/src/generated/kotlin/divkit/dsl/UrlVariable.kt index d49321784..71d49cca0 100644 --- a/json-builder/kotlin/src/generated/kotlin/divkit/dsl/UrlVariable.kt +++ b/json-builder/kotlin/src/generated/kotlin/divkit/dsl/UrlVariable.kt @@ -47,7 +47,7 @@ data class UrlVariable internal constructor( */ val name: Property?, /** - * Value. + * Value. Supports expressions for variable initialization. */ val value: Property?, ) { @@ -63,7 +63,7 @@ data class UrlVariable internal constructor( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun DivScope.urlVariable( @@ -79,7 +79,7 @@ fun DivScope.urlVariable( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun DivScope.urlVariableProps( @@ -93,7 +93,7 @@ fun DivScope.urlVariableProps( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun TemplateScope.urlVariableRefs( @@ -107,7 +107,7 @@ fun TemplateScope.urlVariableRefs( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun UrlVariable.override( @@ -123,7 +123,7 @@ fun UrlVariable.override( /** * @param name Variable name. - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun UrlVariable.defer( @@ -138,7 +138,7 @@ fun UrlVariable.defer( ) /** - * @param value Value. + * @param value Value. Supports expressions for variable initialization. */ @Generated fun UrlVariable.evaluate( diff --git a/json-builder/python/pyproject.toml b/json-builder/python/pyproject.toml index 5609d24df..2bb488059 100644 --- a/json-builder/python/pyproject.toml +++ b/json-builder/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydivkit" -version = "32.2.0" +version = "32.3.0" description = "DivKit python library" readme = "README.md" repository = "https://github.com/divkit/divkit/tree/main/json-builder/python" diff --git a/json-builder/typescript/package.json b/json-builder/typescript/package.json index 80de66bc8..65fd8e9ba 100644 --- a/json-builder/typescript/package.json +++ b/json-builder/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@divkitframework/jsonbuilder", - "version": "32.2.0", + "version": "32.3.0", "description": "DivKit TypeScript JSON Builder", "main": "./dist/jsonbuilder.js", "module": "./dist/es/jsonbuilder.js", diff --git a/version b/version index d7af0d8c3..f7565e280 100644 --- a/version +++ b/version @@ -1 +1 @@ -32.2.0 +32.3.0