@lionweb/core 0.7.1 → 0.7.2-beta.1

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 +3 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Changelog
2
2
 
3
- ## 0.7.0
3
+ ## 0.7.1
4
+
5
+ (The 0.7.0 release was deprecated because its `validation` package was faulty.)
4
6
 
5
7
  * Fix [bug #203](https://github.com/LionWeb-io/lionweb-typescript/issues/203).
6
8
  * (Fix that running setup on the test package for a second time fails.)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lionweb/core",
3
- "version": "0.7.1",
3
+ "version": "0.7.2-beta.1",
4
4
  "description": "LionWeb core for {Java|Type}Script",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -27,7 +27,7 @@
27
27
  "release": "npm publish"
28
28
  },
29
29
  "dependencies": {
30
- "@lionweb/json": "0.7.1",
31
- "@lionweb/ts-utils": "0.7.1"
30
+ "@lionweb/json": "0.7.2-beta.1",
31
+ "@lionweb/ts-utils": "0.7.2-beta.1"
32
32
  }
33
33
  }