Skip to content

Commit eeade11

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

File tree

6 files changed

+26
-3
lines changed

6 files changed

+26
-3
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.3.1](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2024-09-11)
7+
8+
### Bug Fixes
9+
10+
- **dts-generator:** align deprecation/experimental tags with UI5 SDK ([#469](https://github.com/SAP/ui5-typescript/issues/469)) ([aa36d21](https://github.com/SAP/ui5-typescript/commit/aa36d21309695d8cd30a77b192f495df8db75101))
11+
612
# [3.3.0](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2024-07-04)
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.3.0",
4+
"version": "3.3.1",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

packages/ts-interface-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+
## [0.8.4](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2024-09-11)
7+
8+
### Bug Fixes
9+
10+
- **ts-interface-generator:** fix return type of removeAggregation ([#471](https://github.com/SAP/ui5-typescript/issues/471)) ([8164fb6](https://github.com/SAP/ui5-typescript/commit/8164fb65130bc7acf005a94b5147546161bcba46)), closes [#470](https://github.com/SAP/ui5-typescript/issues/470)
11+
612
## [0.8.3](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2024-06-27)
713

814
**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.8.3",
3+
"version": "0.8.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: 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.1.3](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2024-09-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **dts-generator:** align deprecation/experimental tags with UI5 SDK ([#469](https://github.com/SAP/ui5-typescript/issues/469)) ([aa36d21](https://github.com/SAP/ui5-typescript/commit/aa36d21309695d8cd30a77b192f495df8db75101))
12+
13+
14+
15+
16+
617
## [3.1.2](https://github.com/SAP/ui5-typescript/compare/@ui5/[email protected]...@ui5/[email protected]) (2024-07-04)
718

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

0 commit comments

Comments
 (0)