Skip to content

Commit

Permalink
v0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
akollegger committed Nov 22, 2020
1 parent 228fb96 commit ace4089
Show file tree
Hide file tree
Showing 17 changed files with 33 additions and 33 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.2.9",
"version": "0.2.10",
"packages": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/gram-ast/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-ast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"neo4j",
"gram"
],
"version": "0.2.9",
"version": "0.2.10",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/gram-builder/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-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"neo4j",
"gram"
],
"version": "0.2.9",
"version": "0.2.10",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -66,7 +66,7 @@
"unist-util-size": "^2.0.1"
},
"dependencies": {
"@gram-data/gram-ast": "*"
"@gram-data/gram-ast": "^0.2.10"
},
"gitHead": "0f6d560e002650f6c293c0737ddc2539d78fbbff",
"publishConfig": {
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.

6 changes: 3 additions & 3 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.2.9",
"version": "0.2.10",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,7 +48,7 @@
"author": "Andreas Kollegger",
"module": "dist/gram-identity.esm.js",
"devDependencies": {
"@gram-data/gram-parse": "*",
"@gram-data/gram-parse": "^0.2.10",
"@types/jest": "^26.0.15",
"@types/shortid": "^0.0.29",
"@types/unist": "^2.0.3",
Expand All @@ -65,7 +65,7 @@
"unist-util-inspect": "^6.0.1"
},
"dependencies": {
"@gram-data/gram-ast": "*",
"@gram-data/gram-ast": "^0.2.10",
"shortid": "^2.2.16",
"unified": "^9.2.0",
"unist-util-visit": "^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.

10 changes: 5 additions & 5 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.2.9",
"version": "0.2.10",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,8 +49,8 @@
"author": "Andreas Kollegger",
"module": "dist/gram-lint.esm.js",
"devDependencies": {
"@gram-data/gram-ast": "*",
"@gram-data/gram-identity": "*",
"@gram-data/gram-ast": "^0.2.10",
"@gram-data/gram-identity": "^0.2.10",
"@types/jest": "^26.0.15",
"husky": "^4.3.0",
"npm-check-updates": "^10.2.1",
Expand All @@ -63,8 +63,8 @@
"typescript": "^4.0.5"
},
"dependencies": {
"@gram-data/gram-parse": "*",
"@gram-data/gram-stringify": "*",
"@gram-data/gram-parse": "^0.2.10",
"@gram-data/gram-stringify": "^0.2.10",
"unified": "^9.2.0",
"unified-args": "^8.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/gram-ops/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/gram-ops/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"neo4j",
"gram"
],
"version": "0.2.9",
"version": "0.2.10",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -63,8 +63,8 @@
"unist-util-inspect": "^6.0.1"
},
"dependencies": {
"@gram-data/gram-ast": "*",
"@gram-data/gram-builder": "*",
"@gram-data/gram-ast": "^0.2.10",
"@gram-data/gram-builder": "^0.2.10",
"fp-ts": "^2.8.6"
},
"publishConfig": {
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.

6 changes: 3 additions & 3 deletions packages/gram-parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"neo4j",
"gram"
],
"version": "0.2.9",
"version": "0.2.10",
"license": "MIT",
"author": "Andreas Kollegger",
"repository": {
Expand Down Expand Up @@ -71,8 +71,8 @@
"unist-util-inspect": "^6.0.1"
},
"dependencies": {
"@gram-data/gram-ast": "*",
"@gram-data/gram-builder": "*",
"@gram-data/gram-ast": "^0.2.10",
"@gram-data/gram-builder": "^0.2.10",
"moo": "^0.5.1",
"nearley": "^2.19.7",
"unified": "^9.2.0",
Expand Down
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.

8 changes: 4 additions & 4 deletions packages/gram-stringify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"neo4j",
"gram"
],
"version": "0.2.9",
"version": "0.2.10",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,8 +48,8 @@
"author": "Andreas Kollegger",
"module": "dist/gram-stringify.esm.js",
"devDependencies": {
"@gram-data/gram-builder": "*",
"@gram-data/gram-ops": "*",
"@gram-data/gram-builder": "^0.2.10",
"@gram-data/gram-ops": "^0.2.10",
"@types/jest": "^26.0.15",
"@types/unist": "^2.0.3",
"@typescript-eslint/parser": "^4.8.1",
Expand All @@ -66,7 +66,7 @@
"unist-util-inspect": "^6.0.1"
},
"dependencies": {
"@gram-data/gram-ast": "*",
"@gram-data/gram-ast": "^0.2.10",
"unified": "^9.2.0"
},
"gitHead": "0f6d560e002650f6c293c0737ddc2539d78fbbff",
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.

6 changes: 3 additions & 3 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.2.9",
"version": "0.2.10",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,7 +48,7 @@
"author": "Andreas Kollegger",
"module": "dist/gram-value.esm.js",
"devDependencies": {
"@gram-data/gram-builder": "*",
"@gram-data/gram-builder": "^0.2.10",
"@types/jest": "^26.0.15",
"@types/unist": "^2.0.3",
"@typescript-eslint/parser": "^4.8.1",
Expand All @@ -64,7 +64,7 @@
"unist-util-inspect": "^6.0.1"
},
"dependencies": {
"@gram-data/gram-ast": "*"
"@gram-data/gram-ast": "^0.2.10"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit ace4089

Please sign in to comment.