Skip to content

Commit

Permalink
chore(release): release v7.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-gilin committed May 30, 2024
1 parent 9bb5e3a commit 159f453
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 3 deletions.
6 changes: 6 additions & 0 deletions 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.

## [7.4.4](https://github.com/SAP/cloud-foundry-tools/compare/v7.4.3...v7.4.4) (2024-05-30)

### Bug Fixes

- failed to login to CF with SSO passcode starting with a hyphen ([#293](https://github.com/SAP/cloud-foundry-tools/issues/293)) ([9bb5e3a](https://github.com/SAP/cloud-foundry-tools/commit/9bb5e3adfef757238cf01c0d83190af957349b0e))

## [7.4.3](https://github.com/SAP/cloud-foundry-tools/compare/v7.4.2...v7.4.3) (2024-05-05)

**Note:** Version bump only for package root
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"allowBranch": "main"
}
},
"version": "7.4.3"
"version": "7.4.4"
}
4 changes: 4 additions & 0 deletions packages/backend/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.

## [7.4.4](https://github.com/sap-staging/cloud-foundry-tools/compare/v7.4.3...v7.4.4) (2024-05-30)

**Note:** Version bump only for package vscode-wing-cf-tools

## [7.4.3](https://github.com/sap-staging/cloud-foundry-tools/compare/v7.4.2...v7.4.3) (2024-05-05)

**Note:** Version bump only for package vscode-wing-cf-tools
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-wing-cf-tools",
"displayName": "Cloud Foundry Tools",
"version": "7.4.3",
"version": "7.4.4",
"private": true,
"description": "Vscode extension of Cloud Foundry tools",
"categories": [
Expand Down
6 changes: 6 additions & 0 deletions packages/frontend/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.

## [7.4.4](https://github.com/SAP/cloud-foundry-tools/compare/v7.4.3...v7.4.4) (2024-05-30)

### Bug Fixes

- failed to login to CF with SSO passcode starting with a hyphen ([#293](https://github.com/SAP/cloud-foundry-tools/issues/293)) ([9bb5e3a](https://github.com/SAP/cloud-foundry-tools/commit/9bb5e3adfef757238cf01c0d83190af957349b0e))

## [7.4.3](https://github.com/SAP/cloud-foundry-tools/compare/v7.4.2...v7.4.3) (2024-05-05)

**Note:** Version bump only for package cloud-foundry-tools-frontend
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cloud-foundry-tools-frontend",
"displayName": "Cloud Foundry Tools Sign Frontend",
"version": "7.4.3",
"version": "7.4.4",
"private": true,
"description": "Frontend for the cf sign-in",
"license": "Apache 2.0",
Expand Down

0 comments on commit 159f453

Please sign in to comment.