Skip to content

Commit e3e6a84

Browse files
committed
chore(release): publish
- @ui5/[email protected] - @ui5/[email protected]
1 parent 28b412e commit e3e6a84

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

packages/dts-generator/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.5.0](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2025-02-08)
7+
8+
### Features
9+
10+
- **dts-generator:** improve support for function types ([#487](https://github.com/SAP/ui5-typescript/issues/487)) ([28b412e](https://github.com/SAP/ui5-typescript/commit/28b412e73cafe7888aa79b8855e1da9745876322))
11+
12+
### Reverts
13+
14+
- support constructor types and option parameters in function types ([#485](https://github.com/SAP/ui5-typescript/issues/485)) ([#486](https://github.com/SAP/ui5-typescript/issues/486)) ([27ce957](https://github.com/SAP/ui5-typescript/commit/27ce957db450e6c8fe9ab455dc588f083310aa4c))
15+
616
## [3.4.1](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2025-01-08)
717

818
### 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.4.1",
4+
"version": "3.5.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

test-packages/openui5-snapshot-test/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.2.2](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2025-02-08)
7+
8+
**Note:** Version bump only for package @ui5/openui5-snapshot-test
9+
10+
11+
12+
13+
614
## [3.2.1](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2025-01-08)
715

816

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.1",
4+
"version": "3.2.2",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)