Skip to content

Commit e67d701

Browse files
chore(release): publish v2.18.1 [ci skip]
1 parent 6f418a0 commit e67d701

File tree

16 files changed

+50
-8
lines changed

16 files changed

+50
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.18.1](https://github.com/UI5/webcomponents-react/compare/v2.18.0...v2.18.1) (2026-01-13)
7+
8+
### Bug Fixes
9+
10+
- **AnalyticalTable:** prevent SSR error ([#8096](https://github.com/UI5/webcomponents-react/issues/8096)) ([b7830a9](https://github.com/UI5/webcomponents-react/commit/b7830a90906935c4226ff8488aad17a88769f0b2)), closes [#8095](https://github.com/UI5/webcomponents-react/issues/8095)
11+
- **deps:** update dependency @tanstack/react-virtual to v3.13.18 ([#8077](https://github.com/UI5/webcomponents-react/issues/8077)) ([0735ae5](https://github.com/UI5/webcomponents-react/commit/0735ae5d10ae65d34fefb3af2c960f7b049fe226))
12+
- **ObjectPage:** always render snapped image to prevent repeating network calls ([#8097](https://github.com/UI5/webcomponents-react/issues/8097)) ([6f418a0](https://github.com/UI5/webcomponents-react/commit/6f418a0dddca2c70387abd5d9e6b85fbcd1b88b5)), closes [#8093](https://github.com/UI5/webcomponents-react/issues/8093)
13+
- **VariantManagement:** update "Manage Views" dialog to latest specs ([#8080](https://github.com/UI5/webcomponents-react/issues/8080)) ([ee1796f](https://github.com/UI5/webcomponents-react/commit/ee1796fc62f635d698bb7de706657268c5e30f30)), closes [#8079](https://github.com/UI5/webcomponents-react/issues/8079)
14+
615
# [2.18.0](https://github.com/UI5/webcomponents-react/compare/v2.17.0...v2.18.0) (2026-01-07)
716

817
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "2.18.0",
3+
"version": "2.18.1",
44
"npmClient": "yarn",
55
"command": {
66
"version": {

packages/ai/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.18.1](https://github.com/UI5/webcomponents-react/compare/v2.18.0...v2.18.1) (2026-01-13)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-ai-react
9+
610
# [2.18.0](https://github.com/UI5/webcomponents-react/compare/v2.17.0...v2.18.0) (2026-01-07)
711

812
### Features

packages/ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-ai-react",
3-
"version": "2.18.0",
3+
"version": "2.18.1",
44
"description": "React wrapper for `@ui5/webcomponents-ai` web components.",
55
"type": "module",
66
"main": "dist/index.js",

packages/base/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.18.1](https://github.com/UI5/webcomponents-react/compare/v2.18.0...v2.18.1) (2026-01-13)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react-base
9+
610
# [2.18.0](https://github.com/UI5/webcomponents-react/compare/v2.17.0...v2.18.0) (2026-01-07)
711

812
### Features

packages/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react-base",
3-
"version": "2.18.0",
3+
"version": "2.18.1",
44
"description": "Base for ui5-webcomponents-react",
55
"type": "module",
66
"main": "dist/index.js",

packages/charts/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.18.1](https://github.com/UI5/webcomponents-react/compare/v2.18.0...v2.18.1) (2026-01-13)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react-charts
9+
610
# [2.18.0](https://github.com/UI5/webcomponents-react/compare/v2.17.0...v2.18.0) (2026-01-07)
711

812
### Features

packages/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-react-charts",
3-
"version": "2.18.0",
3+
"version": "2.18.1",
44
"description": "Charts for ui5-webcomponents-react",
55
"type": "module",
66
"main": "dist/index.js",

packages/cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.18.1](https://github.com/UI5/webcomponents-react/compare/v2.18.0...v2.18.1) (2026-01-13)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-react-cli
9+
610
# [2.18.0](https://github.com/UI5/webcomponents-react/compare/v2.17.0...v2.18.0) (2026-01-07)
711

812
### Bug Fixes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "CLI for UI5 Web Components for React",
44
"author": "SAP SE (https://www.sap.com)",
55
"license": "Apache-2.0",
6-
"version": "2.18.0",
6+
"version": "2.18.1",
77
"type": "module",
88
"types": "./dist/index.d.ts",
99
"main": "./dist/index.js",

0 commit comments

Comments
 (0)