Skip to content

Commit 7269c2a

Browse files
committed
chore(release): publish
- @ui5/dts-generator@3.10.1 - @ui5/typed-json-model@1.2.1
1 parent 9b90b1b commit 7269c2a

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

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.1](https://github.com/UI5/typescript/compare/@ui5/dts-generator@3.10.0...@ui5/dts-generator@3.10.1) (2026-01-26)
7+
8+
### Reverts
9+
10+
- **dts-generator:** revert add getOriginalProperty declarations and tests to TypedJSONModel ([#537](https://github.com/UI5/typescript/issues/537)) ([9b90b1b](https://github.com/UI5/typescript/commit/9b90b1bd83dc0669daac97c16a1750c1c333fe8f))
11+
612
# [3.10.0](https://github.com/UI5/typescript/compare/@ui5/dts-generator@3.9.1...@ui5/dts-generator@3.10.0) (2026-01-20)
713

814
### Features

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

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.1](https://github.com/UI5/typescript/compare/@ui5/typed-json-model@1.2.0...@ui5/typed-json-model@1.2.1) (2026-01-26)
7+
8+
### Reverts
9+
10+
- **dts-generator:** revert add getOriginalProperty declarations and tests to TypedJSONModel ([#537](https://github.com/UI5/typescript/issues/537)) ([9b90b1b](https://github.com/UI5/typescript/commit/9b90b1bd83dc0669daac97c16a1750c1c333fe8f))
11+
612
# [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)
713

814
### Features

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.2.0",
4+
"version": "1.2.1",
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)