From eeade1106f60c44f7a71c0620f93415f8405b3b3 Mon Sep 17 00:00:00 2001 From: akudev Date: Wed, 11 Sep 2024 15:50:13 +0200 Subject: [PATCH] chore(release): publish - @ui5/dts-generator@3.3.1 - @ui5/ts-interface-generator@0.8.4 - @ui5/openui5-snapshot-test@3.1.3 --- packages/dts-generator/CHANGELOG.md | 6 ++++++ packages/dts-generator/package.json | 2 +- packages/ts-interface-generator/CHANGELOG.md | 6 ++++++ packages/ts-interface-generator/package.json | 2 +- test-packages/openui5-snapshot-test/CHANGELOG.md | 11 +++++++++++ test-packages/openui5-snapshot-test/package.json | 2 +- 6 files changed, 26 insertions(+), 3 deletions(-) diff --git a/packages/dts-generator/CHANGELOG.md b/packages/dts-generator/CHANGELOG.md index 63f325b..931e720 100644 --- a/packages/dts-generator/CHANGELOG.md +++ b/packages/dts-generator/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.3.1](https://github.com/SAP/ui5-typescript/compare/@ui5/dts-generator@3.3.0...@ui5/dts-generator@3.3.1) (2024-09-11) + +### Bug Fixes + +- **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)) + # [3.3.0](https://github.com/SAP/ui5-typescript/compare/@ui5/dts-generator@3.2.0...@ui5/dts-generator@3.3.0) (2024-07-04) ### Features diff --git a/packages/dts-generator/package.json b/packages/dts-generator/package.json index c263435..7c8f37f 100644 --- a/packages/dts-generator/package.json +++ b/packages/dts-generator/package.json @@ -1,7 +1,7 @@ { "name": "@ui5/dts-generator", "description": "Generates TypeScript type definitions from UI5 api.json files", - "version": "3.3.0", + "version": "3.3.1", "license": "Apache-2.0", "repository": { "type": "git", diff --git a/packages/ts-interface-generator/CHANGELOG.md b/packages/ts-interface-generator/CHANGELOG.md index a354a9f..ba82cc7 100644 --- a/packages/ts-interface-generator/CHANGELOG.md +++ b/packages/ts-interface-generator/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.8.4](https://github.com/SAP/ui5-typescript/compare/@ui5/ts-interface-generator@0.8.3...@ui5/ts-interface-generator@0.8.4) (2024-09-11) + +### Bug Fixes + +- **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) + ## [0.8.3](https://github.com/SAP/ui5-typescript/compare/@ui5/ts-interface-generator@0.8.2...@ui5/ts-interface-generator@0.8.3) (2024-06-27) **Note:** Version bump only for package @ui5/ts-interface-generator diff --git a/packages/ts-interface-generator/package.json b/packages/ts-interface-generator/package.json index 3605eb6..d949d9f 100644 --- a/packages/ts-interface-generator/package.json +++ b/packages/ts-interface-generator/package.json @@ -1,6 +1,6 @@ { "name": "@ui5/ts-interface-generator", - "version": "0.8.3", + "version": "0.8.4", "description": "Generator for TypeScript type definitions for custom UI5 controls implemented in TypeScript", "author": "SAP SE", "license": "Apache-2.0", diff --git a/test-packages/openui5-snapshot-test/CHANGELOG.md b/test-packages/openui5-snapshot-test/CHANGELOG.md index 087f8f5..af85718 100644 --- a/test-packages/openui5-snapshot-test/CHANGELOG.md +++ b/test-packages/openui5-snapshot-test/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.3](https://github.com/SAP/ui5-typescript/compare/@ui5/openui5-snapshot-test@3.1.2...@ui5/openui5-snapshot-test@3.1.3) (2024-09-11) + + +### Bug Fixes + +* **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)) + + + + + ## [3.1.2](https://github.com/SAP/ui5-typescript/compare/@ui5/openui5-snapshot-test@3.1.1...@ui5/openui5-snapshot-test@3.1.2) (2024-07-04) **Note:** Version bump only for package @ui5/openui5-snapshot-test diff --git a/test-packages/openui5-snapshot-test/package.json b/test-packages/openui5-snapshot-test/package.json index f169cbe..72d4e4a 100644 --- a/test-packages/openui5-snapshot-test/package.json +++ b/test-packages/openui5-snapshot-test/package.json @@ -1,7 +1,7 @@ { "name": "@ui5/openui5-snapshot-test", "private": true, - "version": "3.1.2", + "version": "3.1.3", "license": "Apache-2.0", "repository": { "type": "git",