Skip to content

Commit b1710a7

Browse files
committed
chore(release): release
- @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]
1 parent fa1c04a commit b1710a7

File tree

18 files changed

+72
-24
lines changed

18 files changed

+72
-24
lines changed

packages/ast-position/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.0.2](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-29)
7+
8+
**Note:** Version bump only for package @xml-tools/ast-position
9+
610
## [2.0.1](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-18)
711

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

packages/ast-position/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xml-tools/ast-position",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "XML Ast Position APIs",
55
"keywords": [
66
"xml",
@@ -11,10 +11,10 @@
1111
"license": "Apache-2.0",
1212
"typings": "./api.d.ts",
1313
"dependencies": {
14-
"@xml-tools/ast": "^4.2.1"
14+
"@xml-tools/ast": "^5.0.0"
1515
},
1616
"devDependencies": {
17-
"@xml-tools/parser": "^1.0.6"
17+
"@xml-tools/parser": "^1.0.7"
1818
},
1919
"scripts": {
2020
"ci": "npm-run-all type-check coverage:*",

packages/ast/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.0.0](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-29)
7+
8+
### Features
9+
10+
- **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))
11+
12+
### BREAKING CHANGES
13+
14+
- **ast:** Vistors that need to handle attributes inside prolog must now implement the `visitPrologAttribute` method.
15+
616
## [4.2.1](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-18)
717

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

packages/ast/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xml-tools/ast",
3-
"version": "4.2.1",
3+
"version": "5.0.0",
44
"description": "XML Ast and Utilities",
55
"keywords": [
66
"xml",
@@ -11,8 +11,8 @@
1111
"license": "Apache-2.0",
1212
"typings": "./api.d.ts",
1313
"dependencies": {
14-
"@xml-tools/common": "^0.1.1",
15-
"@xml-tools/parser": "^1.0.6",
14+
"@xml-tools/common": "^0.1.2",
15+
"@xml-tools/parser": "^1.0.7",
1616
"lodash": "4.17.15"
1717
},
1818
"devDependencies": {

packages/common/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.2](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-29)
7+
8+
**Note:** Version bump only for package @xml-tools/common
9+
610
## [0.1.1](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-18)
711

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

packages/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xml-tools/common",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "XML-Tools Common Utilities",
55
"keywords": [
66
"xml",
@@ -14,7 +14,7 @@
1414
"lodash": "4.17.15"
1515
},
1616
"devDependencies": {
17-
"@xml-tools/parser": "^1.0.6"
17+
"@xml-tools/parser": "^1.0.7"
1818
},
1919
"scripts": {
2020
"ci": "npm-run-all clean type-check coverage:*",

packages/content-assist/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.7](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-29)
7+
8+
**Note:** Version bump only for package @xml-tools/content-assist
9+
610
## [3.1.6](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-18)
711

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

packages/content-assist/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xml-tools/content-assist",
3-
"version": "3.1.6",
3+
"version": "3.1.7",
44
"description": "XML Content Assist APIs",
55
"keywords": [
66
"xml",
@@ -12,8 +12,8 @@
1212
"license": "Apache-2.0",
1313
"typings": "./api.d.ts",
1414
"dependencies": {
15-
"@xml-tools/common": "^0.1.1",
16-
"@xml-tools/parser": "^1.0.6",
15+
"@xml-tools/common": "^0.1.2",
16+
"@xml-tools/parser": "^1.0.7",
1717
"lodash": "4.17.15"
1818
},
1919
"scripts": {

packages/language-server/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.10](https://github.com/SAP/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-29)
7+
8+
**Note:** Version bump only for package @xml-tools/language-server
9+
610
## [1.0.9](https://github.com/SAP/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2020-06-18)
711

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

packages/language-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xml-tools/language-server",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "XML language server",
55
"keywords": [
66
"LSP",
@@ -18,7 +18,7 @@
1818
"node": ">=10.0.0"
1919
},
2020
"dependencies": {
21-
"@xml-tools/parser": "^1.0.6",
21+
"@xml-tools/parser": "^1.0.7",
2222
"lodash": "4.17.15",
2323
"vscode-languageserver": "6.1.1",
2424
"vscode-languageserver-textdocument": "1.0.1"

0 commit comments

Comments
 (0)