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.4
 - @xml-tools/ast@5.0.2
 - @xml-tools/common@0.1.4
 - @xml-tools/content-assist@3.1.9
 - @xml-tools/language-server@1.0.12
 - @xml-tools/parser@1.0.9
 - @xml-tools/simple-schema@3.0.2
 - @xml-tools/validation@1.0.13
 - xml-toolkit@1.0.5
  • Loading branch information
bd82 committed Jan 20, 2021
1 parent ffed3c2 commit 9ff1dc6
Show file tree
Hide file tree
Showing 18 changed files with 74 additions and 24 deletions.
6 changes: 6 additions & 0 deletions packages/ast-position/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.

## [2.0.4](https://github.com/sap/xml-tools/compare/@xml-tools/ast-position@2.0.3...@xml-tools/ast-position@2.0.4) (2021-01-20)

### Bug Fixes

- missing lib folder in npm packages ([ffed3c2](https://github.com/sap/xml-tools/commit/ffed3c2c54c70aea8b9ded0d53786382bc190cc5))

## [2.0.3](https://github.com/sap/xml-tools/compare/@xml-tools/ast-position@2.0.2...@xml-tools/ast-position@2.0.3) (2021-01-20)

**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.3",
"version": "2.0.4",
"description": "XML Ast Position APIs",
"keywords": [
"xml",
Expand All @@ -17,10 +17,10 @@
"api.d.ts"
],
"dependencies": {
"@xml-tools/ast": "^5.0.1"
"@xml-tools/ast": "^5.0.2"
},
"devDependencies": {
"@xml-tools/parser": "^1.0.8"
"@xml-tools/parser": "^1.0.9"
},
"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.2](https://github.com/sap/xml-tools/compare/@xml-tools/ast@5.0.1...@xml-tools/ast@5.0.2) (2021-01-20)

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

## [5.0.1](https://github.com/sap/xml-tools/compare/@xml-tools/ast@5.0.0...@xml-tools/ast@5.0.1) (2021-01-20)

**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.1",
"version": "5.0.2",
"description": "XML Ast and Utilities",
"keywords": [
"xml",
Expand All @@ -16,8 +16,8 @@
"api.d.ts"
],
"dependencies": {
"@xml-tools/common": "^0.1.3",
"@xml-tools/parser": "^1.0.8",
"@xml-tools/common": "^0.1.4",
"@xml-tools/parser": "^1.0.9",
"lodash": "4.17.20"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/common/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.

## [0.1.4](https://github.com/sap/xml-tools/compare/@xml-tools/common@0.1.3...@xml-tools/common@0.1.4) (2021-01-20)

### Bug Fixes

- missing lib folder in npm packages ([ffed3c2](https://github.com/sap/xml-tools/commit/ffed3c2c54c70aea8b9ded0d53786382bc190cc5))

## [0.1.3](https://github.com/sap/xml-tools/compare/@xml-tools/common@0.1.2...@xml-tools/common@0.1.3) (2021-01-20)

**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.3",
"version": "0.1.4",
"description": "XML-Tools Common Utilities",
"keywords": [
"xml",
Expand All @@ -20,7 +20,7 @@
"lodash": "4.17.20"
},
"devDependencies": {
"@xml-tools/parser": "^1.0.8"
"@xml-tools/parser": "^1.0.9"
},
"scripts": {
"ci": "npm-run-all clean type-check coverage:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/content-assist/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.

## [3.1.9](https://github.com/sap/xml-tools/compare/@xml-tools/content-assist@3.1.8...@xml-tools/content-assist@3.1.9) (2021-01-20)

### Bug Fixes

- missing lib folder in npm packages ([ffed3c2](https://github.com/sap/xml-tools/commit/ffed3c2c54c70aea8b9ded0d53786382bc190cc5))

## [3.1.8](https://github.com/sap/xml-tools/compare/@xml-tools/content-assist@3.1.7...@xml-tools/content-assist@3.1.8) (2021-01-20)

**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.8",
"version": "3.1.9",
"description": "XML Content Assist APIs",
"keywords": [
"xml",
Expand All @@ -18,8 +18,8 @@
"api.d.ts"
],
"dependencies": {
"@xml-tools/common": "^0.1.3",
"@xml-tools/parser": "^1.0.8",
"@xml-tools/common": "^0.1.4",
"@xml-tools/parser": "^1.0.9",
"lodash": "4.17.20"
},
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/language-server/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.12](https://github.com/SAP/xml-tools/compare/@xml-tools/language-server@1.0.11...@xml-tools/language-server@1.0.12) (2021-01-20)

### Bug Fixes

- missing lib folder in npm packages ([ffed3c2](https://github.com/SAP/xml-tools/commit/ffed3c2c54c70aea8b9ded0d53786382bc190cc5))

## [1.0.11](https://github.com/SAP/xml-tools/compare/@xml-tools/language-server@1.0.10...@xml-tools/language-server@1.0.11) (2021-01-20)

**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.11",
"version": "1.0.12",
"description": "XML language server",
"keywords": [
"LSP",
Expand All @@ -25,7 +25,7 @@
"node": ">=10.0.0"
},
"dependencies": {
"@xml-tools/parser": "^1.0.8",
"@xml-tools/parser": "^1.0.9",
"lodash": "4.17.20",
"vscode-languageserver": "7.0.0",
"vscode-languageserver-textdocument": "1.0.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/parser/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.9](https://github.com/sap/xml-tools/compare/@xml-tools/parser@1.0.8...@xml-tools/parser@1.0.9) (2021-01-20)

### Bug Fixes

- missing lib folder in npm packages ([ffed3c2](https://github.com/sap/xml-tools/commit/ffed3c2c54c70aea8b9ded0d53786382bc190cc5))

## [1.0.8](https://github.com/sap/xml-tools/compare/@xml-tools/parser@1.0.7...@xml-tools/parser@1.0.8) (2021-01-20)

**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.8",
"version": "1.0.9",
"description": "XML Parser Implemented in JavaScript",
"keywords": [
"xml",
Expand Down
6 changes: 6 additions & 0 deletions packages/simple-schema/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.

## [3.0.2](https://github.com/sap/xml-tools/compare/@xml-tools/simple-schema@3.0.1...@xml-tools/simple-schema@3.0.2) (2021-01-20)

### Bug Fixes

- missing lib folder in npm packages ([ffed3c2](https://github.com/sap/xml-tools/commit/ffed3c2c54c70aea8b9ded0d53786382bc190cc5))

## [3.0.1](https://github.com/sap/xml-tools/compare/@xml-tools/simple-schema@3.0.0...@xml-tools/simple-schema@3.0.1) (2021-01-20)

**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.1",
"version": "3.0.2",
"description": "XML Simple Schema",
"keywords": [
"xml",
Expand All @@ -17,13 +17,13 @@
"api.d.ts"
],
"dependencies": {
"@xml-tools/ast": "^5.0.1",
"@xml-tools/content-assist": "^3.1.8",
"@xml-tools/ast": "^5.0.2",
"@xml-tools/content-assist": "^3.1.9",
"lodash": "4.17.20"
},
"devDependencies": {
"@xml-tools/parser": "^1.0.8",
"@xml-tools/validation": "^1.0.12"
"@xml-tools/parser": "^1.0.9",
"@xml-tools/validation": "^1.0.13"
},
"scripts": {
"ci": "npm-run-all clean type-check coverage:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/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.0.13](https://github.com/sap/xml-tools/compare/@xml-tools/validation@1.0.12...@xml-tools/validation@1.0.13) (2021-01-20)

### Bug Fixes

- missing lib folder in npm packages ([ffed3c2](https://github.com/sap/xml-tools/commit/ffed3c2c54c70aea8b9ded0d53786382bc190cc5))

## [1.0.12](https://github.com/sap/xml-tools/compare/@xml-tools/validation@1.0.11...@xml-tools/validation@1.0.12) (2021-01-20)

**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.12",
"version": "1.0.13",
"description": "XML validation APIs",
"keywords": [
"xml",
Expand All @@ -17,11 +17,11 @@
"api.d.ts"
],
"dependencies": {
"@xml-tools/ast": "^5.0.1",
"@xml-tools/ast": "^5.0.2",
"lodash": "4.17.20"
},
"devDependencies": {
"@xml-tools/parser": "^1.0.8"
"@xml-tools/parser": "^1.0.9"
},
"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.5](https://github.com/SAP/xml-tools/tree/master/packages/xml-toolkit/compare/xml-toolkit@1.0.4...xml-toolkit@1.0.5) (2021-01-20)

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

## [1.0.4](https://github.com/SAP/xml-tools/tree/master/packages/xml-toolkit/compare/xml-toolkit@1.0.3...xml-toolkit@1.0.4) (2021-01-20)

**Note:** Version bump only for package xml-toolkit
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.0.4",
"version": "1.0.5",
"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.0.11",
"@xml-tools/language-server": "^1.0.12",
"vscode-languageclient": "6.1.3"
},
"devDependencies": {
Expand Down

0 comments on commit 9ff1dc6

Please sign in to comment.