Skip to content

Commit d5c34c0

Browse files
authored
Merge pull request #5627 from mikhailprivalov/create-pull-request/patch
Bump version
2 parents ba2ec25 + 5ec6db7 commit d5c34c0

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

l2-frontend/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3110,9 +3110,9 @@ caniuse-api@^3.0.0:
31103110
lodash.uniq "^4.5.0"
31113111

31123112
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001464, caniuse-lite@^1.0.30001718:
3113-
version "1.0.30001788"
3114-
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001788.tgz"
3115-
integrity sha512-6q8HFp+lOQtcf7wBK+uEenxymVWkGKkjFpCvw5W25cmMwEDU45p1xQFBQv8JDlMMry7eNxyBaR+qxgmTUZkIRQ==
3113+
version "1.0.30001790"
3114+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001790.tgz"
3115+
integrity sha512-bOoxfJPyYo+ds6W0YfptaCWbFnJYjh2Y1Eow5lRv+vI2u8ganPZqNm1JwNh0t2ELQCqIWg4B3dWEusgAmsoyOw==
31163116

31173117
case-sensitive-paths-webpack-plugin@^2.3.0:
31183118
version "2.4.0"

laboratory/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "2026.4.220047+71988b"
1+
__version__ = "2026.4.220723+ba2ec2"
22
VERSION = __version__

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ skip-string-normalization = true
99

1010
[tool.poetry]
1111
name = "l2"
12-
version = "2026.4.220047+71988b"
12+
version = "2026.4.220723+ba2ec2"
1313
description = ""
1414
authors = ["Mikhail Privalov <n5250@ya.ru>"]
1515
license = "MIT"

0 commit comments

Comments
 (0)