Skip to content

Commit 08c6e7b

Browse files
committed
v2.0.0-beta.18
1 parent 65a0dcd commit 08c6e7b

2 files changed

Lines changed: 11 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.0-beta.18
2+
3+
Breaking changes: `area` property omitted from `Presets.classic.setup({ area })`
4+
15
## 2.0.0-beta.17
26

37
Support Angular 16

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rete-angular-render-plugin",
3-
"version": "2.0.0-beta.17",
3+
"version": "2.0.0-beta.18",
44
"scripts": {
55
"ng": "ng",
66
"build": "npm run build:legacy && npm run build:12 && npm run build:13 && npm run build:14 && npm run build:15 && npm run build:16",
@@ -32,9 +32,9 @@
3232
"@angular/common": ">= 12 < 17",
3333
"@angular/core": ">= 12 < 17",
3434
"@angular/elements": ">= 12 < 17",
35-
"rete": "^2.0.0-beta.1",
36-
"rete-area-plugin": "^2.0.0-beta.1",
37-
"rete-render-utils": "^2.0.0-beta.1",
35+
"rete": "^2.0.0-beta.8",
36+
"rete-area-plugin": "^2.0.0-beta.10",
37+
"rete-render-utils": "^2.0.0-beta.11",
3838
"rxjs": ">=6.6.0",
3939
"tslib": "^2.3.0",
4040
"zone.js": "~0.11.4 || ~0.12.0 || ~0.13.0"
@@ -50,10 +50,10 @@
5050
"@types/estree": "^1.0.0",
5151
"@types/node": "^12.11.1",
5252
"ng-packagr": "^12.1.1",
53-
"rete": "^2.0.0-beta.1",
54-
"rete-area-plugin": "^2.0.0-beta.1",
53+
"rete": "^2.0.0-beta.8",
54+
"rete-area-plugin": "^2.0.0-beta.10",
5555
"rete-cli": "^1.0.0-beta.28",
56-
"rete-render-utils": "^2.0.0-beta.1",
56+
"rete-render-utils": "^2.0.0-beta.11",
5757
"rxjs": "~6.6.0",
5858
"tslib": "^2.3.0",
5959
"typescript": "~4.3.5",

0 commit comments

Comments
 (0)