Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @ui5/dts-generator@3.2.0
 - @ui5/ts-interface-generator@0.8.3
 - @ui5/openui5-snapshot-test@3.1.1
  • Loading branch information
akudev committed Jun 27, 2024
1 parent fe41265 commit 4e71b69
Show file tree
Hide file tree
Showing 6 changed files with 21 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.2.0](https://github.com/SAP/ui5-typescript/compare/@ui5/dts-generator@3.1.0...@ui5/dts-generator@3.2.0) (2024-06-27)

### Features

- **dts-generator:** add user-agent to HTTP requests ([#462](https://github.com/SAP/ui5-typescript/issues/462)) ([b65eafa](https://github.com/SAP/ui5-typescript/commit/b65eafab80155b548c5abc7e9e175a04987a5669))

# [3.1.0](https://github.com/SAP/ui5-typescript/compare/@ui5/dts-generator@3.0.2...@ui5/dts-generator@3.1.0) (2024-05-07)

### 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.1.0",
"version": "3.2.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/ts-interface-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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

## [0.8.2](https://github.com/SAP/ui5-typescript/compare/@ui5/ts-interface-generator@0.8.1...@ui5/ts-interface-generator@0.8.2) (2024-04-25)

**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.2",
"version": "0.8.3",
"description": "Generator for TypeScript type definitions for custom UI5 controls implemented in TypeScript",
"author": "SAP SE",
"license": "Apache-2.0",
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.1](https://github.com/SAP/ui5-typescript/compare/@ui5/openui5-snapshot-test@3.1.0...@ui5/openui5-snapshot-test@3.1.1) (2024-06-27)

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





# [3.1.0](https://github.com/SAP/ui5-typescript/compare/@ui5/openui5-snapshot-test@3.0.2...@ui5/openui5-snapshot-test@3.1.0) (2024-05-07)


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.0",
"version": "3.1.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4e71b69

Please sign in to comment.