@jsonforms/core 3.2.0 → 3.2.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/README.md +1 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,16 +18,10 @@ The following seeds are available:
18
18
  - [Angular Seed](https://github.com/eclipsesource/jsonforms-angular-seed)
19
19
  - [Vue Seed](https://github.com/eclipsesource/jsonforms-vue-seed)
20
20
 
21
- See the official [documentation](https://jsonforms.io/) and the [Example Package](https://github.com/eclipsesource/jsonforms/blob/master/packages/examples) on how to integrate JSON Forms with your application.
21
+ See the official [documentation](https://jsonforms.io/) for more information.
22
22
 
23
23
  Check <https://www.npmjs.com/search?q=%40jsonforms> for all published JSON Forms packages.
24
24
 
25
- ## Upgrading to JSON Forms 3.0
26
-
27
- With version 3.0 of JSON Forms we removed `json-schema-ref-parser` from the core package.
28
- This change only affects users of the React variant (Vue and Angular are not affected) and even for React only a few users will need to adjust their code.
29
- To avoid issues and for more information, please have a look at our [migration guide](https://github.com/eclipsesource/jsonforms/blob/master/MIGRATION.md).
30
-
31
25
  ## License
32
26
 
33
27
  The JSON Forms project is licensed under the MIT License. See the [LICENSE file](https://github.com/eclipsesource/jsonforms/blob/master/LICENSE) for more information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsonforms/core",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Core module of JSON Forms",
5
5
  "repository": "https://github.com/eclipsesource/jsonforms",
6
6
  "bugs": "https://github.com/eclipsesource/jsonforms/issues",