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.7
 - @xml-tools/ast@5.0.5
 - @xml-tools/common@0.1.6
 - @xml-tools/constraints@1.1.1
 - @xml-tools/content-assist@3.1.11
 - @xml-tools/language-server@1.1.1
 - @xml-tools/parser@1.0.11
 - @xml-tools/simple-schema@3.0.5
 - @xml-tools/validation@1.0.16
 - xml-toolkit@1.1.1
  • Loading branch information
bd82 committed Jun 3, 2021
1 parent 0c6d683 commit 6ce4d58
Show file tree
Hide file tree
Showing 20 changed files with 68 additions and 28 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.7](https://github.com/sap/xml-tools/compare/@xml-tools/ast-position@2.0.6...@xml-tools/ast-position@2.0.7) (2021-06-03)

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

## [2.0.6](https://github.com/sap/xml-tools/compare/@xml-tools/ast-position@2.0.5...@xml-tools/ast-position@2.0.6) (2021-02-09)

**Note:** Version bump only for package @xml-tools/ast-position
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.6",
"version": "2.0.7",
"description": "XML Ast Position APIs",
"keywords": [
"xml",
Expand All @@ -17,10 +17,10 @@
"api.d.ts"
],
"dependencies": {
"@xml-tools/ast": "^5.0.4"
"@xml-tools/ast": "^5.0.5"
},
"devDependencies": {
"@xml-tools/parser": "^1.0.10"
"@xml-tools/parser": "^1.0.11"
},
"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.

## [5.0.5](https://github.com/sap/xml-tools/compare/@xml-tools/ast@5.0.4...@xml-tools/ast@5.0.5) (2021-06-03)

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

## [5.0.4](https://github.com/sap/xml-tools/compare/@xml-tools/ast@5.0.3...@xml-tools/ast@5.0.4) (2021-02-09)

**Note:** Version bump only for package @xml-tools/ast
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": "5.0.4",
"version": "5.0.5",
"description": "XML Ast and Utilities",
"keywords": [
"xml",
Expand All @@ -17,8 +17,8 @@
"api.d.ts"
],
"dependencies": {
"@xml-tools/common": "^0.1.5",
"@xml-tools/parser": "^1.0.10",
"@xml-tools/common": "^0.1.6",
"@xml-tools/parser": "^1.0.11",
"lodash": "4.17.21"
},
"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.6](https://github.com/sap/xml-tools/compare/@xml-tools/common@0.1.5...@xml-tools/common@0.1.6) (2021-06-03)

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

## [0.1.5](https://github.com/sap/xml-tools/compare/@xml-tools/common@0.1.4...@xml-tools/common@0.1.5) (2021-02-09)

**Note:** Version bump only for package @xml-tools/common
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.5",
"version": "0.1.6",
"description": "XML-Tools Common Utilities",
"keywords": [
"xml",
Expand All @@ -20,7 +20,7 @@
"lodash": "4.17.21"
},
"devDependencies": {
"@xml-tools/parser": "^1.0.10"
"@xml-tools/parser": "^1.0.11"
},
"scripts": {
"ci": "npm-run-all clean type-check coverage:*",
Expand Down
4 changes: 4 additions & 0 deletions packages/constraints/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.1.1](https://github.com/sap/xml-tools/compare/@xml-tools/constraints@1.1.0...@xml-tools/constraints@1.1.1) (2021-06-03)

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

# 1.1.0 (2021-02-09)

### Features
Expand Down
6 changes: 3 additions & 3 deletions packages/constraints/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xml-tools/constraints",
"version": "1.1.0",
"version": "1.1.1",
"description": "XML constraints validations",
"keywords": [
"xml",
Expand All @@ -17,11 +17,11 @@
"api.d.ts"
],
"dependencies": {
"@xml-tools/validation": "^1.0.15",
"@xml-tools/validation": "^1.0.16",
"lodash": "4.17.21"
},
"devDependencies": {
"@xml-tools/ast": "^5.0.4"
"@xml-tools/ast": "^5.0.5"
},
"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.11](https://github.com/sap/xml-tools/compare/@xml-tools/content-assist@3.1.10...@xml-tools/content-assist@3.1.11) (2021-06-03)

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

## [3.1.10](https://github.com/sap/xml-tools/compare/@xml-tools/content-assist@3.1.9...@xml-tools/content-assist@3.1.10) (2021-02-09)

**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.10",
"version": "3.1.11",
"description": "XML Content Assist APIs",
"keywords": [
"xml",
Expand All @@ -18,8 +18,8 @@
"api.d.ts"
],
"dependencies": {
"@xml-tools/common": "^0.1.5",
"@xml-tools/parser": "^1.0.10",
"@xml-tools/common": "^0.1.6",
"@xml-tools/parser": "^1.0.11",
"lodash": "4.17.21"
},
"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.1.1](https://github.com/SAP/xml-tools/compare/@xml-tools/language-server@1.1.0...@xml-tools/language-server@1.1.1) (2021-06-03)

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

# [1.1.0](https://github.com/SAP/xml-tools/compare/@xml-tools/language-server@1.0.12...@xml-tools/language-server@1.1.0) (2021-02-09)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 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.1.0",
"version": "1.1.1",
"description": "XML language server",
"keywords": [
"LSP",
Expand All @@ -25,8 +25,8 @@
"node": ">=10.0.0"
},
"dependencies": {
"@xml-tools/constraints": "^1.1.0",
"@xml-tools/parser": "^1.0.10",
"@xml-tools/constraints": "^1.1.1",
"@xml-tools/parser": "^1.0.11",
"lodash": "4.17.21",
"vscode-languageserver": "7.0.0",
"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.11](https://github.com/sap/xml-tools/compare/@xml-tools/parser@1.0.10...@xml-tools/parser@1.0.11) (2021-06-03)

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

## [1.0.10](https://github.com/sap/xml-tools/compare/@xml-tools/parser@1.0.9...@xml-tools/parser@1.0.10) (2021-02-09)

**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.10",
"version": "1.0.11",
"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.

## [3.0.5](https://github.com/sap/xml-tools/compare/@xml-tools/simple-schema@3.0.4...@xml-tools/simple-schema@3.0.5) (2021-06-03)

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

## [3.0.4](https://github.com/sap/xml-tools/compare/@xml-tools/simple-schema@3.0.3...@xml-tools/simple-schema@3.0.4) (2021-02-09)

**Note:** Version bump only for package @xml-tools/simple-schema
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": "3.0.4",
"version": "3.0.5",
"description": "XML Simple Schema",
"keywords": [
"xml",
Expand All @@ -17,13 +17,13 @@
"api.d.ts"
],
"dependencies": {
"@xml-tools/ast": "^5.0.4",
"@xml-tools/content-assist": "^3.1.10",
"@xml-tools/ast": "^5.0.5",
"@xml-tools/content-assist": "^3.1.11",
"lodash": "4.17.21"
},
"devDependencies": {
"@xml-tools/parser": "^1.0.10",
"@xml-tools/validation": "^1.0.15"
"@xml-tools/parser": "^1.0.11",
"@xml-tools/validation": "^1.0.16"
},
"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.16](https://github.com/sap/xml-tools/compare/@xml-tools/validation@1.0.15...@xml-tools/validation@1.0.16) (2021-06-03)

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

## [1.0.15](https://github.com/sap/xml-tools/compare/@xml-tools/validation@1.0.14...@xml-tools/validation@1.0.15) (2021-02-09)

**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.15",
"version": "1.0.16",
"description": "XML validation APIs",
"keywords": [
"xml",
Expand All @@ -17,11 +17,11 @@
"api.d.ts"
],
"dependencies": {
"@xml-tools/ast": "^5.0.4",
"@xml-tools/ast": "^5.0.5",
"lodash": "4.17.21"
},
"devDependencies": {
"@xml-tools/parser": "^1.0.10"
"@xml-tools/parser": "^1.0.11"
},
"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.1.1](https://github.com/SAP/xml-tools/tree/master/packages/xml-toolkit/compare/xml-toolkit@1.1.0...xml-toolkit@1.1.1) (2021-06-03)

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

# [1.1.0](https://github.com/SAP/xml-tools/tree/master/packages/xml-toolkit/compare/xml-toolkit@1.0.5...xml-toolkit@1.1.0) (2021-02-09)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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.1.0",
"version": "1.1.1",
"private": true,
"displayName": "XML Toolkit",
"description": "Language Support for XML",
Expand Down Expand Up @@ -35,7 +35,7 @@
"package": "node ./scripts/package-vsix"
},
"dependencies": {
"@xml-tools/language-server": "^1.1.0",
"@xml-tools/language-server": "^1.1.1",
"vscode-languageclient": "6.1.3"
},
"devDependencies": {
Expand Down

0 comments on commit 6ce4d58

Please sign in to comment.