Skip to content

Commit

Permalink
chore(release): release
Browse files Browse the repository at this point in the history
 - @xml-tools/[email protected]
 - @xml-tools/[email protected]
 - @xml-tools/[email protected]
 - @xml-tools/[email protected]
 - @xml-tools/[email protected]
 - @xml-tools/[email protected]
 - @xml-tools/[email protected]
 - @xml-tools/[email protected]
 - [email protected]
  • Loading branch information
bd82 committed Jun 29, 2020
1 parent fa1c04a commit b1710a7
Show file tree
Hide file tree
Showing 18 changed files with 72 additions and 24 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.2](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-29)

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

## [2.0.1](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-18)

**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.1",
"version": "2.0.2",
"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.1"
"@xml-tools/ast": "^5.0.0"
},
"devDependencies": {
"@xml-tools/parser": "^1.0.6"
"@xml-tools/parser": "^1.0.7"
},
"scripts": {
"ci": "npm-run-all type-check coverage:*",
Expand Down
10 changes: 10 additions & 0 deletions packages/ast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-29)

### Features

- **ast:** attribute inside a prolog are now of XMLPrologAttribute type ([#208](https://github.com/sap/xml-tools/issues/208)) ([a303db5](https://github.com/sap/xml-tools/commit/a303db5))

### BREAKING CHANGES

- **ast:** Vistors that need to handle attributes inside prolog must now implement the `visitPrologAttribute` method.

## [4.2.1](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-18)

**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": "4.2.1",
"version": "5.0.0",
"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.1",
"@xml-tools/parser": "^1.0.6",
"@xml-tools/common": "^0.1.2",
"@xml-tools/parser": "^1.0.7",
"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.2](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-29)

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

## [0.1.1](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-18)

**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.1",
"version": "0.1.2",
"description": "XML-Tools Common Utilities",
"keywords": [
"xml",
Expand All @@ -14,7 +14,7 @@
"lodash": "4.17.15"
},
"devDependencies": {
"@xml-tools/parser": "^1.0.6"
"@xml-tools/parser": "^1.0.7"
},
"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.7](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-29)

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

## [3.1.6](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-18)

**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.6",
"version": "3.1.7",
"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.1",
"@xml-tools/parser": "^1.0.6",
"@xml-tools/common": "^0.1.2",
"@xml-tools/parser": "^1.0.7",
"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.10](https://github.com/SAP/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-29)

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

## [1.0.9](https://github.com/SAP/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-18)

**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.9",
"version": "1.0.10",
"description": "XML language server",
"keywords": [
"LSP",
Expand All @@ -18,7 +18,7 @@
"node": ">=10.0.0"
},
"dependencies": {
"@xml-tools/parser": "^1.0.6",
"@xml-tools/parser": "^1.0.7",
"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.7](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-29)

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

## [1.0.6](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-18)

**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.6",
"version": "1.0.7",
"description": "XML Parser Implemented in JavaScript",
"keywords": [
"xml",
Expand Down
10 changes: 10 additions & 0 deletions packages/simple-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-29)

### Features

- **ast:** attribute inside a prolog are now of XMLPrologAttribute type ([#208](https://github.com/sap/xml-tools/issues/208)) ([a303db5](https://github.com/sap/xml-tools/commit/a303db5))

### BREAKING CHANGES

- **ast:** Vistors that need to handle attributes inside prolog must now implement the `visitPrologAttribute` method.

## [2.1.1](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-18)

**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": "2.1.1",
"version": "3.0.0",
"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.1",
"@xml-tools/content-assist": "^3.1.6",
"@xml-tools/ast": "^5.0.0",
"@xml-tools/content-assist": "^3.1.7",
"lodash": "4.17.15"
},
"devDependencies": {
"@xml-tools/parser": "^1.0.6",
"@xml-tools/validation": "^1.0.10"
"@xml-tools/parser": "^1.0.7",
"@xml-tools/validation": "^1.0.11"
},
"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.11](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-29)

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

## [1.0.10](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-18)

**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.10",
"version": "1.0.11",
"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.1",
"@xml-tools/ast": "^5.0.0",
"lodash": "4.17.15"
},
"devDependencies": {
"@xml-tools/parser": "^1.0.6"
"@xml-tools/parser": "^1.0.7"
},
"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.3](https://github.com/SAP/xml-tools/tree/master/packages/xml-toolkit/compare/[email protected]@1.0.3) (2020-06-29)

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

## [1.0.2](https://github.com/SAP/xml-tools/tree/master/packages/xml-toolkit/compare/[email protected]@1.0.2) (2020-06-18)

**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.2",
"version": "1.0.3",
"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.9",
"@xml-tools/language-server": "^1.0.10",
"vscode-languageclient": "6.1.3"
},
"devDependencies": {
Expand Down

0 comments on commit b1710a7

Please sign in to comment.