Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Nov 19, 2020
1 parent 92a6b97 commit 1d6eb20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openeo/web-editor",
"version": "0.5.1",
"version": "0.5.2",
"apiVersions": [
"1.0.0-rc.2",
"1.0.0"
Expand Down
1 change: 0 additions & 1 deletion src/store/userProcesses.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import storeFactory from './storeFactory';
import Utils from '../utils';
import { Process } from '../components/blocks/processSchema.js';
import Vue from 'vue';
import { Formula } from '@openeo/js-client';

export default storeFactory({
Expand Down

0 comments on commit 1d6eb20

Please sign in to comment.