Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @ui5/dts-generator@3.3.1
 - @ui5/ts-interface-generator@0.8.4
 - @ui5/openui5-snapshot-test@3.1.3
  • Loading branch information
akudev committed Sep 11, 2024
1 parent ecb82c6 commit eeade11
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/dts-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/dts-generator/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/ts-interface-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-interface-generator/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions test-packages/openui5-snapshot-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test-packages/openui5-snapshot-test/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit eeade11

Please sign in to comment.