Skip to content

Commit

Permalink
chore(release): release
Browse files Browse the repository at this point in the history
 - @xml-tools/ast@4.0.3
 - @xml-tools/common@0.0.6
 - @xml-tools/content-assist@3.1.4
 - @xml-tools/language-server@1.0.6
 - @xml-tools/parser@1.0.4
 - @xml-tools/simple-schema@2.0.10
 - @xml-tools/validation@1.0.7
 - xml-for-vscode@0.1.3
  • Loading branch information
bd82 committed Apr 2, 2020
1 parent 97a61fd commit eef14ad
Show file tree
Hide file tree
Showing 16 changed files with 55 additions and 23 deletions.
4 changes: 4 additions & 0 deletions packages/ast/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.

## [4.0.3](https://github.com/sap/xml-tools/compare/@xml-tools/ast@4.0.2...@xml-tools/ast@4.0.3) (2020-04-02)

**Note:** Version bump only for package @xml-tools/ast

## [4.0.2](https://github.com/sap/xml-tools/compare/@xml-tools/ast@4.0.1...@xml-tools/ast@4.0.2) (2020-02-19)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xml-tools/ast",
"version": "4.0.2",
"version": "4.0.3",
"description": "XML Ast and Utilities",
"keywords": [
"xml",
Expand All @@ -11,8 +11,8 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@xml-tools/common": "^0.0.5",
"@xml-tools/parser": "^1.0.3",
"@xml-tools/common": "^0.0.6",
"@xml-tools/parser": "^1.0.4",
"lodash": "4.17.15"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/common/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.0.6](https://github.com/sap/xml-tools/compare/@xml-tools/common@0.0.5...@xml-tools/common@0.0.6) (2020-04-02)

**Note:** Version bump only for package @xml-tools/common

## [0.0.5](https://github.com/sap/xml-tools/compare/@xml-tools/common@0.0.4...@xml-tools/common@0.0.5) (2020-02-19)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xml-tools/common",
"version": "0.0.5",
"version": "0.0.6",
"description": "XML-Tools Common Utilities",
"keywords": [
"xml",
Expand All @@ -14,7 +14,7 @@
"lodash": "4.17.15"
},
"devDependencies": {
"@xml-tools/parser": "^1.0.3"
"@xml-tools/parser": "^1.0.4"
},
"scripts": {
"ci": "npm-run-all clean type-check coverage:*",
Expand Down
4 changes: 4 additions & 0 deletions packages/content-assist/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.

## [3.1.4](https://github.com/sap/xml-tools/compare/@xml-tools/content-assist@3.1.3...@xml-tools/content-assist@3.1.4) (2020-04-02)

**Note:** Version bump only for package @xml-tools/content-assist

## [3.1.3](https://github.com/sap/xml-tools/compare/@xml-tools/content-assist@3.1.2...@xml-tools/content-assist@3.1.3) (2020-02-19)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/content-assist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xml-tools/content-assist",
"version": "3.1.3",
"version": "3.1.4",
"description": "XML Content Assist APIs",
"keywords": [
"xml",
Expand All @@ -12,8 +12,8 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@xml-tools/common": "^0.0.5",
"@xml-tools/parser": "^1.0.3",
"@xml-tools/common": "^0.0.6",
"@xml-tools/parser": "^1.0.4",
"lodash": "4.17.15"
},
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/language-server/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.6](https://github.com/SAP/xml-tools/compare/@xml-tools/language-server@1.0.5...@xml-tools/language-server@1.0.6) (2020-04-02)

**Note:** Version bump only for package @xml-tools/language-server

## [1.0.5](https://github.com/SAP/xml-tools/compare/@xml-tools/language-server@1.0.4...@xml-tools/language-server@1.0.5) (2020-03-08)

**Note:** Version bump only for package @xml-tools/language-server
Expand Down
4 changes: 2 additions & 2 deletions packages/language-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xml-tools/language-server",
"version": "1.0.5",
"version": "1.0.6",
"description": "XML language server",
"keywords": [
"LSP",
Expand All @@ -18,7 +18,7 @@
"node": ">=10.0.0"
},
"dependencies": {
"@xml-tools/parser": "^1.0.3",
"@xml-tools/parser": "^1.0.4",
"lodash": "4.17.15",
"vscode-languageserver": "6.1.1",
"vscode-languageserver-textdocument": "1.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/parser/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.4](https://github.com/sap/xml-tools/compare/@xml-tools/parser@1.0.3...@xml-tools/parser@1.0.4) (2020-04-02)

**Note:** Version bump only for package @xml-tools/parser

## [1.0.3](https://github.com/sap/xml-tools/compare/@xml-tools/parser@1.0.2...@xml-tools/parser@1.0.3) (2020-02-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xml-tools/parser",
"version": "1.0.3",
"version": "1.0.4",
"description": "XML Parser Implemented in JavaScript",
"keywords": [
"xml",
Expand Down
4 changes: 4 additions & 0 deletions packages/simple-schema/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.

## [2.0.10](https://github.com/sap/xml-tools/compare/@xml-tools/simple-schema@2.0.9...@xml-tools/simple-schema@2.0.10) (2020-04-02)

**Note:** Version bump only for package @xml-tools/simple-schema

## [2.0.9](https://github.com/sap/xml-tools/compare/@xml-tools/simple-schema@2.0.8...@xml-tools/simple-schema@2.0.9) (2020-02-19)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions packages/simple-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xml-tools/simple-schema",
"version": "2.0.9",
"version": "2.0.10",
"description": "XML Simple Schema",
"keywords": [
"xml",
Expand All @@ -11,13 +11,13 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@xml-tools/ast": "^4.0.2",
"@xml-tools/content-assist": "^3.1.3",
"@xml-tools/ast": "^4.0.3",
"@xml-tools/content-assist": "^3.1.4",
"lodash": "4.17.15"
},
"devDependencies": {
"@xml-tools/parser": "^1.0.3",
"@xml-tools/validation": "^1.0.6"
"@xml-tools/parser": "^1.0.4",
"@xml-tools/validation": "^1.0.7"
},
"scripts": {
"ci": "npm-run-all clean type-check coverage:*",
Expand Down
4 changes: 4 additions & 0 deletions packages/validation/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.7](https://github.com/sap/xml-tools/compare/@xml-tools/validation@1.0.6...@xml-tools/validation@1.0.7) (2020-04-02)

**Note:** Version bump only for package @xml-tools/validation

## [1.0.6](https://github.com/sap/xml-tools/compare/@xml-tools/validation@1.0.5...@xml-tools/validation@1.0.6) (2020-02-19)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xml-tools/validation",
"version": "1.0.6",
"version": "1.0.7",
"description": "XML validation APIs",
"keywords": [
"xml",
Expand All @@ -11,11 +11,11 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@xml-tools/ast": "^4.0.2",
"@xml-tools/ast": "^4.0.3",
"lodash": "4.17.15"
},
"devDependencies": {
"@xml-tools/parser": "^1.0.3"
"@xml-tools/parser": "^1.0.4"
},
"scripts": {
"ci": "npm-run-all clean type-check coverage:*",
Expand Down
4 changes: 4 additions & 0 deletions packages/xml-for-vscode/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.3](https://github.com/SAP/xml-tools/compare/xml-for-vscode@0.1.2...xml-for-vscode@0.1.3) (2020-04-02)

**Note:** Version bump only for package xml-for-vscode

## [0.1.2](https://github.com/SAP/xml-tools/compare/xml-for-vscode@0.1.1...xml-for-vscode@0.1.2) (2020-03-08)

**Note:** Version bump only for package xml-for-vscode
Expand Down
8 changes: 4 additions & 4 deletions packages/xml-for-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "xml-for-vscode",
"private": true,
"description": "XML for VSCode",
"version": "0.1.2",
"version": "0.1.3",
"publisher": "SAPSE",
"license": "Apache-2.0",
"repository": {
Expand All @@ -26,16 +26,16 @@
"bundle": "node ./scripts/bundle-vsix"
},
"dependencies": {
"@xml-tools/language-server": "^1.0.5",
"@xml-tools/language-server": "^1.0.6",
"vscode-languageclient": "6.1.0"
},
"devDependencies": {
"@types/vscode": "1.42.0",
"deep-equal-in-any-order": "1.0.25",
"glob": "7.1.6",
"proxyquire": "2.1.3",
"vsce": "1.74.0",
"vscode-test": "1.3.0",
"proxyquire": "2.1.3"
"vscode-test": "1.3.0"
},
"nyc": {
"include": [
Expand Down

0 comments on commit eef14ad

Please sign in to comment.