Skip to content

Commit 5035d9f

Browse files
committed
chore(release): publish
- @ui5/[email protected] - @ui5/[email protected] - @ui5/[email protected]
1 parent e9514c8 commit 5035d9f

File tree

6 files changed

+26
-3
lines changed

6 files changed

+26
-3
lines changed

packages/dts-generator/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+
## [3.7.3](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2025-06-24)
7+
8+
### Bug Fixes
9+
10+
- **dts-generator:** fix name of $Settings interface for module:\* classes ([#505](https://github.com/SAP/ui5-typescript/issues/505)) ([b6c0fe5](https://github.com/SAP/ui5-typescript/commit/b6c0fe52c1603042439df035b5ba8f5439b732f8))
11+
- **dts-generator:** in function typedefs, parse types properly ([#508](https://github.com/SAP/ui5-typescript/issues/508)) ([06e6c57](https://github.com/SAP/ui5-typescript/commit/06e6c57417e507f0bae96233c947055cb70a302b))
12+
- **dts-generator:** support rest parameters in functions in nested types ([#507](https://github.com/SAP/ui5-typescript/issues/507)) ([095bae6](https://github.com/SAP/ui5-typescript/commit/095bae6c68dd76a7172a5c2ac8a198204da805d7))
13+
614
## [3.7.2](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2025-05-15)
715

816
### Bug Fixes

packages/dts-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ui5/dts-generator",
33
"description": "Generates TypeScript type definitions from UI5 api.json files",
4-
"version": "3.7.2",
4+
"version": "3.7.3",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

packages/ts-interface-generator/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+
## [0.10.1](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2025-06-24)
7+
8+
**Note:** Version bump only for package @ui5/ts-interface-generator
9+
610
# [0.10.0](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2025-03-12)
711

812
### Features

packages/ts-interface-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ui5/ts-interface-generator",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Generator for TypeScript type definitions for custom UI5 controls implemented in TypeScript",
55
"author": "SAP SE",
66
"license": "Apache-2.0",

test-packages/openui5-snapshot-test/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+
## [3.2.8](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2025-06-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **dts-generator:** support rest parameters in functions in nested types ([#507](https://github.com/SAP/ui5-typescript/issues/507)) ([095bae6](https://github.com/SAP/ui5-typescript/commit/095bae6c68dd76a7172a5c2ac8a198204da805d7))
12+
13+
14+
15+
16+
617
## [3.2.7](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2025-05-15)
718

819
**Note:** Version bump only for package @ui5/openui5-snapshot-test

test-packages/openui5-snapshot-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ui5/openui5-snapshot-test",
33
"private": true,
4-
"version": "3.2.7",
4+
"version": "3.2.8",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)