Skip to content

Commit

Permalink
chore: release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed Aug 21, 2024
1 parent 071134c commit cd8ff2e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ JSON powered GUI for configurable panels.

## Compatibility

| Angular | @acrodata/gui |
| -------- | ------------- |
| >=17.0.0 | 1.x |
| >=16.0.0 | 0.x |
| Angular | @acrodata/gui | Theming |
| -------- | ------------- | ------- |
| >=18.0.0 | 2.x | M2, M3 |
| >=17.0.0 | 1.x | M2 |
| >=16.0.0 | 0.x | M2 |

## Installation

Expand All @@ -35,7 +36,7 @@ Define a theme with Angular Material's theming system. [More about theming](http

@include mat.core();

$theme: mat.define-light-theme(...);
$theme: mat.define-theme(...);

@include gui.all-control-themes($theme);
```
Expand Down
14 changes: 7 additions & 7 deletions projects/gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acrodata/gui",
"version": "1.1.1",
"version": "2.0.0",
"description": "JSON powered GUI for configurable panels.",
"publishConfig": {
"access": "public"
Expand All @@ -24,12 +24,12 @@
}
},
"peerDependencies": {
"@angular/cdk": ">=17.0.0",
"@angular/common": ">=17.0.0",
"@angular/core": ">=17.0.0",
"@angular/forms": ">=17.0.0",
"@angular/material": ">=17.0.0",
"@ng-matero/extensions": ">=17.0.0"
"@angular/cdk": ">=18.0.0",
"@angular/common": ">=18.0.0",
"@angular/core": ">=18.0.0",
"@angular/forms": ">=18.0.0",
"@angular/material": ">=18.0.0",
"@ng-matero/extensions": ">=18.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit cd8ff2e

Please sign in to comment.