Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
akollegger committed Dec 8, 2020
1 parent cff557c commit 4968a0a
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.2",
"version": "0.3.3",
"packages": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/gram-identity/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/gram-identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"neo4j",
"gram"
],
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,7 +50,7 @@
"trailingComma": "es5"
},
"devDependencies": {
"@gram-data/gram-parse": "^0.3.2",
"@gram-data/gram-parse": "^0.3.3",
"@types/jest": "^26.0.15",
"@types/shortid": "^0.0.29",
"@types/unist": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/gram-lint/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/gram-lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"neo4j",
"gram"
],
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,7 +50,7 @@
"module": "dist/gram-lint.esm.js",
"devDependencies": {
"@gram-data/gram-ast": "^0.3.2",
"@gram-data/gram-identity": "^0.3.2",
"@gram-data/gram-identity": "^0.3.3",
"@types/jest": "^26.0.15",
"husky": "^4.3.0",
"npm-check-updates": "^10.2.2",
Expand All @@ -63,8 +63,8 @@
"typescript": "^4.1.2"
},
"dependencies": {
"@gram-data/gram-parse": "^0.3.2",
"@gram-data/gram-stringify": "^0.3.2",
"@gram-data/gram-parse": "^0.3.3",
"@gram-data/gram-stringify": "^0.3.3",
"unified": "^9.2.0",
"unified-args": "^8.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gram-parse/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/gram-parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"gram",
"unified"
],
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",
"author": "Andreas Kollegger",
"repository": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"trailingComma": "es5"
},
"devDependencies": {
"@gram-data/gram-stringify": "^0.3.2",
"@gram-data/gram-stringify": "^0.3.3",
"@types/jest": "^26.0.15",
"@types/moo": "^0.5.3",
"@types/nearley": "^2.11.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/gram-preset-basic/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/gram-preset-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gram-data/gram-preset-basic",
"version": "0.3.2",
"version": "0.3.3",
"description": "Gram preset to produce a usable graph model. Parse, add missing identities, transform text to js values. ",
"keywords": [
"gram",
Expand Down Expand Up @@ -45,8 +45,8 @@
"unist-util-visit": "^2.0.3"
},
"dependencies": {
"@gram-data/gram-identity": "^0.3.2",
"@gram-data/gram-parse": "^0.3.2",
"@gram-data/gram-value": "^0.3.2"
"@gram-data/gram-identity": "^0.3.3",
"@gram-data/gram-parse": "^0.3.3",
"@gram-data/gram-value": "^0.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/gram-stringify/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/gram-stringify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"gram",
"unified"
],
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/gram-value/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/gram-value/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"neo4j",
"gram"
],
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,7 +51,7 @@
"author": "Andreas Kollegger",
"devDependencies": {
"@gram-data/gram-builder": "^0.3.2",
"@gram-data/gram-parse": "^0.3.2",
"@gram-data/gram-parse": "^0.3.3",
"@types/jest": "^26.0.16",
"@types/unist": "^2.0.3",
"@typescript-eslint/parser": "^4.9.0",
Expand Down

0 comments on commit 4968a0a

Please sign in to comment.