Skip to content

Commit

Permalink
chore(release): release
Browse files Browse the repository at this point in the history
 - [email protected]
 - [email protected]
 - @vscode-logging/[email protected]
 - @vscode-logging/[email protected]
 - @vscode-logging/[email protected]
 - @vscode-logging/[email protected]
  • Loading branch information
Ahmad Haj Ali committed Apr 13, 2021
1 parent 50a9458 commit 97b5dd4
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 14 deletions.
6 changes: 6 additions & 0 deletions examples/extension-wrapper/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.0.1](https://github.com/SAP/vscode-logging/compare/vscode-logging-extension-wrapper-example@[email protected]) (2021-04-13)

### Bug Fixes

- typo in the logging.level configuration description ([#181](https://github.com/SAP/vscode-logging/issues/181)) ([c05b17d](https://github.com/SAP/vscode-logging/commit/c05b17d4348e89f27a3cb86f2e20bc190cdf1afb))

# [1.0.0](https://github.com/SAP/vscode-logging/compare/vscode-logging-extension-wrapper-example@[email protected]) (2021-02-10)

### Features
Expand Down
6 changes: 3 additions & 3 deletions examples/extension-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"displayName": "logging-wrapper-example",
"description": "Example using @vscode-logging/logger and @vscode-logging/wrapper in a VSCode Extension",
"version": "1.0.0",
"version": "1.0.1",
"publisher": "SAP",
"engines": {
"vscode": "^1.52.0"
Expand Down Expand Up @@ -53,10 +53,10 @@
}
},
"dependencies": {
"@vscode-logging/wrapper": "^1.0.0"
"@vscode-logging/wrapper": "^1.0.1"
},
"devDependencies": {
"@types/vscode": "^1.52.0",
"@vscode-logging/types": "^0.1.3"
"@vscode-logging/types": "^0.1.4"
}
}
6 changes: 6 additions & 0 deletions examples/extension/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.1.3](https://github.com/SAP/vscode-logging/compare/vscode-logging-extension-example@[email protected]) (2021-04-13)

### Bug Fixes

- typo in the logging.level configuration description ([#181](https://github.com/SAP/vscode-logging/issues/181)) ([c05b17d](https://github.com/SAP/vscode-logging/commit/c05b17d4348e89f27a3cb86f2e20bc190cdf1afb))

## [1.1.2](https://github.com/SAP/vscode-logging/compare/vscode-logging-extension-example@[email protected]) (2020-12-10)

**Note:** Version bump only for package vscode-logging-extension-example
Expand Down
6 changes: 3 additions & 3 deletions examples/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"displayName": "logging-example",
"description": "Example using @vscode-logging/logger in a VSCode Extension",
"version": "1.1.2",
"version": "1.1.3",
"publisher": "SAP",
"engines": {
"vscode": "^1.32.0"
Expand Down Expand Up @@ -49,8 +49,8 @@
},
"scripts": {},
"dependencies": {
"@vscode-logging/library-example": "^0.1.3",
"@vscode-logging/logger": "^1.2.2"
"@vscode-logging/library-example": "^0.1.4",
"@vscode-logging/logger": "^1.2.3"
},
"devDependencies": {
"@types/node": "10.x",
Expand Down
4 changes: 4 additions & 0 deletions examples/library/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.1.4](https://github.com/sap/vscode-logging/compare/@vscode-logging/[email protected]...@vscode-logging/[email protected]) (2021-04-13)

**Note:** Version bump only for package @vscode-logging/library-example

## [0.1.3](https://github.com/sap/vscode-logging/compare/@vscode-logging/[email protected]...@vscode-logging/[email protected]) (2020-11-12)

**Note:** Version bump only for package @vscode-logging/library-example
Expand Down
4 changes: 2 additions & 2 deletions examples/library/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@vscode-logging/library-example",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"description": "Example node library using @vscode-logging/logger via Dependency Injection",
"main": "index.js",
"repository": "https://github.com/sap/vscode-logging/",
"license": "Apache-2.0",
"devDependencies": {
"@vscode-logging/types": "^0.1.3"
"@vscode-logging/types": "^0.1.4"
}
}
4 changes: 4 additions & 0 deletions packages/logger/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.

## [1.2.3](https://github.com/sap/vscode-logging/compare/@vscode-logging/[email protected]...@vscode-logging/[email protected]) (2021-04-13)

**Note:** Version bump only for package @vscode-logging/logger

## [1.2.2](https://github.com/sap/vscode-logging/compare/@vscode-logging/[email protected]...@vscode-logging/[email protected]) (2020-12-10)

**Note:** Version bump only for package @vscode-logging/logger
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vscode-logging/logger",
"version": "1.2.2",
"version": "1.2.3",
"description": "Logger Library for VSCode Extensions",
"keywords": [
"vscode",
Expand All @@ -17,7 +17,7 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@vscode-logging/types": "^0.1.3",
"@vscode-logging/types": "^0.1.4",
"fast-safe-stringify": "2.0.7",
"fs-extra": "9.1.0",
"lodash": "^4.17.21",
Expand Down
4 changes: 4 additions & 0 deletions packages/types/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.1.4](https://github.com/sap/vscode-logging/compare/@vscode-logging/[email protected]...@vscode-logging/[email protected]) (2021-04-13)

**Note:** Version bump only for package @vscode-logging/types

## [0.1.3](https://github.com/sap/vscode-logging/compare/@vscode-logging/[email protected]...@vscode-logging/[email protected]) (2020-11-12)

**Note:** Version bump only for package @vscode-logging/types
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vscode-logging/types",
"version": "0.1.3",
"version": "0.1.4",
"description": "Common Type Signatures for @vscode-logging/logger",
"keywords": [
"vscode",
Expand Down
4 changes: 4 additions & 0 deletions packages/wrapper/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.

## [1.0.1](https://github.com/sap/vscode-logging/compare/@vscode-logging/[email protected]...@vscode-logging/[email protected]) (2021-04-13)

**Note:** Version bump only for package @vscode-logging/wrapper

# [1.0.0](https://github.com/sap/vscode-logging/compare/@vscode-logging/[email protected]...@vscode-logging/[email protected]) (2021-02-10)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vscode-logging/wrapper",
"version": "1.0.0",
"version": "1.0.1",
"description": "opinionated DI based wrapper for @vscode-logging/logger",
"keywords": [
"vscode",
Expand All @@ -17,8 +17,8 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@vscode-logging/logger": "^1.2.1",
"@vscode-logging/types": "^0.1.3"
"@vscode-logging/logger": "^1.2.3",
"@vscode-logging/types": "^0.1.4"
},
"devDependencies": {
"@types/lodash": "^4.14.167",
Expand Down

0 comments on commit 97b5dd4

Please sign in to comment.