v6.3.3-nightly.20221025

This commit is contained in:
github-actions
2022-10-25 06:31:58 +00:00
parent 6bbb372980
commit f1a0f78038
26 changed files with 140 additions and 37 deletions

View File

@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [6.3.3-nightly.20221025](https://github.com/ionic-team/ionic/compare/v6.3.2...v6.3.3-nightly.20221025) (2022-10-25)
### Bug Fixes
* **datetime:** empty string is treated as no value ([#26131](https://github.com/ionic-team/ionic/issues/26131)) ([51ab5f6](https://github.com/ionic-team/ionic/commit/51ab5f67b50013c0ed8ca3160d6dfc56bc269f2a)), closes [#26116](https://github.com/ionic-team/ionic/issues/26116)
* **dependencies:** latest patch is installed ([#26148](https://github.com/ionic-team/ionic/issues/26148)) ([74be79e](https://github.com/ionic-team/ionic/commit/74be79e9d81fd5431ae2fc442fd6387cf37b2015)), closes [#26137](https://github.com/ionic-team/ionic/issues/26137)
## [6.3.2](https://github.com/ionic-team/ionic/compare/v6.3.1...v6.3.2) (2022-10-17)
**Note:** Version bump only for package @ionic/angular

View File

@@ -1,15 +1,15 @@
{
"name": "@ionic/angular",
"version": "6.3.2",
"version": "6.3.3-nightly.20221025",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular",
"version": "6.3.2",
"version": "6.3.3-nightly.20221025",
"license": "MIT",
"dependencies": {
"@ionic/core": "6.3.2",
"@ionic/core": "6.3.3-nightly.20221025",
"jsonc-parser": "^3.0.0",
"tslib": "^2.0.0"
},

View File

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