Skip to content

Commit

Permalink
1.88 (#156)
Browse files Browse the repository at this point in the history
* fix: Checking statistics for projects using NX with capacitor.config.json

* fix: apply configuration argument when using livereload

* chore: changelog

* chore: update to latest Angular 17
  • Loading branch information
dtarnawsky authored May 30, 2024
1 parent ecc4e1b commit add92e3
Show file tree
Hide file tree
Showing 9 changed files with 261 additions and 249 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

### Version 1.88.0

- Fix for checking statistics for projects using NX with capacitor.config.json
- Fix to apply configuration argument when using livereload

### Version 1.87.0

- Add migration to Angular 18
Expand Down
224 changes: 112 additions & 112 deletions ionic-start/package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions ionic-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"test": "ng test"
},
"dependencies": {
"@angular/animations": "^17.3.4",
"@angular/common": "^17.3.4",
"@angular/compiler": "^17.3.4",
"@angular/core": "^17.3.4",
"@angular/forms": "^17.3.4",
"@angular/platform-browser": "^17.3.4",
"@angular/platform-browser-dynamic": "^17.3.4",
"@angular/router": "^17.3.4",
"@angular/animations": "^17.3.10",
"@angular/common": "^17.3.10",
"@angular/compiler": "^17.3.10",
"@angular/core": "^17.3.10",
"@angular/forms": "^17.3.10",
"@angular/platform-browser": "^17.3.10",
"@angular/platform-browser-dynamic": "^17.3.10",
"@angular/router": "^17.3.10",
"@vscode/webview-ui-toolkit": "1.4.0",
"rxjs": "~7.5.0",
"tslib": "2.6.0",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.3",
"@angular/cli": "^17.3.3",
"@angular/compiler-cli": "^17.3.4",
"@angular-devkit/build-angular": "^17.3.8",
"@angular/cli": "^17.3.8",
"@angular/compiler-cli": "^17.3.10",
"@types/jasmine": "4.3.5",
"@types/node": "18.15.11",
"@types/vscode-webview": "1.57.5",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ionic",
"displayName": "Ionic",
"description": "Official extension for Ionic and Capacitor development",
"version": "1.87.0",
"version": "1.88.0",
"icon": "media/ionic.png",
"publisher": "Ionic",
"keywords": [
Expand Down
Loading

0 comments on commit add92e3

Please sign in to comment.