Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @ui5/ts-interface-generator@0.9.0
  • Loading branch information
akudev committed Sep 26, 2024
1 parent 569ed0b commit b05fbcf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/ts-interface-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/SAP/ui5-typescript/compare/@ui5/ts-interface-generator@0.8.4...@ui5/ts-interface-generator@0.9.0) (2024-09-26)

### Bug Fixes

- **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))

### Features

- **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))

## [0.8.4](https://github.com/SAP/ui5-typescript/compare/@ui5/ts-interface-generator@0.8.3...@ui5/ts-interface-generator@0.8.4) (2024-09-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-interface-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ui5/ts-interface-generator",
"version": "0.8.4",
"version": "0.9.0",
"description": "Generator for TypeScript type definitions for custom UI5 controls implemented in TypeScript",
"author": "SAP SE",
"license": "Apache-2.0",
Expand Down

0 comments on commit b05fbcf

Please sign in to comment.