Skip to content

Commit a34cee0

Browse files
committed
chore(release): publish
- @ui5/[email protected] - @ui5/[email protected]
1 parent 113a850 commit a34cee0

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-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.4.0](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2025-01-08)
7+
8+
### Features
9+
10+
- **dts-generator:** change how enums are referenced in the generated… ([#478](https://github.com/SAP/ui5-typescript/issues/478)) ([42fc290](https://github.com/SAP/ui5-typescript/commit/42fc290bb359a2962949a7d6da32407b69f01c32))
11+
612
## [3.3.1](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2024-09-11)
713

814
### Bug Fixes

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

test-packages/openui5-snapshot-test/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.0](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2025-01-08)
7+
8+
9+
### Features
10+
11+
* **dts-generator:** change how enums are referenced in the generated… ([#478](https://github.com/SAP/ui5-typescript/issues/478)) ([42fc290](https://github.com/SAP/ui5-typescript/commit/42fc290bb359a2962949a7d6da32407b69f01c32))
12+
13+
14+
15+
16+
617
## [3.1.3](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2024-09-11)
718

819

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

0 commit comments

Comments
 (0)