@lionweb/cli 0.6.13-beta.2 → 0.6.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -8
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,39 +1,52 @@
1
1
  # Changelog
2
2
 
3
- ## 0.6.13 - not yet released
3
+ ## 0.6.13
4
+
5
+ Dependencies: `@lionweb/core` and `@lionweb/utilities` version 0.6.12
6
+
7
+ (no changes)
4
8
 
5
- * (Depend on `@lionweb/core` and `@lionweb/utilities` version 0.6.12.)
6
9
 
7
10
  ## 0.6.12
8
11
 
12
+ Dependencies: `@lionweb/core` and `@lionweb/utilities` version 0.6.11
13
+
9
14
  * Separate CHANGELOG from README.
10
- * (Depend on `@lionweb/core` and `@lionweb/utilities` version 0.6.11.)
11
15
 
12
16
 
13
17
  ## 0.6.11
14
18
 
15
- * (Depend on `@lionweb/core` and `@lionweb/utilities` version 0.6.10.)
19
+ Dependencies: `@lionweb/core` and `@lionweb/utilities` version 0.6.10
20
+
21
+ (no changes)
16
22
 
17
23
 
18
24
  ## 0.6.10
19
25
 
20
- * (Depend on `@lionweb/core` and `@lionweb/utilities` version 0.6.9.)
26
+ Dependencies: `@lionweb/core` and `@lionweb/utilities` version 0.6.9
27
+
21
28
  * Use the `AggregatingSimplisticHandler` to report on language deserialization problems.
22
29
 
23
30
 
24
31
  ## 0.6.9
25
32
 
26
- * (Depend on `@lionweb/core` and `@lionweb/utilities` version 0.6.8.)
33
+ Dependencies: `@lionweb/core` and `@lionweb/utilities` version 0.6.8
34
+
35
+ (no changes)
27
36
 
28
37
 
29
38
  ## 0.6.8
30
39
 
31
- * (Depend on `@lionweb/core` and `@lionweb/utilities` version 0.6.7.)
40
+ Dependencies: `@lionweb/core` and `@lionweb/utilities` version 0.6.7
41
+
42
+ (no changes)
32
43
 
33
44
 
34
45
  ## 0.6.7
35
46
 
36
- * (Depend on `@lionweb/core` and `@lionweb/utilities` version 0.6.6.)
47
+ Dependencies: `@lionweb/core` and `@lionweb/utilities` version 0.6.6
48
+
49
+ (no changes)
37
50
 
38
51
 
39
52
  ## 0.6.6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lionweb/cli",
3
- "version": "0.6.13-beta.2",
3
+ "version": "0.6.13",
4
4
  "description": "LionWeb CLI for {Java|Type}Script",
5
5
  "bin": {
6
6
  "lionweb-cli": "./dist/lionweb-cli.js"
@@ -16,8 +16,8 @@
16
16
  "url": "https://github.com/LionWeb-io/lionweb-typescript/issues"
17
17
  },
18
18
  "dependencies": {
19
- "@lionweb/core": "0.6.12-beta.2",
20
- "@lionweb/utilities": "0.6.12-beta.2",
19
+ "@lionweb/core": "0.6.12",
20
+ "@lionweb/utilities": "0.6.12",
21
21
  "@lionweb/validation": "0.6.3"
22
22
  },
23
23
  "scripts": {