Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobx1 committed May 31, 2020
1 parent 0a81bf1 commit 19fef76
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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/*"
],
"version": "0.2.3"
"version": "0.2.4"
}
2 changes: 1 addition & 1 deletion packages/of-cli/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/of-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jacobx1/of-cli",
"version": "0.2.3",
"version": "0.2.4",
"description": "Command line interface for Omnifocus",
"main": "index.js",
"private": true,
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/jacobx1/of-cli#readme",
"dependencies": {
"@jacobx1/of-sdk": "^0.2.3",
"@jacobx1/of-sdk": "^0.2.4",
"yargs": "^15.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/of-sdk/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/of-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jacobx1/of-sdk",
"version": "0.2.3",
"version": "0.2.4",
"description": "Node interface for interacting with Omnifocus",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"access": "public"
},
"devDependencies": {
"@jacobx1/of-types": "^0.2.3",
"@jacobx1/of-types": "^0.2.4",
"@types/jest": "^24.9.1",
"@types/node": "^12.12.42",
"@typescript-eslint/eslint-plugin": "^2.34.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/of-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jacobx1/of-types",
"version": "0.2.3",
"version": "0.2.4",
"description": "TypeScript definitions for Omnifocus JS automation",
"main": "build/index.js",
"scripts": {
Expand Down

0 comments on commit 19fef76

Please sign in to comment.