Skip to content

Commit

Permalink
chore(release): release v1.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-gilin committed Sep 1, 2024
1 parent 16c974d commit 2a906cb
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 5 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.

## [1.18.5](https://github.com/SAP/app-studio-toolkit/compare/v1.18.4...v1.18.5) (2024-09-01)

### Bug Fixes

- [DEVXBUGS-11661] error is shown if disttags are used in package.json ([#337](https://github.com/SAP/app-studio-toolkit/issues/337)) ([16c974d](https://github.com/SAP/app-studio-toolkit/commit/16c974dff78fd21116556a69789352e2185fe3fd))

## [1.18.4](https://github.com/SAP/app-studio-toolkit/compare/v1.18.3...v1.18.4) (2024-08-27)

### Bug Fixes
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.18.4"
"version": "1.18.5"
}
6 changes: 6 additions & 0 deletions packages/npm-dependencies-validation/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.5](https://github.com/SAP/app-studio-toolkit/compare/v1.18.4...v1.18.5) (2024-09-01)

### Bug Fixes

- [DEVXBUGS-11661] error is shown if disttags are used in package.json ([#337](https://github.com/SAP/app-studio-toolkit/issues/337)) ([16c974d](https://github.com/SAP/app-studio-toolkit/commit/16c974dff78fd21116556a69789352e2185fe3fd))

## [1.8.3](https://github.com/SAP/app-studio-toolkit/compare/v1.8.1...v1.8.3) (2022-05-16)

**Note:** Version bump only for package @sap-devx/npm-dependencies-validation
Expand Down
2 changes: 1 addition & 1 deletion packages/npm-dependencies-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sap-devx/npm-dependencies-validation",
"version": "1.8.3",
"version": "1.18.5",
"private": true,
"description": "Detects NPM dependencies issues",
"author": "SAP SE",
Expand Down
6 changes: 6 additions & 0 deletions packages/vscode-dependencies-validation/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.5](https://github.com/SAP/app-studio-toolkit/compare/v1.18.4...v1.18.5) (2024-09-01)

### Bug Fixes

- [DEVXBUGS-11661] error is shown if disttags are used in package.json ([#337](https://github.com/SAP/app-studio-toolkit/issues/337)) ([16c974d](https://github.com/SAP/app-studio-toolkit/commit/16c974dff78fd21116556a69789352e2185fe3fd))

# [1.17.0](https://github.com/SAP/app-studio-toolkit/compare/v1.16.2...v1.17.0) (2024-05-26)

**Note:** Version bump only for package vscode-dependencies-validation
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-dependencies-validation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-dependencies-validation",
"displayName": "NPM Dependencies Validation",
"version": "1.17.0",
"version": "1.18.5",
"private": true,
"description": "Diagnostics and quick-fixes for NPM dependencies issues for VSCode",
"categories": [
Expand Down Expand Up @@ -70,7 +70,7 @@
"package": "node ./scripts/package-vsix.js"
},
"dependencies": {
"@sap-devx/npm-dependencies-validation": "^1.8.3",
"@sap-devx/npm-dependencies-validation": "^1.18.5",
"@vscode-logging/wrapper": "2.0.0",
"fs-extra": "10.0.0",
"jsonc-parser": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 2a906cb

Please sign in to comment.