Skip to content

Commit

Permalink
Release field-module-tasks@2.0.0-alpha.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaehring committed Mar 24, 2022
1 parent dfa6bd2 commit 5063530
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/farm-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "farm-ui",
"version": "1.0.0",
"version": "2.0.0-alpha.1",
"description": "",
"main": "src/index.js",
"devDependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion packages/field-kit-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "field-kit-utils",
"version": "1.0.0",
"version": "2.0.0-alpha.1",
"description": "Utilities and constants for working with farmOS Field Kit and Field Modules.",
"main": "constants.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/field-module-tasks/package.json
@@ -1,6 +1,6 @@
{
"name": "field-module-tasks",
"version": "1.0.0",
"version": "2.0.0-alpha.1",
"description": "View, update and create farmOS logs for your assigned farm tasks.",
"main": "module.config.js",
"type": "module",
Expand All @@ -17,7 +17,7 @@
"author": "Jamie Gaehring <gaehj457@gmail.com> (https://jgaehring.com)",
"license": "GPL-3.0-or-later",
"devDependencies": {
"field-scripts": "1.0.0"
"field-scripts": "2.0.0-alpha.1"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/field-scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "field-scripts",
"version": "1.0.0",
"version": "2.0.0-alpha.1",
"description": "Node scripts for farmOS Field Kit and Field Modules.",
"bin": {
"field-scripts": "bin/field-scripts.js"
Expand All @@ -19,7 +19,7 @@
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@vitejs/plugin-vue": "^2.2.2",
"field-kit": "2.0.0-alpha.6",
"field-kit-utils": "^1.0.0",
"field-kit-utils": "2.0.0-alpha.1",
"js-yaml": "^4.1.0",
"ramda": "^0.28.0",
"vite": "^2.8.4",
Expand Down

0 comments on commit 5063530

Please sign in to comment.