Skip to content

Commit

Permalink
chore(release): release
Browse files Browse the repository at this point in the history
 - @xml-tools/ast@0.5.0
 - @xml-tools/common@0.0.1
 - @xml-tools/content-assist@0.4.2
 - @xml-tools/simple-schema@0.0.7
 - @xml-tools/validation@0.3.8
  • Loading branch information
bd82 committed Dec 5, 2019
1 parent 92f20a2 commit 61cdcb9
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 10 deletions.
6 changes: 6 additions & 0 deletions packages/ast/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.5.0](https://github.com/sap/xml-tools/compare/@xml-tools/ast@0.4.6...@xml-tools/ast@0.5.0) (2019-12-05)

### Features

- better Handling of Open/Close Body ranges ([0751a7e](https://github.com/sap/xml-tools/commit/0751a7e))

## [0.4.6](https://github.com/sap/xml-tools/compare/@xml-tools/ast@0.4.5...@xml-tools/ast@0.4.6) (2019-12-03)

**Note:** Version bump only for package @xml-tools/ast
Expand Down
2 changes: 1 addition & 1 deletion packages/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xml-tools/ast",
"version": "0.4.6",
"version": "0.5.0",
"description": "XML Ast and Utilities",
"keywords": [
"xml",
Expand Down
8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.0.1 (2019-12-05)

**Note:** Version bump only for package @xml-tools/common
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xml-tools/common",
"version": "0.0.0",
"version": "0.0.1",
"description": "XML-Tools Common Utilities",
"keywords": [
"xml",
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.

## [0.4.2](https://github.com/sap/xml-tools/compare/@xml-tools/content-assist@0.4.1...@xml-tools/content-assist@0.4.2) (2019-12-05)

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

## [0.4.1](https://github.com/sap/xml-tools/compare/@xml-tools/content-assist@0.4.0...@xml-tools/content-assist@0.4.1) (2019-12-03)

### Bug Fixes
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": "0.4.1",
"version": "0.4.2",
"description": "XML Content Assist APIs",
"keywords": [
"xml",
Expand All @@ -12,9 +12,9 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@xml-tools/ast": "^0.4.6",
"@xml-tools/ast": "^0.5.0",
"@xml-tools/common": "^0.0.1",
"@xml-tools/parser": "^0.4.0",
"@xml-tools/common": "^0.0.0",
"lodash": "4.17.15"
},
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/simple-schema/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.0.7](https://github.com/sap/xml-tools/compare/@xml-tools/simple-schema@0.0.6...@xml-tools/simple-schema@0.0.7) (2019-12-05)

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

## [0.0.6](https://github.com/sap/xml-tools/compare/@xml-tools/simple-schema@0.0.5...@xml-tools/simple-schema@0.0.6) (2019-12-05)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 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": "0.0.6",
"version": "0.0.7",
"description": "XML Simple Schema",
"keywords": [
"xml",
Expand All @@ -12,12 +12,12 @@
"typings": "./api.d.ts",
"dependencies": {
"@xml-tools/ast": "^0.3.0",
"@xml-tools/content-assist": "^0.4.1",
"@xml-tools/content-assist": "^0.4.2",
"lodash": "4.17.15"
},
"devDependencies": {
"@xml-tools/parser": "^0.4.0",
"@xml-tools/validation": "^0.3.7"
"@xml-tools/validation": "^0.3.8"
},
"scripts": {
"ci": "npm-run-all 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.

## [0.3.8](https://github.com/sap/xml-tools/compare/@xml-tools/validation@0.3.7...@xml-tools/validation@0.3.8) (2019-12-05)

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

## [0.3.7](https://github.com/sap/xml-tools/compare/@xml-tools/validation@0.3.6...@xml-tools/validation@0.3.7) (2019-12-03)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/validation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xml-tools/validation",
"version": "0.3.7",
"version": "0.3.8",
"description": "XML validation APIs",
"keywords": [
"xml",
Expand All @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@xml-tools/ast": "^0.4.6",
"@xml-tools/ast": "^0.5.0",
"lodash": "4.17.15"
},
"devDependencies": {
Expand Down

0 comments on commit 61cdcb9

Please sign in to comment.