Skip to content

Commit 9ff1dc6

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 ffed3c2 commit 9ff1dc6

File tree

18 files changed

+74
-24
lines changed

18 files changed

+74
-24
lines changed

packages/ast-position/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.4](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2021-01-20)
7+
8+
### Bug Fixes
9+
10+
- missing lib folder in npm packages ([ffed3c2](https://github.com/sap/xml-tools/commit/ffed3c2c54c70aea8b9ded0d53786382bc190cc5))
11+
612
## [2.0.3](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2021-01-20)
713

814
**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.3",
3+
"version": "2.0.4",
44
"description": "XML Ast Position APIs",
55
"keywords": [
66
"xml",
@@ -17,10 +17,10 @@
1717
"api.d.ts"
1818
],
1919
"dependencies": {
20-
"@xml-tools/ast": "^5.0.1"
20+
"@xml-tools/ast": "^5.0.2"
2121
},
2222
"devDependencies": {
23-
"@xml-tools/parser": "^1.0.8"
23+
"@xml-tools/parser": "^1.0.9"
2424
},
2525
"scripts": {
2626
"ci": "npm-run-all type-check coverage:*",

packages/ast/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+
## [5.0.2](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2021-01-20)
7+
8+
**Note:** Version bump only for package @xml-tools/ast
9+
610
## [5.0.1](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2021-01-20)
711

812
**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": "5.0.1",
3+
"version": "5.0.2",
44
"description": "XML Ast and Utilities",
55
"keywords": [
66
"xml",
@@ -16,8 +16,8 @@
1616
"api.d.ts"
1717
],
1818
"dependencies": {
19-
"@xml-tools/common": "^0.1.3",
20-
"@xml-tools/parser": "^1.0.8",
19+
"@xml-tools/common": "^0.1.4",
20+
"@xml-tools/parser": "^1.0.9",
2121
"lodash": "4.17.20"
2222
},
2323
"devDependencies": {

packages/common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.4](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2021-01-20)
7+
8+
### Bug Fixes
9+
10+
- missing lib folder in npm packages ([ffed3c2](https://github.com/sap/xml-tools/commit/ffed3c2c54c70aea8b9ded0d53786382bc190cc5))
11+
612
## [0.1.3](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2021-01-20)
713

814
**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.3",
3+
"version": "0.1.4",
44
"description": "XML-Tools Common Utilities",
55
"keywords": [
66
"xml",
@@ -20,7 +20,7 @@
2020
"lodash": "4.17.20"
2121
},
2222
"devDependencies": {
23-
"@xml-tools/parser": "^1.0.8"
23+
"@xml-tools/parser": "^1.0.9"
2424
},
2525
"scripts": {
2626
"ci": "npm-run-all clean type-check coverage:*",

packages/content-assist/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.9](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2021-01-20)
7+
8+
### Bug Fixes
9+
10+
- missing lib folder in npm packages ([ffed3c2](https://github.com/sap/xml-tools/commit/ffed3c2c54c70aea8b9ded0d53786382bc190cc5))
11+
612
## [3.1.8](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2021-01-20)
713

814
**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.8",
3+
"version": "3.1.9",
44
"description": "XML Content Assist APIs",
55
"keywords": [
66
"xml",
@@ -18,8 +18,8 @@
1818
"api.d.ts"
1919
],
2020
"dependencies": {
21-
"@xml-tools/common": "^0.1.3",
22-
"@xml-tools/parser": "^1.0.8",
21+
"@xml-tools/common": "^0.1.4",
22+
"@xml-tools/parser": "^1.0.9",
2323
"lodash": "4.17.20"
2424
},
2525
"scripts": {

packages/language-server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.12](https://github.com/SAP/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2021-01-20)
7+
8+
### Bug Fixes
9+
10+
- missing lib folder in npm packages ([ffed3c2](https://github.com/SAP/xml-tools/commit/ffed3c2c54c70aea8b9ded0d53786382bc190cc5))
11+
612
## [1.0.11](https://github.com/SAP/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2021-01-20)
713

814
**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.11",
3+
"version": "1.0.12",
44
"description": "XML language server",
55
"keywords": [
66
"LSP",
@@ -25,7 +25,7 @@
2525
"node": ">=10.0.0"
2626
},
2727
"dependencies": {
28-
"@xml-tools/parser": "^1.0.8",
28+
"@xml-tools/parser": "^1.0.9",
2929
"lodash": "4.17.20",
3030
"vscode-languageserver": "7.0.0",
3131
"vscode-languageserver-textdocument": "1.0.1"

0 commit comments

Comments
 (0)