This commit is contained in:
github-actions
2022-04-08 13:25:35 +00:00
parent fb994fa9a7
commit d0f7b8f443
25 changed files with 100 additions and 22 deletions

View File

@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.0.16](https://github.com/ionic-team/ionic/compare/v6.0.15...v6.0.16) (2022-04-08)
### Bug Fixes
* **angular:** button components now route correctly without reload ([#25071](https://github.com/ionic-team/ionic/issues/25071)) ([fb994fa](https://github.com/ionic-team/ionic/commit/fb994fa9a7721a3575fb8d123be34aea4bf076a4))
## [6.0.15](https://github.com/ionic-team/ionic/compare/v6.0.14...v6.0.15) (2022-04-06)

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "6.0.15",
"version": "6.0.16",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "6.0.15",
"version": "6.0.16",
"description": "Angular specific wrappers for @ionic/core",
"keywords": [
"ionic",
@ -44,7 +44,7 @@
"validate": "npm i && npm run lint && npm run test && npm run build"
},
"dependencies": {
"@ionic/core": "^6.0.15",
"@ionic/core": "^6.0.16",
"jsonc-parser": "^3.0.0",
"tslib": "^2.0.0"
},