Skip to content

Commit

Permalink
chore(release): release
Browse files Browse the repository at this point in the history
 - @xml-tools/ast-position@2.0.1
 - @xml-tools/ast@4.2.1
 - @xml-tools/common@0.1.1
 - @xml-tools/content-assist@3.1.6
 - @xml-tools/language-server@1.0.9
 - @xml-tools/parser@1.0.6
 - @xml-tools/simple-schema@2.1.1
 - @xml-tools/validation@1.0.10
 - xml-toolkit@1.0.2
  • Loading branch information
bd82 committed Jun 18, 2020
1 parent c82937a commit d4a890a
Show file tree
Hide file tree
Showing 18 changed files with 62 additions and 26 deletions.
4 changes: 4 additions & 0 deletions packages/ast-position/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.1](https://github.com/sap/xml-tools/compare/@xml-tools/ast-position@2.0.0...@xml-tools/ast-position@2.0.1) (2020-06-18)

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

# [2.0.0](https://github.com/sap/xml-tools/compare/@xml-tools/ast-position@1.1.0...@xml-tools/ast-position@2.0.0) (2020-05-21)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/ast-position/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xml-tools/ast-position",
"version": "2.0.0",
"version": "2.0.1",
"description": "XML Ast Position APIs",
"keywords": [
"xml",
Expand All @@ -11,10 +11,10 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@xml-tools/ast": "^4.2.0"
"@xml-tools/ast": "^4.2.1"
},
"devDependencies": {
"@xml-tools/parser": "^1.0.5"
"@xml-tools/parser": "^1.0.6"
},
"scripts": {
"ci": "npm-run-all type-check coverage:*",
Expand Down
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.2.1](https://github.com/sap/xml-tools/compare/@xml-tools/ast@4.2.0...@xml-tools/ast@4.2.1) (2020-06-18)

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

# [4.2.0](https://github.com/sap/xml-tools/compare/@xml-tools/ast@4.1.0...@xml-tools/ast@4.2.0) (2020-05-17)

### Features
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.2.0",
"version": "4.2.1",
"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.1.0",
"@xml-tools/parser": "^1.0.5",
"@xml-tools/common": "^0.1.1",
"@xml-tools/parser": "^1.0.6",
"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.1.1](https://github.com/sap/xml-tools/compare/@xml-tools/common@0.1.0...@xml-tools/common@0.1.1) (2020-06-18)

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

# [0.1.0](https://github.com/sap/xml-tools/compare/@xml-tools/common@0.0.6...@xml-tools/common@0.1.0) (2020-05-17)

### Features
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.1.0",
"version": "0.1.1",
"description": "XML-Tools Common Utilities",
"keywords": [
"xml",
Expand All @@ -14,7 +14,7 @@
"lodash": "4.17.15"
},
"devDependencies": {
"@xml-tools/parser": "^1.0.5"
"@xml-tools/parser": "^1.0.6"
},
"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.6](https://github.com/sap/xml-tools/compare/@xml-tools/content-assist@3.1.5...@xml-tools/content-assist@3.1.6) (2020-06-18)

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

## [3.1.5](https://github.com/sap/xml-tools/compare/@xml-tools/content-assist@3.1.4...@xml-tools/content-assist@3.1.5) (2020-05-17)

**Note:** Version bump only for package @xml-tools/content-assist
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.5",
"version": "3.1.6",
"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.1.0",
"@xml-tools/parser": "^1.0.5",
"@xml-tools/common": "^0.1.1",
"@xml-tools/parser": "^1.0.6",
"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.9](https://github.com/SAP/xml-tools/compare/@xml-tools/language-server@1.0.8...@xml-tools/language-server@1.0.9) (2020-06-18)

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

## [1.0.8](https://github.com/SAP/xml-tools/compare/@xml-tools/language-server@1.0.7...@xml-tools/language-server@1.0.8) (2020-05-21)

**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.8",
"version": "1.0.9",
"description": "XML language server",
"keywords": [
"LSP",
Expand All @@ -18,7 +18,7 @@
"node": ">=10.0.0"
},
"dependencies": {
"@xml-tools/parser": "^1.0.5",
"@xml-tools/parser": "^1.0.6",
"lodash": "4.17.15",
"vscode-languageserver": "6.1.1",
"vscode-languageserver-textdocument": "1.0.1"
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.6](https://github.com/sap/xml-tools/compare/@xml-tools/parser@1.0.5...@xml-tools/parser@1.0.6) (2020-06-18)

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

## [1.0.5](https://github.com/sap/xml-tools/compare/@xml-tools/parser@1.0.4...@xml-tools/parser@1.0.5) (2020-05-17)

**Note:** Version bump only for package @xml-tools/parser
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.5",
"version": "1.0.6",
"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.1.1](https://github.com/sap/xml-tools/compare/@xml-tools/simple-schema@2.1.0...@xml-tools/simple-schema@2.1.1) (2020-06-18)

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

# [2.1.0](https://github.com/sap/xml-tools/compare/@xml-tools/simple-schema@2.0.11...@xml-tools/simple-schema@2.1.0) (2020-05-17)

### Features
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.1.0",
"version": "2.1.1",
"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.2.0",
"@xml-tools/content-assist": "^3.1.5",
"@xml-tools/ast": "^4.2.1",
"@xml-tools/content-assist": "^3.1.6",
"lodash": "4.17.15"
},
"devDependencies": {
"@xml-tools/parser": "^1.0.5",
"@xml-tools/validation": "^1.0.9"
"@xml-tools/parser": "^1.0.6",
"@xml-tools/validation": "^1.0.10"
},
"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.10](https://github.com/sap/xml-tools/compare/@xml-tools/validation@1.0.9...@xml-tools/validation@1.0.10) (2020-06-18)

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

## [1.0.9](https://github.com/sap/xml-tools/compare/@xml-tools/validation@1.0.8...@xml-tools/validation@1.0.9) (2020-05-17)

**Note:** Version bump only for package @xml-tools/validation
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.9",
"version": "1.0.10",
"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.2.0",
"@xml-tools/ast": "^4.2.1",
"lodash": "4.17.15"
},
"devDependencies": {
"@xml-tools/parser": "^1.0.5"
"@xml-tools/parser": "^1.0.6"
},
"scripts": {
"ci": "npm-run-all clean type-check coverage:*",
Expand Down
4 changes: 4 additions & 0 deletions packages/xml-toolkit/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.2](https://github.com/SAP/xml-tools/tree/master/packages/xml-toolkit/compare/xml-toolkit@1.0.1...xml-toolkit@1.0.2) (2020-06-18)

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

## [1.0.1](https://github.com/SAP/xml-tools/tree/master/packages/xml-toolkit/compare/xml-toolkit@1.0.0...xml-toolkit@1.0.1) (2020-05-26)

**Note:** Version bump only for package xml-toolkit
Expand Down
8 changes: 4 additions & 4 deletions packages/xml-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xml-toolkit",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"displayName": "XML Toolkit",
"description": "XML Toolkit by SAP OSS",
Expand Down Expand Up @@ -35,16 +35,16 @@
"package": "node ./scripts/package-vsix"
},
"dependencies": {
"@xml-tools/language-server": "^1.0.8",
"@xml-tools/language-server": "^1.0.9",
"vscode-languageclient": "6.1.3"
},
"devDependencies": {
"@types/vscode": "1.45.0",
"deep-equal-in-any-order": "1.0.27",
"lodash": "4.17.15",
"proxyquire": "2.1.3",
"vsce": "1.77.0",
"vscode-test": "1.4.0",
"lodash": "4.17.15"
"vscode-test": "1.4.0"
},
"nyc": {
"include": [
Expand Down

0 comments on commit d4a890a

Please sign in to comment.