v8.0.0-rc.2

This commit is contained in:
ionitron
2024-04-17 13:27:08 +00:00
parent 4f68044f84
commit 73af759906
26 changed files with 752 additions and 37 deletions

View File

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