Skip to content

Commit

Permalink
chore(release): release v1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rimasirich committed Jul 7, 2024
1 parent 15f24aa commit 720f06a
Show file tree
Hide file tree
Showing 13 changed files with 68 additions and 14 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.18.0](https://github.com/SAP/app-studio-toolkit/compare/v1.17.1...v1.18.0) (2024-07-07)

### Bug Fixes

- build ([#322](https://github.com/SAP/app-studio-toolkit/issues/322)) ([84f4bd0](https://github.com/SAP/app-studio-toolkit/commit/84f4bd01990eb545fd42f55d76927f7f78b0d142))
- release ([#325](https://github.com/SAP/app-studio-toolkit/issues/325)) ([76277c2](https://github.com/SAP/app-studio-toolkit/commit/76277c248072234fa41cd6f364ccbad90c669d11))
- revert release v1.18.0 ([#329](https://github.com/SAP/app-studio-toolkit/issues/329)) ([15f24aa](https://github.com/SAP/app-studio-toolkit/commit/15f24aa0bd1b7c9a387e21d4fb255f8a5d24a9be))

### Features

- add hasHanaCapabilities ([#321](https://github.com/SAP/app-studio-toolkit/issues/321)) ([77e17ee](https://github.com/SAP/app-studio-toolkit/commit/77e17ee16ff592cc97695b03ace79a9615f39be2))

## [1.17.1](https://github.com/SAP/app-studio-toolkit/compare/v1.17.0...v1.17.1) (2024-06-03)

**Note:** Version bump only for package root
Expand Down
10 changes: 10 additions & 0 deletions examples/sample-action-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.18.0](https://github.com/SAP/app-studio-toolkit/compare/v1.17.1...v1.18.0) (2024-07-07)

### Bug Fixes

- revert release v1.18.0 ([#329](https://github.com/SAP/app-studio-toolkit/issues/329)) ([15f24aa](https://github.com/SAP/app-studio-toolkit/commit/15f24aa0bd1b7c9a387e21d4fb255f8a5d24a9be))

### Features

- add hasHanaCapabilities ([#321](https://github.com/SAP/app-studio-toolkit/issues/321)) ([77e17ee](https://github.com/SAP/app-studio-toolkit/commit/77e17ee16ff592cc97695b03ace79a9615f39be2))

## [1.17.1](https://github.com/SAP/app-studio-toolkit/compare/v1.17.0...v1.17.1) (2024-06-03)

**Note:** Version bump only for package sample-action-client
Expand Down
4 changes: 2 additions & 2 deletions examples/sample-action-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sample-action-client",
"version": "1.17.1",
"version": "1.18.0",
"private": true,
"displayName": "Sample Action Client",
"publisher": "SAPOSS",
Expand All @@ -23,7 +23,7 @@
"package": "vsce package"
},
"devDependencies": {
"@sap-devx/app-studio-toolkit-types": "^1.17.1"
"@sap-devx/app-studio-toolkit-types": "^1.18.0"
},
"extensionDependencies": [
"SAPOSS.app-studio-toolkit"
Expand Down
6 changes: 6 additions & 0 deletions examples/vscode-using-workspace-api/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.

# [1.18.0](https://github.com/SAP/app-studio-toolkit/compare/v1.17.1...v1.18.0) (2024-07-07)

### Bug Fixes

- revert release v1.18.0 ([#329](https://github.com/SAP/app-studio-toolkit/issues/329)) ([15f24aa](https://github.com/SAP/app-studio-toolkit/commit/15f24aa0bd1b7c9a387e21d4fb255f8a5d24a9be))

## [1.17.1](https://github.com/SAP/app-studio-toolkit/compare/v1.17.0...v1.17.1) (2024-06-03)

**Note:** Version bump only for package vscode-using-workspace-api
Expand Down
4 changes: 2 additions & 2 deletions examples/vscode-using-workspace-api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-using-workspace-api",
"private": "true",
"version": "1.17.1",
"version": "1.18.0",
"publisher": "SAPOSS",
"engines": {
"vscode": "^1.32.0"
Expand All @@ -18,7 +18,7 @@
"package": "vsce package"
},
"devDependencies": {
"@sap-devx/app-studio-toolkit-types": "^1.17.1"
"@sap-devx/app-studio-toolkit-types": "^1.18.0"
},
"categories": [
"Other"
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 @@
"message": "chore(release): release %s"
}
},
"version": "1.17.1"
"version": "1.18.0"
}
10 changes: 10 additions & 0 deletions packages/app-studio-toolkit-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.18.0](https://github.com/SAP/app-studio-toolkit/compare/v1.17.1...v1.18.0) (2024-07-07)

### Bug Fixes

- revert release v1.18.0 ([#329](https://github.com/SAP/app-studio-toolkit/issues/329)) ([15f24aa](https://github.com/SAP/app-studio-toolkit/commit/15f24aa0bd1b7c9a387e21d4fb255f8a5d24a9be))

### Features

- add hasHanaCapabilities ([#321](https://github.com/SAP/app-studio-toolkit/issues/321)) ([77e17ee](https://github.com/SAP/app-studio-toolkit/commit/77e17ee16ff592cc97695b03ace79a9615f39be2))

## [1.17.1](https://github.com/SAP/app-studio-toolkit/compare/v1.17.0...v1.17.1) (2024-06-03)

**Note:** Version bump only for package @sap-devx/app-studio-toolkit-types
Expand Down
2 changes: 1 addition & 1 deletion packages/app-studio-toolkit-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-devx/app-studio-toolkit-types",
"version": "1.17.1",
"version": "1.18.0",
"author": "SAP SE",
"license": "Apache-2.0",
"description": "The SAP Business Application Studio Toolkit VSCode Extension's API type signatures",
Expand Down
10 changes: 10 additions & 0 deletions packages/app-studio-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.18.0](https://github.com/SAP/app-studio-toolkit/compare/v1.17.1...v1.18.0) (2024-07-07)

### Bug Fixes

- revert release v1.18.0 ([#329](https://github.com/SAP/app-studio-toolkit/issues/329)) ([15f24aa](https://github.com/SAP/app-studio-toolkit/commit/15f24aa0bd1b7c9a387e21d4fb255f8a5d24a9be))

### Features

- add hasHanaCapabilities ([#321](https://github.com/SAP/app-studio-toolkit/issues/321)) ([77e17ee](https://github.com/SAP/app-studio-toolkit/commit/77e17ee16ff592cc97695b03ace79a9615f39be2))

## [1.17.1](https://github.com/SAP/app-studio-toolkit/compare/v1.17.0...v1.17.1) (2024-06-03)

**Note:** Version bump only for package app-studio-toolkit
Expand Down
4 changes: 2 additions & 2 deletions packages/app-studio-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "app-studio-toolkit",
"displayName": "SAP Business Application Studio toolkit",
"version": "1.17.1",
"version": "1.18.0",
"private": true,
"description": "Includes essential capabilities that will improve your SAP Business Application Studio development experience, making it easier and faster.",
"categories": [
Expand Down Expand Up @@ -353,7 +353,7 @@
"websocket": "1.0.34"
},
"devDependencies": {
"@sap-devx/app-studio-toolkit-types": "^1.17.1",
"@sap-devx/app-studio-toolkit-types": "^1.18.0",
"@types/body-parser": "1.19.2",
"@types/cors": "^2.8.13",
"@types/express": "4.17.17",
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode-deps-upgrade-tool/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.

# [1.18.0](https://github.com/SAP/app-studio-toolkit/compare/v1.17.1...v1.18.0) (2024-07-07)

### Bug Fixes

- revert release v1.18.0 ([#329](https://github.com/SAP/app-studio-toolkit/issues/329)) ([15f24aa](https://github.com/SAP/app-studio-toolkit/commit/15f24aa0bd1b7c9a387e21d4fb255f8a5d24a9be))

## [1.17.1](https://github.com/SAP/app-studio-toolkit/compare/v1.17.0...v1.17.1) (2024-06-03)

**Note:** Version bump only for package vscode-deps-upgrade-tool
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-deps-upgrade-tool/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-deps-upgrade-tool",
"displayName": "NPM Dependency Upgrade Tool",
"version": "1.17.1",
"version": "1.18.0",
"private": true,
"description": "Modifies package.json dependencies by using metadata in 'BASContributes.upgrade.node' property",
"categories": [
Expand Down Expand Up @@ -85,7 +85,7 @@
"validate-npm-package-name": "3.0.0"
},
"devDependencies": {
"@sap-devx/app-studio-toolkit-types": "^1.17.1",
"@sap-devx/app-studio-toolkit-types": "^1.18.0",
"@types/semver": "^7.3.12",
"@types/validate-npm-package-name": "^3.0.3",
"@vscode-logging/types": "^0.1.4",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 720f06a

Please sign in to comment.