Skip to content

Commit 9aa5562

Browse files
committed
chore(release): publish
- @ui5/dts-generator@3.10.0 - @ui5/ts-interface-generator@0.10.5 - @ui5/typed-json-model@1.2.0
1 parent ae4ba2e commit 9aa5562

6 files changed

Lines changed: 19 additions & 3 deletions

File tree

packages/dts-generator/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.10.0](https://github.com/UI5/typescript/compare/@ui5/dts-generator@3.9.1...@ui5/dts-generator@3.10.0) (2026-01-20)
7+
8+
### Features
9+
10+
- **typed-json-model:** add getOriginalProperty declarations and tests to TypedJSONModel ([#534](https://github.com/UI5/typescript/issues/534)) ([ae4ba2e](https://github.com/UI5/typescript/commit/ae4ba2eec5359cee8d4153624c555a25876dd33e))
11+
612
## [3.9.1](https://github.com/UI5/typescript/compare/@ui5/dts-generator@3.9.0...@ui5/dts-generator@3.9.1) (2025-10-15)
713

814
**Note:** Version bump only for package @ui5/dts-generator

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.9.1",
4+
"version": "3.10.0",
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.5](https://github.com/UI5/typescript/compare/@ui5/ts-interface-generator@0.10.4...@ui5/ts-interface-generator@0.10.5) (2026-01-20)
7+
8+
**Note:** Version bump only for package @ui5/ts-interface-generator
9+
610
## [0.10.4](https://github.com/UI5/typescript/compare/@ui5/ts-interface-generator@0.10.3...@ui5/ts-interface-generator@0.10.4) (2025-10-15)
711

812
**Note:** Version bump only for package @ui5/ts-interface-generator

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.4",
3+
"version": "0.10.5",
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/typed-json-model/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
# [1.2.0](https://github.com/UI5/typescript/compare/@ui5/typed-json-model@1.1.1...@ui5/typed-json-model@1.2.0) (2026-01-20)
7+
8+
### Features
9+
10+
- **typed-json-model:** add getOriginalProperty declarations and tests to TypedJSONModel ([#534](https://github.com/UI5/typescript/issues/534)) ([ae4ba2e](https://github.com/UI5/typescript/commit/ae4ba2eec5359cee8d4153624c555a25876dd33e))
11+
612
## [1.1.1](https://github.com/SAP/ui5-typescript/compare/@ui5/typed-json-model@1.1.0...@ui5/typed-json-model@1.1.1) (2025-10-15)
713

814
**Note:** Version bump only for package @ui5/typed-json-model

test-packages/typed-json-model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ui5/typed-json-model",
33
"private": true,
4-
"version": "1.1.1",
4+
"version": "1.2.0",
55
"description": "Test-driven implementation of a typesafe JSONModel for UI5",
66
"author": "Martin Broede",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)