Skip to content

Commit 246ba34

Browse files
Merge new tool version into release/v17 (#3028)
Created by automatization --------- Co-authored-by: semrush-ci-whale <semrush-ci-whale@users.noreply.github.com> Co-authored-by: ilia.brauer <ilia.brauer@semrush.com>
1 parent da5de7a commit 246ba34

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

semcore/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
"peerDependencies": {
323323
"react": "16.8 - 19",
324324
"react-dom": "16.8 - 19",
325-
"@semcore/theme": "^2.1.0"
325+
"@semcore/theme": "^2.2.0"
326326
},
327327
"repository": {
328328
"type": "git",

tools/theme/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
CHANGELOG.md standards are inspired by [keepachangelog.com](https://keepachangelog.com/en/1.0.0/).
44

5+
## [2.2.0] - 2026-06-26
6+
7+
### Added
8+
9+
- New `page-bg`, `footer-bg`, `sidebar-nav-bg` and `sidebar-nav-border`
10+
variables.
11+
12+
### Changed
13+
14+
- Values for `header-bg`, `header-border-primary` and
15+
`header-border-secondary` variables.
16+
- Added export for types.
17+
- Value of the `overlay-limitation-primary` variable: added 0.85
18+
opacity.
19+
20+
### Fixed
21+
22+
- Radii variables.
23+
524
## [2.1.3] - 2026-05-27
625

726
### Fixed

tools/theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@semcore/theme",
33
"description": "Semrush Theme package",
4-
"version": "2.1.3",
4+
"version": "2.2.0",
55
"author": "UI-kit team <ui-kit-team@semrush.com>",
66
"license": "MIT",
77
"type": "module",

0 commit comments

Comments
 (0)