File tree Expand file tree Collapse file tree 20 files changed +68
-28
lines changed Expand file tree Collapse file tree 20 files changed +68
-28
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 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)
7
+
8
+ ** Note:** Version bump only for package @xml-tools/ast-position
9
+
6
10
## [ 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)
7
11
8
12
** Note:** Version bump only for package @xml-tools/ast-position
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xml-tools/ast-position" ,
3
- "version" : " 2.0.6 " ,
3
+ "version" : " 2.0.7 " ,
4
4
"description" : " XML Ast Position APIs" ,
5
5
"keywords" : [
6
6
" xml" ,
17
17
" api.d.ts"
18
18
],
19
19
"dependencies" : {
20
- "@xml-tools/ast" : " ^5.0.4 "
20
+ "@xml-tools/ast" : " ^5.0.5 "
21
21
},
22
22
"devDependencies" : {
23
- "@xml-tools/parser" : " ^1.0.10 "
23
+ "@xml-tools/parser" : " ^1.0.11 "
24
24
},
25
25
"scripts" : {
26
26
"ci" : " npm-run-all type-check coverage:*" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 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)
7
+
8
+ ** Note:** Version bump only for package @xml-tools/ast
9
+
6
10
## [ 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)
7
11
8
12
** Note:** Version bump only for package @xml-tools/ast
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xml-tools/ast" ,
3
- "version" : " 5.0.4 " ,
3
+ "version" : " 5.0.5 " ,
4
4
"description" : " XML Ast and Utilities" ,
5
5
"keywords" : [
6
6
" xml" ,
17
17
" api.d.ts"
18
18
],
19
19
"dependencies" : {
20
- "@xml-tools/common" : " ^0.1.5 " ,
21
- "@xml-tools/parser" : " ^1.0.10 " ,
20
+ "@xml-tools/common" : " ^0.1.6 " ,
21
+ "@xml-tools/parser" : " ^1.0.11 " ,
22
22
"lodash" : " 4.17.21"
23
23
},
24
24
"devDependencies" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 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)
7
+
8
+ ** Note:** Version bump only for package @xml-tools/common
9
+
6
10
## [ 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)
7
11
8
12
** Note:** Version bump only for package @xml-tools/common
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xml-tools/common" ,
3
- "version" : " 0.1.5 " ,
3
+ "version" : " 0.1.6 " ,
4
4
"description" : " XML-Tools Common Utilities" ,
5
5
"keywords" : [
6
6
" xml" ,
20
20
"lodash" : " 4.17.21"
21
21
},
22
22
"devDependencies" : {
23
- "@xml-tools/parser" : " ^1.0.10 "
23
+ "@xml-tools/parser" : " ^1.0.11 "
24
24
},
25
25
"scripts" : {
26
26
"ci" : " npm-run-all clean type-check coverage:*" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 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)
7
+
8
+ ** Note:** Version bump only for package @xml-tools/constraints
9
+
6
10
# 1.1.0 (2021-02-09)
7
11
8
12
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xml-tools/constraints" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " XML constraints validations" ,
5
5
"keywords" : [
6
6
" xml" ,
17
17
" api.d.ts"
18
18
],
19
19
"dependencies" : {
20
- "@xml-tools/validation" : " ^1.0.15 " ,
20
+ "@xml-tools/validation" : " ^1.0.16 " ,
21
21
"lodash" : " 4.17.21"
22
22
},
23
23
"devDependencies" : {
24
- "@xml-tools/ast" : " ^5.0.4 "
24
+ "@xml-tools/ast" : " ^5.0.5 "
25
25
},
26
26
"scripts" : {
27
27
"ci" : " npm-run-all clean type-check coverage:*" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 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)
7
+
8
+ ** Note:** Version bump only for package @xml-tools/content-assist
9
+
6
10
## [ 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)
7
11
8
12
** Note:** Version bump only for package @xml-tools/content-assist
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xml-tools/content-assist" ,
3
- "version" : " 3.1.10 " ,
3
+ "version" : " 3.1.11 " ,
4
4
"description" : " XML Content Assist APIs" ,
5
5
"keywords" : [
6
6
" xml" ,
18
18
" api.d.ts"
19
19
],
20
20
"dependencies" : {
21
- "@xml-tools/common" : " ^0.1.5 " ,
22
- "@xml-tools/parser" : " ^1.0.10 " ,
21
+ "@xml-tools/common" : " ^0.1.6 " ,
22
+ "@xml-tools/parser" : " ^1.0.11 " ,
23
23
"lodash" : " 4.17.21"
24
24
},
25
25
"scripts" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 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)
7
+
8
+ ** Note:** Version bump only for package @xml-tools/language-server
9
+
6
10
# [ 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)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xml-tools/language-server" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " XML language server" ,
5
5
"keywords" : [
6
6
" LSP" ,
25
25
"node" : " >=10.0.0"
26
26
},
27
27
"dependencies" : {
28
- "@xml-tools/constraints" : " ^1.1.0 " ,
29
- "@xml-tools/parser" : " ^1.0.10 " ,
28
+ "@xml-tools/constraints" : " ^1.1.1 " ,
29
+ "@xml-tools/parser" : " ^1.0.11 " ,
30
30
"lodash" : " 4.17.21" ,
31
31
"vscode-languageserver" : " 7.0.0" ,
32
32
"vscode-languageserver-textdocument" : " 1.0.1"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 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)
7
+
8
+ ** Note:** Version bump only for package @xml-tools/parser
9
+
6
10
## [ 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)
7
11
8
12
** Note:** Version bump only for package @xml-tools/parser
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xml-tools/parser" ,
3
- "version" : " 1.0.10 " ,
3
+ "version" : " 1.0.11 " ,
4
4
"description" : " XML Parser Implemented in JavaScript" ,
5
5
"keywords" : [
6
6
" xml" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 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)
7
+
8
+ ** Note:** Version bump only for package @xml-tools/simple-schema
9
+
6
10
## [ 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)
7
11
8
12
** Note:** Version bump only for package @xml-tools/simple-schema
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xml-tools/simple-schema" ,
3
- "version" : " 3.0.4 " ,
3
+ "version" : " 3.0.5 " ,
4
4
"description" : " XML Simple Schema" ,
5
5
"keywords" : [
6
6
" xml" ,
17
17
" api.d.ts"
18
18
],
19
19
"dependencies" : {
20
- "@xml-tools/ast" : " ^5.0.4 " ,
21
- "@xml-tools/content-assist" : " ^3.1.10 " ,
20
+ "@xml-tools/ast" : " ^5.0.5 " ,
21
+ "@xml-tools/content-assist" : " ^3.1.11 " ,
22
22
"lodash" : " 4.17.21"
23
23
},
24
24
"devDependencies" : {
25
- "@xml-tools/parser" : " ^1.0.10 " ,
26
- "@xml-tools/validation" : " ^1.0.15 "
25
+ "@xml-tools/parser" : " ^1.0.11 " ,
26
+ "@xml-tools/validation" : " ^1.0.16 "
27
27
},
28
28
"scripts" : {
29
29
"ci" : " npm-run-all clean type-check coverage:*" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 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)
7
+
8
+ ** Note:** Version bump only for package @xml-tools/validation
9
+
6
10
## [ 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)
7
11
8
12
** Note:** Version bump only for package @xml-tools/validation
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @xml-tools/validation" ,
3
- "version" : " 1.0.15 " ,
3
+ "version" : " 1.0.16 " ,
4
4
"description" : " XML validation APIs" ,
5
5
"keywords" : [
6
6
" xml" ,
17
17
" api.d.ts"
18
18
],
19
19
"dependencies" : {
20
- "@xml-tools/ast" : " ^5.0.4 " ,
20
+ "@xml-tools/ast" : " ^5.0.5 " ,
21
21
"lodash" : " 4.17.21"
22
22
},
23
23
"devDependencies" : {
24
- "@xml-tools/parser" : " ^1.0.10 "
24
+ "@xml-tools/parser" : " ^1.0.11 "
25
25
},
26
26
"scripts" : {
27
27
"ci" : " npm-run-all clean type-check coverage:*" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 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)
7
+
8
+ ** Note:** Version bump only for package xml-toolkit
9
+
6
10
# [ 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)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " xml-toolkit" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"private" : true ,
5
5
"displayName" : " XML Toolkit" ,
6
6
"description" : " Language Support for XML" ,
35
35
"package" : " node ./scripts/package-vsix"
36
36
},
37
37
"dependencies" : {
38
- "@xml-tools/language-server" : " ^1.1.0 " ,
38
+ "@xml-tools/language-server" : " ^1.1.1 " ,
39
39
"vscode-languageclient" : " 6.1.3"
40
40
},
41
41
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments