Skip to content

Commit bb005ee

Browse files
committed
chore(release): publish
- @ui5/[email protected] - @ui5/[email protected] - @ui5/[email protected] - @ui5/[email protected]
1 parent 149aca3 commit bb005ee

File tree

8 files changed

+24
-4
lines changed

8 files changed

+24
-4
lines changed

packages/dts-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+
## [3.9.1](https://github.com/UI5/typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2025-10-15)
7+
8+
**Note:** Version bump only for package @ui5/dts-generator
9+
610
# [3.9.0](https://github.com/UI5/typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2025-10-13)
711

812
### 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.9.0",
4+
"version": "3.9.1",
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.4](https://github.com/UI5/typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2025-10-15)
7+
8+
**Note:** Version bump only for package @ui5/ts-interface-generator
9+
610
## [0.10.3](https://github.com/UI5/typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2025-08-08)
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.3",
3+
"version": "0.10.4",
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/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.13](https://github.com/UI5/typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2025-10-15)
7+
8+
**Note:** Version bump only for package @ui5/openui5-snapshot-test
9+
10+
11+
12+
13+
614
## [3.2.12](https://github.com/UI5/typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2025-10-13)
715

816
**Note:** Version bump only for package @ui5/openui5-snapshot-test

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

test-packages/typed-json-model/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+
## [1.1.1](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2025-10-15)
7+
8+
**Note:** Version bump only for package @ui5/typed-json-model
9+
610
# 1.1.0 (2025-08-08)
711

812
### 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.1.0",
4+
"version": "1.1.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)