@finos/legend-extension-dsl-diagram 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @finos/legend-extension-dsl-diagram
2
2
 
3
+ ## 1.0.2
4
+
3
5
  ## 1.0.1
4
6
 
5
7
  ## 1.0.0
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-extension-dsl-diagram v1.0.1
1
+ /** @license @finos/legend-extension-dsl-diagram v1.0.2
2
2
  * Copyright (c) 2020-present, Goldman Sachs
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-extension-dsl-diagram",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Legend extension for Diagram DSL",
5
5
  "keywords": [
6
6
  "legend",
@@ -38,12 +38,12 @@
38
38
  "test:watch": "jest --watch"
39
39
  },
40
40
  "dependencies": {
41
- "@finos/legend-application": "0.2.1",
41
+ "@finos/legend-application": "0.2.2",
42
42
  "@finos/legend-art": "0.1.2",
43
- "@finos/legend-graph": "0.2.4",
43
+ "@finos/legend-graph": "0.2.5",
44
44
  "@finos/legend-model-storage": "0.0.9",
45
45
  "@finos/legend-shared": "0.0.9",
46
- "@finos/legend-studio": "2.0.1",
46
+ "@finos/legend-studio": "2.0.2",
47
47
  "@material-ui/core": "4.12.3",
48
48
  "@types/react": "17.0.36",
49
49
  "mobx": "6.3.7",