Skip to content

Commit

Permalink
feat: Remove unnecessary exclamation mark in ion-toolbar color attrib…
Browse files Browse the repository at this point in the history
…ute, update migrations.json to version 17.3.0 with new descriptions and packages and update package.json to latest versions for Angular, Maskito, Appwrite, Angular Devkit, Angular ESLint, Angular CLI, NX, Cypress, Jest, JS, Storybook, Web, Workspace, Schematics, Storybook addons, SWC, TypeScript, ESLint, ng-packagr, and PostCSS
  • Loading branch information
silicia-apps committed Mar 25, 2024
1 parent 43cedb9 commit 1de9864
Show file tree
Hide file tree
Showing 4 changed files with 3,780 additions and 5,985 deletions.
2 changes: 1 addition & 1 deletion libs/core/src/lib/components/page/page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[translucent]="true"
class="ion-no-border"
>
<ion-toolbar [color]="this.sioCorePagesComponentState.entities![this.id!]?.color!">
<ion-toolbar [color]="this.sioCorePagesComponentState.entities![this.id!]?.color">
<ion-buttons slot="start">
<ng-container>
<ion-menu-button menu="start"></ion-menu-button>
Expand Down
29 changes: 5 additions & 24 deletions migrations.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,11 @@
{
"migrations": [
{
"version": "18.1.0-beta.3",
"description": "Moves affected.defaultBase to defaultBase in `nx.json`",
"implementation": "./src/migrations/update-17-2-0/move-default-base",
"package": "nx",
"name": "move-default-base-to-nx-json-root"
},
{
"cli": "nx",
"version": "18.1.0-beta.1",
"requires": {
"@angular/core": ">=17.2.0"
},
"description": "Update the @angular/cli package version to ~17.2.0.",
"factory": "./src/migrations/update-18-1-0/update-angular-cli",
"package": "@nx/angular",
"name": "update-angular-cli-version-17-2-0"
},
{
"cli": "nx",
"version": "18.1.0-beta.3",
"description": "Update to Cypress ^13.6.6 if the workspace is using Cypress v13 to ensure workspaces don't use v13.6.5 which has an issue when verifying Cypress.",
"implementation": "./src/migrations/update-18-1-0/update-cypress-version-13-6-6",
"package": "@nx/cypress",
"name": "update-cypress-version-13-6-6"
"version": "17.3.0",
"description": "Updates two-way bindings that have an invalid expression to use the longform expression instead.",
"factory": "./migrations/invalid-two-way-bindings/bundle",
"package": "@angular/core",
"name": "invalid-two-way-bindings"
}
]
}
Loading

0 comments on commit 1de9864

Please sign in to comment.