Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bd82 committed Oct 28, 2019
1 parent 98e9ef1 commit 88aed61
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": ["packages/*"],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "0.1.0"
"version": "0.2.0"
}
4 changes: 2 additions & 2 deletions packages/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xml-tools/ast",
"version": "0.1.0",
"version": "0.2.0",
"description": "XML Ast and Utilities",
"keywords": [
"xml",
Expand All @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@xml-tools/parser": "^0.1.0",
"@xml-tools/parser": "^0.2.0",
"lodash": "4.17.15"
},
"devDependencies": {
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.1.0",
"version": "0.2.0",
"description": "XML Content Assist APIs",
"keywords": [
"xml",
Expand All @@ -12,8 +12,8 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@xml-tools/ast": "^0.1.0",
"@xml-tools/parser": "^0.1.0",
"@xml-tools/ast": "^0.2.0",
"@xml-tools/parser": "^0.2.0",
"lodash": "4.17.15"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xml-tools/parser",
"version": "0.1.0",
"version": "0.2.0",
"description": "XML Parser Implemented in JavaScript",
"keywords": [
"xml",
Expand Down
6 changes: 3 additions & 3 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.0.1",
"version": "0.2.0",
"description": "XML validation APIs",
"keywords": [
"xml",
Expand All @@ -11,11 +11,11 @@
"license": "Apache-2.0",
"typings": "./api.d.ts",
"dependencies": {
"@xml-tools/ast": "0.1.0",
"@xml-tools/ast": "^0.2.0",
"lodash": "4.17.15"
},
"devDependencies": {
"@xml-tools/parser": "0.1.0"
"@xml-tools/parser": "^0.2.0"
},
"scripts": {
"ci": "npm-run-all type-check test",
Expand Down

0 comments on commit 88aed61

Please sign in to comment.