Skip to content

Commit 607ec2e

Browse files
chore(release): publish v2.16.2 [ci skip]
1 parent e13b98f commit 607ec2e

29 files changed

+216
-89
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.16.2](https://github.com/UI5/webcomponents/compare/v2.16.0...v2.16.2) (2025-11-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **build:** fix issue with legacy dev setup ([#12706](https://github.com/UI5/webcomponents/issues/12706)) ([42e7c1e](https://github.com/UI5/webcomponents/commit/42e7c1e3f33770fa80b1f6ffe06c50daa9af9bb9))
12+
* **tools:** dev-server for 3rd party packages ([#12631](https://github.com/UI5/webcomponents/issues/12631)) ([e75d5bd](https://github.com/UI5/webcomponents/commit/e75d5bde1154c186d58e5f848f4b6d4cebf5fe37))
13+
* **ui5-ai-input:** add docs and correct samples ([#12643](https://github.com/UI5/webcomponents/issues/12643)) ([5fe7f4e](https://github.com/UI5/webcomponents/commit/5fe7f4e37c1ab189937995d4e2d7432154bdd1ba))
14+
15+
16+
17+
18+
619
# [2.16.0](https://github.com/UI5/webcomponents/compare/v2.16.0-rc.3...v2.16.0) (2025-11-05)
720

821

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"packages/create-package",
1515
"packages/compat"
1616
],
17-
"version": "2.16.0",
17+
"version": "2.16.2",
1818
"command": {
1919
"publish": {
2020
"allowBranch": "*",
@@ -33,4 +33,4 @@
3333
},
3434
"npmClient": "yarn",
3535
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
36-
}
36+
}

packages/ai/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.16.2](https://github.com/UI5/webcomponents/compare/v2.16.0...v2.16.2) (2025-11-21)
7+
8+
9+
### Bug Fixes
10+
11+
* **ui5-ai-input:** add docs and correct samples ([#12643](https://github.com/UI5/webcomponents/issues/12643)) ([5fe7f4e](https://github.com/UI5/webcomponents/commit/5fe7f4e37c1ab189937995d4e2d7432154bdd1ba))
12+
13+
14+
15+
16+
617
# [2.16.0](https://github.com/UI5/webcomponents/compare/v2.16.0-rc.3...v2.16.0) (2025-11-05)
718

819

packages/ai/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-ai",
3-
"version": "2.16.0",
3+
"version": "2.16.2",
44
"description": "UI5 Web Components: webcomponents.ai",
55
"ui5": {
66
"webComponentsPackage": true
@@ -46,15 +46,15 @@
4646
"directory": "packages/ai"
4747
},
4848
"dependencies": {
49-
"@ui5/webcomponents": "2.16.0",
50-
"@ui5/webcomponents-base": "2.16.0",
51-
"@ui5/webcomponents-icons": "2.16.0",
52-
"@ui5/webcomponents-theming": "2.16.0"
49+
"@ui5/webcomponents": "2.16.2",
50+
"@ui5/webcomponents-base": "2.16.2",
51+
"@ui5/webcomponents-icons": "2.16.2",
52+
"@ui5/webcomponents-theming": "2.16.2"
5353
},
5454
"devDependencies": {
5555
"@custom-elements-manifest/analyzer": "^0.10.10",
5656
"@ui5/cypress-internal": "0.1.0",
57-
"@ui5/webcomponents-tools": "2.16.0",
57+
"@ui5/webcomponents-tools": "2.16.2",
5858
"chokidar-cli": "^3.0.0",
5959
"cypress": "^15.3.0",
6060
"eslint": "^7.22.0",

packages/base/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.16.2](https://github.com/UI5/webcomponents/compare/v2.16.0...v2.16.2) (2025-11-21)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-base
9+
10+
11+
12+
13+
614
# [2.16.0](https://github.com/UI5/webcomponents/compare/v2.16.0-rc.3...v2.16.0) (2025-11-05)
715

816
**Note:** Version bump only for package @ui5/webcomponents-base

packages/base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-base",
3-
"version": "2.16.0",
3+
"version": "2.16.2",
44
"description": "UI5 Web Components: webcomponents.base",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",
@@ -64,7 +64,7 @@
6464
"@openui5/sap.ui.core": "1.120.17",
6565
"@sap-theming/theming-base-content": "11.29.3",
6666
"@ui5/cypress-internal": "0.1.0",
67-
"@ui5/webcomponents-tools": "2.16.0",
67+
"@ui5/webcomponents-tools": "2.16.2",
6868
"chokidar-cli": "^3.0.0",
6969
"clean-css": "^5.2.2",
7070
"cypress": "^15.3.0",

packages/compat/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.16.2](https://github.com/UI5/webcomponents/compare/v2.16.0...v2.16.2) (2025-11-21)
7+
8+
**Note:** Version bump only for package @ui5/webcomponents-compat
9+
10+
11+
12+
13+
614
# [2.16.0](https://github.com/UI5/webcomponents/compare/v2.16.0-rc.3...v2.16.0) (2025-11-05)
715

816
**Note:** Version bump only for package @ui5/webcomponents-compat

packages/compat/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/webcomponents-compat",
3-
"version": "2.16.0",
3+
"version": "2.16.2",
44
"description": "UI5 Web Components: webcomponents.compat",
55
"ui5": {
66
"webComponentsPackage": true
@@ -46,15 +46,15 @@
4646
"directory": "packages/compat"
4747
},
4848
"dependencies": {
49-
"@ui5/webcomponents": "2.16.0",
50-
"@ui5/webcomponents-base": "2.16.0",
51-
"@ui5/webcomponents-icons": "2.16.0",
52-
"@ui5/webcomponents-theming": "2.16.0"
49+
"@ui5/webcomponents": "2.16.2",
50+
"@ui5/webcomponents-base": "2.16.2",
51+
"@ui5/webcomponents-icons": "2.16.2",
52+
"@ui5/webcomponents-theming": "2.16.2"
5353
},
5454
"devDependencies": {
5555
"@custom-elements-manifest/analyzer": "^0.10.10",
5656
"@ui5/cypress-internal": "0.1.0",
57-
"@ui5/webcomponents-tools": "2.16.0",
57+
"@ui5/webcomponents-tools": "2.16.2",
5858
"chokidar-cli": "^3.0.0",
5959
"cypress": "^15.3.0",
6060
"eslint": "^7.22.0",

packages/create-package/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.16.2](https://github.com/UI5/webcomponents/compare/v2.16.0...v2.16.2) (2025-11-21)
7+
8+
**Note:** Version bump only for package @ui5/create-webcomponents-package
9+
10+
11+
12+
13+
614
# [2.16.0](https://github.com/UI5/webcomponents/compare/v2.16.0-rc.3...v2.16.0) (2025-11-05)
715

816
**Note:** Version bump only for package @ui5/create-webcomponents-package

packages/create-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/create-webcomponents-package",
3-
"version": "2.16.0",
3+
"version": "2.16.2",
44
"description": "UI5 Web Components: create package",
55
"author": "SAP SE (https://www.sap.com)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)