From 862040065e3b639c25e423b4f419ec70e11a610d Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 25 Nov 2022 21:15:53 +0100 Subject: [PATCH] release v14 --- README.md | 13 +++++++------ package.json | 8 ++++---- projects/ang-jsoneditor/package.json | 6 +++--- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 589abc6..7ead777 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## About this repository This is a fork of mariohmol's [ang-jsoneditor](https://github.com/mariohmol/ang-jsoneditor) -with support for Angular 11, 12 and 13. +with support for Angular 11, 12, 13 and 14. This repository will probably become stale, when the original will be actively maintained again. @@ -25,11 +25,12 @@ You have to install it via To install this library with npm, run one of the command below: -|Compatibility| Command | Stability | -|---|-----------------------------------------|-----------| -|Angular 11| `npm install @maaxgr/ang-jsoneditor@11` | Stable | -|Angular 12| `npm install @maaxgr/ang-jsoneditor@12` | Stable | -|Angular 13| `npm install @maaxgr/ang-jsoneditor@13` | Stable | +| Compatibility | Command | Stability | +|---------------|-----------------------------------------|-----------| +| Angular 11 | `npm install @maaxgr/ang-jsoneditor@11` | Stable | +| Angular 12 | `npm install @maaxgr/ang-jsoneditor@12` | Stable | +| Angular 13 | `npm install @maaxgr/ang-jsoneditor@13` | Stable | +| Angular 14 | `npm install @maaxgr/ang-jsoneditor@14` | Stable | **WARNING:** Although versions are marked as stable, there can be still bugs because this project isn't heavily integrated in a lot of production projects diff --git a/package.json b/package.json index 696119a..f981ffb 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "angular-jsoneditor", + "name": "ang-jsoneditor", "version": "0.0.0", "scripts": { "serve:demo": "cd projects/demo && ng serve", - "build:lib": "ng build angular-jsoneditor", - "watch:lib": "ng build angular-jsoneditor --watch", - "publish": "cp README.md projects/angular-jsoneditor/ && npm run build:lib && cd dist/angular-jsoneditor && npm publish && rm README.md" + "build:lib": "ng build ang-jsoneditor", + "watch:lib": "ng build ang-jsoneditor --watch", + "publish": "cp README.md projects/ang-jsoneditor/ && npm run build:lib && cd dist/ang-jsoneditor && npm publish && rm README.md" }, "private": false, "dependencies": { diff --git a/projects/ang-jsoneditor/package.json b/projects/ang-jsoneditor/package.json index a8d613f..453f01e 100644 --- a/projects/ang-jsoneditor/package.json +++ b/projects/ang-jsoneditor/package.json @@ -1,6 +1,6 @@ { "name": "@maaxgr/ang-jsoneditor", - "version": "13.0.3", + "version": "14.0.0", "license": "MIT", "homepage": "https://github.com/MaaxGr/ang-jsoneditor", "repository": { @@ -16,8 +16,8 @@ "angular" ], "peerDependencies": { - "@angular/common": "^13.3.0", - "@angular/core": "^13.3.0", + "@angular/common": "^14", + "@angular/core": "^14", "jsoneditor": "^9.1.4" }, "dependencies": {