Skip to content

Commit b05fbcf

Browse files
committed
chore(release): publish
- @ui5/[email protected]
1 parent 569ed0b commit b05fbcf

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/ts-interface-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+
# [0.9.0](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2024-09-26)
7+
8+
### Bug Fixes
9+
10+
- **ts-interface-generator:** no error when parent class has no c'tor ([#474](https://github.com/SAP/ui5-typescript/issues/474)) ([bf24e51](https://github.com/SAP/ui5-typescript/commit/bf24e51cd89a41c36a78a00e1a00bd9f27c58a5f))
11+
12+
### Features
13+
14+
- **ts-interface-generator:** support non-default-export classes ([#476](https://github.com/SAP/ui5-typescript/issues/476)) ([569ed0b](https://github.com/SAP/ui5-typescript/commit/569ed0bf6eb262572b60fe159f7d816e3bba0562))
15+
616
## [0.8.4](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2024-09-11)
717

818
### Bug Fixes

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.8.4",
3+
"version": "0.9.0",
44
"description": "Generator for TypeScript type definitions for custom UI5 controls implemented in TypeScript",
55
"author": "SAP SE",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)