Skip to content

Commit

Permalink
chore(release): 5.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.2](v5.0.1...v5.0.2) (2020-06-28)

### Bug Fixes

* package.json & .snyk to reduce vulnerabilities ([d0abbe0](d0abbe0))
  • Loading branch information
semantic-release-bot committed Jun 28, 2020
1 parent 2c12c4a commit 43eac8b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/@postdfm/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@postdfm/ast",
"version": "5.0.1",
"version": "5.0.2",
"description": "Abstract Syntax Tree classes for postdfm",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/@postdfm/ast2dfm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@postdfm/ast2dfm",
"version": "5.0.1",
"version": "5.0.2",
"description": "Convert DFM Abstract Syntax Trees to a Delphi Form file",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,7 +15,7 @@
},
"homepage": "https://github.com/spiltcoffee/postdfm#readme",
"dependencies": {
"@postdfm/ast": "^5.0.1"
"@postdfm/ast": "^5.0.2"
},
"files": [
"/dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/@postdfm/dfm2ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@postdfm/dfm2ast",
"version": "5.0.1",
"version": "5.0.2",
"description": "Convert Delphi Form files to an Abstract Syntax Tree",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
},
"homepage": "https://github.com/spiltcoffee/postdfm#readme",
"dependencies": {
"@postdfm/ast": "^5.0.1",
"@postdfm/ast": "^5.0.2",
"nearley": "^2.19.4"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/postdfm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postdfm",
"version": "5.0.1",
"version": "5.0.2",
"description": "Provides an API for easily transforming Delphi Forms",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -26,8 +26,8 @@
},
"homepage": "https://github.com/spiltcoffee/postdfm#readme",
"dependencies": {
"@postdfm/ast2dfm": "^5.0.1",
"@postdfm/dfm2ast": "^5.0.1"
"@postdfm/ast2dfm": "^5.0.2",
"@postdfm/dfm2ast": "^5.0.2"
},
"files": [
"dist/",
Expand Down

0 comments on commit 43eac8b

Please sign in to comment.