From d6012257a8737044fd99dff7a8e86d099018197c Mon Sep 17 00:00:00 2001 From: ionitron Date: Fri, 16 Jun 2023 06:08:33 +0000 Subject: [PATCH] v7.0.15-nightly.20230616 --- CHANGELOG.md | 8 ++++++++ angular/CHANGELOG.md | 8 ++++++++ angular/package-lock.json | 6 +++--- angular/package.json | 4 ++-- core/CHANGELOG.md | 8 ++++++++ core/package-lock.json | 4 ++-- core/package.json | 2 +- docs/CHANGELOG.md | 8 ++++++++ docs/package-lock.json | 4 ++-- docs/package.json | 2 +- lerna.json | 2 +- packages/angular-server/CHANGELOG.md | 8 ++++++++ packages/angular-server/package-lock.json | 6 +++--- packages/angular-server/package.json | 4 ++-- packages/react-router/CHANGELOG.md | 8 ++++++++ packages/react-router/package-lock.json | 6 +++--- packages/react-router/package.json | 4 ++-- packages/react/CHANGELOG.md | 8 ++++++++ packages/react/package-lock.json | 6 +++--- packages/react/package.json | 4 ++-- packages/vue-router/CHANGELOG.md | 8 ++++++++ packages/vue-router/package-lock.json | 6 +++--- packages/vue-router/package.json | 4 ++-- packages/vue/CHANGELOG.md | 8 ++++++++ packages/vue/package-lock.json | 6 +++--- packages/vue/package.json | 4 ++-- 26 files changed, 109 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1dc4bd7d1..480adee03c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.15-nightly.20230616](https://github.com/ionic-team/ionic-framework/compare/v7.0.14...v7.0.15-nightly.20230616) (2023-06-16) + +**Note:** Version bump only for package ionic-framework + + + + + ## [7.0.14](https://github.com/ionic-team/ionic-framework/compare/v7.0.13...v7.0.14) (2023-06-15) diff --git a/angular/CHANGELOG.md b/angular/CHANGELOG.md index 9caf4789f6..b1c6fafb34 100644 --- a/angular/CHANGELOG.md +++ b/angular/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.15-nightly.20230616](https://github.com/ionic-team/ionic-framework/compare/v7.0.14...v7.0.15-nightly.20230616) (2023-06-16) + +**Note:** Version bump only for package @ionic/angular + + + + + ## [7.0.14](https://github.com/ionic-team/ionic-framework/compare/v7.0.13...v7.0.14) (2023-06-15) **Note:** Version bump only for package @ionic/angular diff --git a/angular/package-lock.json b/angular/package-lock.json index b30b44c266..c79000447e 100644 --- a/angular/package-lock.json +++ b/angular/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/angular", - "version": "7.0.14", + "version": "7.0.15-nightly.20230616", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular", - "version": "7.0.14", + "version": "7.0.15-nightly.20230616", "license": "MIT", "dependencies": { - "@ionic/core": "^7.0.14", + "@ionic/core": "^7.0.15-nightly.20230616", "ionicons": "^7.0.0", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" diff --git a/angular/package.json b/angular/package.json index 222f6f34ea..7b37465bd9 100644 --- a/angular/package.json +++ b/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "7.0.14", + "version": "7.0.15-nightly.20230616", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", @@ -47,7 +47,7 @@ } }, "dependencies": { - "@ionic/core": "^7.0.14", + "@ionic/core": "^7.0.15-nightly.20230616", "ionicons": "^7.0.0", "jsonc-parser": "^3.0.0", "tslib": "^2.3.0" diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 7f8da3069c..dcdcc8de2f 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.15-nightly.20230616](https://github.com/ionic-team/ionic-framework/compare/v7.0.14...v7.0.15-nightly.20230616) (2023-06-16) + +**Note:** Version bump only for package @ionic/core + + + + + ## [7.0.14](https://github.com/ionic-team/ionic-framework/compare/v7.0.13...v7.0.14) (2023-06-15) diff --git a/core/package-lock.json b/core/package-lock.json index 752f795921..2c8356436e 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/core", - "version": "7.0.14", + "version": "7.0.15-nightly.20230616", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/core", - "version": "7.0.14", + "version": "7.0.15-nightly.20230616", "license": "MIT", "dependencies": { "@stencil/core": "^3.4.0", diff --git a/core/package.json b/core/package.json index 5a30b3663c..64a4c8298d 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "7.0.14", + "version": "7.0.15-nightly.20230616", "description": "Base components for Ionic", "keywords": [ "ionic", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 71e3536dab..1d5e0cad78 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.15-nightly.20230616](https://github.com/ionic-team/ionic-framework/compare/v7.0.14...v7.0.15-nightly.20230616) (2023-06-16) + +**Note:** Version bump only for package @ionic/docs + + + + + ## [7.0.14](https://github.com/ionic-team/ionic-framework/compare/v7.0.13...v7.0.14) (2023-06-15) **Note:** Version bump only for package @ionic/docs diff --git a/docs/package-lock.json b/docs/package-lock.json index 6d7fbb9dce..0bcf03bb24 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/docs", - "version": "7.0.14", + "version": "7.0.15-nightly.20230616", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/docs", - "version": "7.0.14", + "version": "7.0.15-nightly.20230616", "license": "MIT" } } diff --git a/docs/package.json b/docs/package.json index ac5d8801fa..7b64828912 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/docs", - "version": "7.0.14", + "version": "7.0.15-nightly.20230616", "description": "Pre-packaged API documentation for the Ionic docs.", "main": "core.json", "types": "core.d.ts", diff --git a/lerna.json b/lerna.json index 15c4dc6d9e..69e9ffc3b7 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ "angular", "packages/*" ], - "version": "7.0.14" + "version": "7.0.15-nightly.20230616" } diff --git a/packages/angular-server/CHANGELOG.md b/packages/angular-server/CHANGELOG.md index 73b01b3f60..50fdfa7a36 100644 --- a/packages/angular-server/CHANGELOG.md +++ b/packages/angular-server/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.15-nightly.20230616](https://github.com/ionic-team/ionic-framework/compare/v7.0.14...v7.0.15-nightly.20230616) (2023-06-16) + +**Note:** Version bump only for package @ionic/angular-server + + + + + ## [7.0.14](https://github.com/ionic-team/ionic-framework/compare/v7.0.13...v7.0.14) (2023-06-15) **Note:** Version bump only for package @ionic/angular-server diff --git a/packages/angular-server/package-lock.json b/packages/angular-server/package-lock.json index 6415217b2e..40775483f4 100644 --- a/packages/angular-server/package-lock.json +++ b/packages/angular-server/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/angular-server", - "version": "7.0.14", + "version": "7.0.15-nightly.20230616", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular-server", - "version": "7.0.14", + "version": "7.0.15-nightly.20230616", "license": "MIT", "dependencies": { - "@ionic/core": "^7.0.14" + "@ionic/core": "^7.0.15-nightly.20230616" }, "devDependencies": { "@angular-eslint/eslint-plugin": "^14.0.0", diff --git a/packages/angular-server/package.json b/packages/angular-server/package.json index 537cdd9b66..356ea56e79 100644 --- a/packages/angular-server/package.json +++ b/packages/angular-server/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular-server", - "version": "7.0.14", + "version": "7.0.15-nightly.20230616", "description": "Angular SSR Module for Ionic", "keywords": [ "ionic", @@ -61,6 +61,6 @@ }, "prettier": "@ionic/prettier-config", "dependencies": { - "@ionic/core": "^7.0.14" + "@ionic/core": "^7.0.15-nightly.20230616" } } diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index 6e8e57473f..a7d35a298c 100644 --- a/packages/react-router/CHANGELOG.md +++ b/packages/react-router/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.15-nightly.20230616](https://github.com/ionic-team/ionic-framework/compare/v7.0.14...v7.0.15-nightly.20230616) (2023-06-16) + +**Note:** Version bump only for package @ionic/react-router + + + + + ## [7.0.14](https://github.com/ionic-team/ionic-framework/compare/v7.0.13...v7.0.14) (2023-06-15) **Note:** Version bump only for package @ionic/react-router diff --git a/packages/react-router/package-lock.json b/packages/react-router/package-lock.json index c9cdb98d9b..e0643743e3 100644 --- a/packages/react-router/package-lock.json +++ b/packages/react-router/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/react-router", - "version": "7.0.14", + "version": "7.0.15-nightly.20230616", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react-router", - "version": "7.0.14", + "version": "7.0.15-nightly.20230616", "license": "MIT", "dependencies": { - "@ionic/react": "^7.0.14", + "@ionic/react": "^7.0.15-nightly.20230616", "tslib": "*" }, "devDependencies": { diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 0af5f6eac3..211ed40dd1 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react-router", - "version": "7.0.14", + "version": "7.0.15-nightly.20230616", "description": "React Router wrapper for @ionic/react", "keywords": [ "ionic", @@ -37,7 +37,7 @@ "dist/" ], "dependencies": { - "@ionic/react": "^7.0.14", + "@ionic/react": "^7.0.15-nightly.20230616", "tslib": "*" }, "peerDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index fe4dad8adb..22f7bb7ae0 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.15-nightly.20230616](https://github.com/ionic-team/ionic-framework/compare/v7.0.14...v7.0.15-nightly.20230616) (2023-06-16) + +**Note:** Version bump only for package @ionic/react + + + + + ## [7.0.14](https://github.com/ionic-team/ionic-framework/compare/v7.0.13...v7.0.14) (2023-06-15) **Note:** Version bump only for package @ionic/react diff --git a/packages/react/package-lock.json b/packages/react/package-lock.json index cb8652058e..d89617a515 100644 --- a/packages/react/package-lock.json +++ b/packages/react/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/react", - "version": "7.0.14", + "version": "7.0.15-nightly.20230616", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react", - "version": "7.0.14", + "version": "7.0.15-nightly.20230616", "license": "MIT", "dependencies": { - "@ionic/core": "^7.0.14", + "@ionic/core": "^7.0.15-nightly.20230616", "ionicons": "^7.0.0", "tslib": "*" }, diff --git a/packages/react/package.json b/packages/react/package.json index 67a5aa27da..a319591ecd 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react", - "version": "7.0.14", + "version": "7.0.15-nightly.20230616", "description": "React specific wrapper for @ionic/core", "keywords": [ "ionic", @@ -41,7 +41,7 @@ "css/" ], "dependencies": { - "@ionic/core": "^7.0.14", + "@ionic/core": "^7.0.15-nightly.20230616", "ionicons": "^7.0.0", "tslib": "*" }, diff --git a/packages/vue-router/CHANGELOG.md b/packages/vue-router/CHANGELOG.md index 0caca65213..dd9626ea22 100644 --- a/packages/vue-router/CHANGELOG.md +++ b/packages/vue-router/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.15-nightly.20230616](https://github.com/ionic-team/ionic-framework/compare/v7.0.14...v7.0.15-nightly.20230616) (2023-06-16) + +**Note:** Version bump only for package @ionic/vue-router + + + + + ## [7.0.14](https://github.com/ionic-team/ionic-framework/compare/v7.0.13...v7.0.14) (2023-06-15) **Note:** Version bump only for package @ionic/vue-router diff --git a/packages/vue-router/package-lock.json b/packages/vue-router/package-lock.json index 60f7b71d4d..a5895a78fe 100644 --- a/packages/vue-router/package-lock.json +++ b/packages/vue-router/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/vue-router", - "version": "7.0.14", + "version": "7.0.15-nightly.20230616", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue-router", - "version": "7.0.14", + "version": "7.0.15-nightly.20230616", "license": "MIT", "dependencies": { - "@ionic/vue": "^7.0.14" + "@ionic/vue": "^7.0.15-nightly.20230616" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", diff --git a/packages/vue-router/package.json b/packages/vue-router/package.json index 288143f61e..9fe1638927 100644 --- a/packages/vue-router/package.json +++ b/packages/vue-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue-router", - "version": "7.0.14", + "version": "7.0.15-nightly.20230616", "description": "Vue Router integration for @ionic/vue", "scripts": { "test.spec": "jest", @@ -45,7 +45,7 @@ }, "homepage": "https://github.com/ionic-team/ionic#readme", "dependencies": { - "@ionic/vue": "^7.0.14" + "@ionic/vue": "^7.0.15-nightly.20230616" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 0f41e90a6b..c44db3ece0 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.0.15-nightly.20230616](https://github.com/ionic-team/ionic-framework/compare/v7.0.14...v7.0.15-nightly.20230616) (2023-06-16) + +**Note:** Version bump only for package @ionic/vue + + + + + ## [7.0.14](https://github.com/ionic-team/ionic-framework/compare/v7.0.13...v7.0.14) (2023-06-15) **Note:** Version bump only for package @ionic/vue diff --git a/packages/vue/package-lock.json b/packages/vue/package-lock.json index e75394664f..ce796076e9 100644 --- a/packages/vue/package-lock.json +++ b/packages/vue/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/vue", - "version": "7.0.14", + "version": "7.0.15-nightly.20230616", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue", - "version": "7.0.14", + "version": "7.0.15-nightly.20230616", "license": "MIT", "dependencies": { - "@ionic/core": "^7.0.14", + "@ionic/core": "^7.0.15-nightly.20230616", "ionicons": "^7.0.0" }, "devDependencies": { diff --git a/packages/vue/package.json b/packages/vue/package.json index e13b489771..b1cb78b694 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue", - "version": "7.0.14", + "version": "7.0.15-nightly.20230616", "description": "Vue specific wrapper for @ionic/core", "scripts": { "eslint": "eslint src", @@ -66,7 +66,7 @@ "vue-router": "^4.0.16" }, "dependencies": { - "@ionic/core": "^7.0.14", + "@ionic/core": "^7.0.15-nightly.20230616", "ionicons": "^7.0.0" }, "vetur": {