From fb09b8bcfa0a590f31dffed69778662d7884f061 Mon Sep 17 00:00:00 2001 From: ionitron Date: Tue, 20 Jun 2023 06:14:08 +0000 Subject: [PATCH] v7.0.15-nightly.20230620 --- 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..97c06930e1 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.20230620](https://github.com/ionic-team/ionic-framework/compare/v7.0.14...v7.0.15-nightly.20230620) (2023-06-20) + +**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..fe0f4c3b7b 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.20230620](https://github.com/ionic-team/ionic-framework/compare/v7.0.14...v7.0.15-nightly.20230620) (2023-06-20) + +**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..fe51390307 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.20230620", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular", - "version": "7.0.14", + "version": "7.0.15-nightly.20230620", "license": "MIT", "dependencies": { - "@ionic/core": "^7.0.14", + "@ionic/core": "^7.0.15-nightly.20230620", "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..d1737d1cd7 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.20230620", "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.20230620", "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..524c48be82 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.20230620](https://github.com/ionic-team/ionic-framework/compare/v7.0.14...v7.0.15-nightly.20230620) (2023-06-20) + +**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..453eadc3b5 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.20230620", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/core", - "version": "7.0.14", + "version": "7.0.15-nightly.20230620", "license": "MIT", "dependencies": { "@stencil/core": "^3.4.0", diff --git a/core/package.json b/core/package.json index 5a30b3663c..6dafa275d1 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.20230620", "description": "Base components for Ionic", "keywords": [ "ionic", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 71e3536dab..6185abddae 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.20230620](https://github.com/ionic-team/ionic-framework/compare/v7.0.14...v7.0.15-nightly.20230620) (2023-06-20) + +**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..bb1731b6e3 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.20230620", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/docs", - "version": "7.0.14", + "version": "7.0.15-nightly.20230620", "license": "MIT" } } diff --git a/docs/package.json b/docs/package.json index ac5d8801fa..ca36919782 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.20230620", "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..292876fe54 100644 --- a/lerna.json +++ b/lerna.json @@ -5,5 +5,5 @@ "angular", "packages/*" ], - "version": "7.0.14" + "version": "7.0.15-nightly.20230620" } diff --git a/packages/angular-server/CHANGELOG.md b/packages/angular-server/CHANGELOG.md index 73b01b3f60..162990a17b 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.20230620](https://github.com/ionic-team/ionic-framework/compare/v7.0.14...v7.0.15-nightly.20230620) (2023-06-20) + +**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..5a1a7d179a 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.20230620", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular-server", - "version": "7.0.14", + "version": "7.0.15-nightly.20230620", "license": "MIT", "dependencies": { - "@ionic/core": "^7.0.14" + "@ionic/core": "^7.0.15-nightly.20230620" }, "devDependencies": { "@angular-eslint/eslint-plugin": "^14.0.0", diff --git a/packages/angular-server/package.json b/packages/angular-server/package.json index 537cdd9b66..daa4e5ca82 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.20230620", "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.20230620" } } diff --git a/packages/react-router/CHANGELOG.md b/packages/react-router/CHANGELOG.md index 6e8e57473f..f22e2ddc67 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.20230620](https://github.com/ionic-team/ionic-framework/compare/v7.0.14...v7.0.15-nightly.20230620) (2023-06-20) + +**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..7e6af979ad 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.20230620", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react-router", - "version": "7.0.14", + "version": "7.0.15-nightly.20230620", "license": "MIT", "dependencies": { - "@ionic/react": "^7.0.14", + "@ionic/react": "^7.0.15-nightly.20230620", "tslib": "*" }, "devDependencies": { diff --git a/packages/react-router/package.json b/packages/react-router/package.json index 0af5f6eac3..485084903e 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.20230620", "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.20230620", "tslib": "*" }, "peerDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index fe4dad8adb..8534253c58 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.20230620](https://github.com/ionic-team/ionic-framework/compare/v7.0.14...v7.0.15-nightly.20230620) (2023-06-20) + +**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..07e0218129 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.20230620", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/react", - "version": "7.0.14", + "version": "7.0.15-nightly.20230620", "license": "MIT", "dependencies": { - "@ionic/core": "^7.0.14", + "@ionic/core": "^7.0.15-nightly.20230620", "ionicons": "^7.0.0", "tslib": "*" }, diff --git a/packages/react/package.json b/packages/react/package.json index 67a5aa27da..335ceca2e9 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.20230620", "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.20230620", "ionicons": "^7.0.0", "tslib": "*" }, diff --git a/packages/vue-router/CHANGELOG.md b/packages/vue-router/CHANGELOG.md index 0caca65213..0cbccc58bc 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.20230620](https://github.com/ionic-team/ionic-framework/compare/v7.0.14...v7.0.15-nightly.20230620) (2023-06-20) + +**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..a386a5cab7 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.20230620", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue-router", - "version": "7.0.14", + "version": "7.0.15-nightly.20230620", "license": "MIT", "dependencies": { - "@ionic/vue": "^7.0.14" + "@ionic/vue": "^7.0.15-nightly.20230620" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", diff --git a/packages/vue-router/package.json b/packages/vue-router/package.json index 288143f61e..f883d96022 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.20230620", "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.20230620" }, "devDependencies": { "@ionic/eslint-config": "^0.3.0", diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 0f41e90a6b..22e27689d2 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.20230620](https://github.com/ionic-team/ionic-framework/compare/v7.0.14...v7.0.15-nightly.20230620) (2023-06-20) + +**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..5120c20919 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.20230620", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue", - "version": "7.0.14", + "version": "7.0.15-nightly.20230620", "license": "MIT", "dependencies": { - "@ionic/core": "^7.0.14", + "@ionic/core": "^7.0.15-nightly.20230620", "ionicons": "^7.0.0" }, "devDependencies": { diff --git a/packages/vue/package.json b/packages/vue/package.json index e13b489771..f8729365d5 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.20230620", "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.20230620", "ionicons": "^7.0.0" }, "vetur": {