Skip to content

Commit 8ec00c7

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] - @xml-tools/[email protected] - [email protected]
1 parent f92d8d3 commit 8ec00c7

File tree

20 files changed

+86
-28
lines changed

20 files changed

+86
-28
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.6](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2021-02-09)
7+
8+
**Note:** Version bump only for package @xml-tools/ast-position
9+
610
## [2.0.5](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2021-01-21)
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.5",
3+
"version": "2.0.6",
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.3"
20+
"@xml-tools/ast": "^5.0.4"
2121
},
2222
"devDependencies": {
23-
"@xml-tools/parser": "^1.0.9"
23+
"@xml-tools/parser": "^1.0.10"
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.4](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2021-02-09)
7+
8+
**Note:** Version bump only for package @xml-tools/ast
9+
610
## [5.0.3](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2021-01-21)
711

812
### Bug Fixes

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.3",
3+
"version": "5.0.4",
44
"description": "XML Ast and Utilities",
55
"keywords": [
66
"xml",
@@ -17,8 +17,8 @@
1717
"api.d.ts"
1818
],
1919
"dependencies": {
20-
"@xml-tools/common": "^0.1.4",
21-
"@xml-tools/parser": "^1.0.9",
20+
"@xml-tools/common": "^0.1.5",
21+
"@xml-tools/parser": "^1.0.10",
2222
"lodash": "4.17.20"
2323
},
2424
"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.5](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2021-02-09)
7+
8+
**Note:** Version bump only for package @xml-tools/common
9+
610
## [0.1.4](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2021-01-20)
711

812
### Bug Fixes

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.4",
3+
"version": "0.1.5",
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.9"
23+
"@xml-tools/parser": "^1.0.10"
2424
},
2525
"scripts": {
2626
"ci": "npm-run-all clean type-check coverage:*",

packages/constraints/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.1.0 (2021-02-09)
7+
8+
### Features
9+
10+
- well formed constraints validations ([#293](https://github.com/sap/xml-tools/issues/293)) ([8a9d535](https://github.com/sap/xml-tools/commit/8a9d535e95a52b9dfc1068d2e203b09bd08e1066)), closes [#13](https://github.com/sap/xml-tools/issues/13) [#14](https://github.com/sap/xml-tools/issues/14)

packages/constraints/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/constraints",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "XML constraints validations",
55
"keywords": [
66
"xml",
@@ -17,11 +17,11 @@
1717
"api.d.ts"
1818
],
1919
"dependencies": {
20-
"@xml-tools/validation": "^1.0.14",
20+
"@xml-tools/validation": "^1.0.15",
2121
"lodash": "4.17.20"
2222
},
2323
"devDependencies": {
24-
"@xml-tools/ast": "^5.0.3"
24+
"@xml-tools/ast": "^5.0.4"
2525
},
2626
"scripts": {
2727
"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.10](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2021-02-09)
7+
8+
**Note:** Version bump only for package @xml-tools/content-assist
9+
610
## [3.1.9](https://github.com/sap/xml-tools/compare/@xml-tools/[email protected]...@xml-tools/[email protected]) (2021-01-20)
711

812
### Bug Fixes

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.9",
3+
"version": "3.1.10",
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.4",
22-
"@xml-tools/parser": "^1.0.9",
21+
"@xml-tools/common": "^0.1.5",
22+
"@xml-tools/parser": "^1.0.10",
2323
"lodash": "4.17.20"
2424
},
2525
"scripts": {

0 commit comments

Comments
 (0)