Skip to content

Commit

Permalink
release v14
Browse files Browse the repository at this point in the history
  • Loading branch information
MaaxGr committed Nov 25, 2022
1 parent bd4f910 commit 8620400
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions projects/ang-jsoneditor/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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": {
Expand Down

0 comments on commit 8620400

Please sign in to comment.