v8.0.0-rc.1

This commit is contained in:
ionitron
2024-04-10 14:11:56 +00:00
parent 8ee5790d1f
commit ea8e220861
25 changed files with 701 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/angular-server",
"version": "8.0.0-rc.0",
"version": "8.0.0-rc.1",
"description": "Angular SSR Module for Ionic",
"keywords": [
"ionic",
@@ -62,6 +62,6 @@
},
"prettier": "@ionic/prettier-config",
"dependencies": {
"@ionic/core": "8.0.0-rc.0"
"@ionic/core": "^8.0.0-rc.1"
}
}