diff --git a/CHANGELOG.md b/CHANGELOG.md index cbb98bd5cd..deb657fe08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,96 @@ +# [6.0.0-beta.1](https://github.com/ionic-team/ionic/compare/v6.0.0-beta.0...v6.0.0-beta.1) (2021-07-01) + + +### Bug Fixes + +* **accordion:** improved reliability of accordion animations ([#23531](https://github.com/ionic-team/ionic/issues/23531)) ([6fbd60b](https://github.com/ionic-team/ionic/commit/6fbd60b0df56dc927226474a1ffa322d979c563e)), closes [#23504](https://github.com/ionic-team/ionic/issues/23504) +* **content:** add touch-action manipulation for zoom and pan ([#23534](https://github.com/ionic-team/ionic/issues/23534)) ([6ca1780](https://github.com/ionic-team/ionic/commit/6ca17805b8b1ea38d7fc16d091324da16a4193c6)), closes [#22805](https://github.com/ionic-team/ionic/issues/22805) +* **datetime:** scroll position no longer gets reset when using datetime in overlay ([#23543](https://github.com/ionic-team/ionic/issues/23543)) ([b735b58](https://github.com/ionic-team/ionic/commit/b735b587cda777ac481bb580c883d9734145f31e)) +* **input, select, textarea:** change type of placeholder prop to string only ([#23500](https://github.com/ionic-team/ionic/issues/23500)) ([f3ae431](https://github.com/ionic-team/ionic/commit/f3ae4319bb64debab304973856a33e422ac910a1)), closes [#22976](https://github.com/ionic-team/ionic/issues/22976) +* **popover:** size property now works when providing only event ([#23532](https://github.com/ionic-team/ionic/issues/23532)) ([bdc1f23](https://github.com/ionic-team/ionic/commit/bdc1f2360d7795472cc242a86eb4376d05fa0bb7)), closes [#23528](https://github.com/ionic-team/ionic/issues/23528) +* **popover:** update animation to better match MD spec ([#23541](https://github.com/ionic-team/ionic/issues/23541)) ([bdb95b7](https://github.com/ionic-team/ionic/commit/bdb95b7b6dd798cbc6d1786ae54fa95ac1dfd096)) +* **react:** export accordion and accordion group components ([#23497](https://github.com/ionic-team/ionic/issues/23497)) ([a664d42](https://github.com/ionic-team/ionic/commit/a664d4268dea8e84ab9e3b150043ac8f87fb53c7)) +* **vue:** navigating between parameterized pages now results in page transition ([#23525](https://github.com/ionic-team/ionic/issues/23525)) ([e30b17c](https://github.com/ionic-team/ionic/commit/e30b17c5bbd1af6936a8d7a98d1f7a115073e029)), closes [#22662](https://github.com/ionic-team/ionic/issues/22662) + + +### Features + +* **accordion-group:** add animated property to disable animations ([#23530](https://github.com/ionic-team/ionic/issues/23530)) ([9a60dd0](https://github.com/ionic-team/ionic/commit/9a60dd0ea7c55acf0fdd1161433e5b4ed40778f2)) +* **action-sheet, alert:** add id to AlertButton and ActionSheetButton ([#18992](https://github.com/ionic-team/ionic/issues/18992)) ([9e24a0b](https://github.com/ionic-team/ionic/commit/9e24a0b49357a3a39ca89f026ff23271a365d935)), closes [#22959](https://github.com/ionic-team/ionic/issues/22959) +* **vue:** extend useIonRouter hook for programmatic navigation with animation control ([#23499](https://github.com/ionic-team/ionic/issues/23499)) ([fc9e1b4](https://github.com/ionic-team/ionic/commit/fc9e1b4b361938e5644683c395a565be2de1eab9)), closes [#23450](https://github.com/ionic-team/ionic/issues/23450) + + +### BREAKING CHANGES + +> We recommend updating to the latest version of 5.x before trying out version 6 in order to see deprecation warnings related to your app in the developer console. + +* **input, select, textarea:** Updated the `placeholder` property on `ion-input`, `ion-textarea`, and `ion-select` to have a type of `string | undefined`. +* **vue:** The `IonRouter` type for `useIonRouter` has been renamed to `UseIonRouterResult`, and the `IonKeyboardRef` type for `useKeyboard` has been renamed to `UseKeyboardResult`. + +Please see the [BREAKING.md](./BREAKING.md#version-6x) file for a complete list of breaking changes in Framework v6. + +Looking to test out the Framework v6 beta? Check out our [v6 Beta Getting Started Guide](./BETA.md). + + + +# [6.0.0-beta.0](https://github.com/ionic-team/ionic/compare/v5.6.10...v6.0.0-beta.0) (2021-06-23) + + +### Bug Fixes + +* **accordion:** toggle icon now shows up in vue and react ([#23426](https://github.com/ionic-team/ionic/issues/23426)) ([c716617](https://github.com/ionic-team/ionic/commit/c7166179457a8e2c7e1702c5761bc6368dbd156f)) +* **datetime:** changing time emits ionChange ([#23463](https://github.com/ionic-team/ionic/issues/23463)) ([b0cce36](https://github.com/ionic-team/ionic/commit/b0cce360c83ac564e053523cc31b32d1deaeda0c)) +* **modal:** add additional padding to toolbars in iOS modal ([#23262](https://github.com/ionic-team/ionic/issues/23262)) ([a037b65](https://github.com/ionic-team/ionic/commit/a037b65aad5cfc0477322a8f36105b9009366ec2)), closes [#22778](https://github.com/ionic-team/ionic/issues/22778) +* **modal:** border radius is correctly set on card style modal ([#23461](https://github.com/ionic-team/ionic/issues/23461)) ([bccb8ad](https://github.com/ionic-team/ionic/commit/bccb8ad5fb5ec7f98a6cbfa62a403ecaca7fbdb6)) +* **modal, popover:** overlays now automatically determine if they are inline ([#23434](https://github.com/ionic-team/ionic/issues/23434)) ([8dbe8ba](https://github.com/ionic-team/ionic/commit/8dbe8ba7bc26792c5024f81cf4752f5b78317492)) +* **popover:** shadow parts now correctly added ([#23446](https://github.com/ionic-team/ionic/issues/23446)) ([e1a9613](https://github.com/ionic-team/ionic/commit/e1a96130ebab1e481e880f0f3876f421976f08d5)) +* **popover:** update prop defaults, use correct delegate ([#23340](https://github.com/ionic-team/ionic/issues/23340)) ([960778a](https://github.com/ionic-team/ionic/commit/960778a36f6eb6318cc740c4f7a255107723b8fd)) +* **searchbar:** showClearButton now defaults to 'always' for improved usability with screen readers ([#23475](https://github.com/ionic-team/ionic/issues/23475)) ([80f181d](https://github.com/ionic-team/ionic/commit/80f181d4846507ee6bd4150bb568fca9b6660428)) +* **vue:** ensure webpack does not eliminate core css ([#23465](https://github.com/ionic-team/ionic/issues/23465)) ([ee3a00f](https://github.com/ionic-team/ionic/commit/ee3a00fde61b4d1d3168d34b3d23bb97dd154154)) + + +### Code Refactoring + +* **all:** update required browser, framework, and mobile platform versions for v6 ([#23443](https://github.com/ionic-team/ionic/issues/23443)) ([c842dd8](https://github.com/ionic-team/ionic/commit/c842dd88c98888b2afab08ac5e8bc57c2a4c2fbd)) +* **angular:** remove Config.set() method ([#22918](https://github.com/ionic-team/ionic/issues/22918)) ([9e05891](https://github.com/ionic-team/ionic/commit/9e0589173607b3c0eff7794079123354c2eeaa1a)) +* **header:** removed border from last toolbar when using collapsible large title ([#22891](https://github.com/ionic-team/ionic/issues/22891)) ([c72bc5d](https://github.com/ionic-team/ionic/commit/c72bc5dbd76cd3ce622a4b3cedcb7446a2819384)), closes [#22777](https://github.com/ionic-team/ionic/issues/22777) +* **ios:** update toolbar and tabbar default background colors ([#22852](https://github.com/ionic-team/ionic/issues/22852)) ([3d615cb](https://github.com/ionic-team/ionic/commit/3d615cb3c7b233b08b9da6ac04096e16bbb60bfc)), closes [#22780](https://github.com/ionic-team/ionic/issues/22780) +* **toast:** whitespace variable now defaults to normal ([#22866](https://github.com/ionic-team/ionic/issues/22866)) ([9b78689](https://github.com/ionic-team/ionic/commit/9b786899e550c391b9395c669f9bba8f39ac98aa)) +* **vue:** drop support for "on" prefixed overlay events and bump minimum required version of vue to 3.0.6 ([#23229](https://github.com/ionic-team/ionic/issues/23229)) ([6fcb3a6](https://github.com/ionic-team/ionic/commit/6fcb3a62b1b12c5ded11179e83854592d4309bdf)) +* **vue:** remove support for child routes nested inside of tabs ([#22919](https://github.com/ionic-team/ionic/issues/22919)) ([75458ac](https://github.com/ionic-team/ionic/commit/75458ac7fb95f56a6ec460f85cf7d7720ce0c070)) + + +### Features + +* **accordion:** add accordion and accordion-group components ([#22865](https://github.com/ionic-team/ionic/issues/22865)) ([073883a](https://github.com/ionic-team/ionic/commit/073883a0987149e9f6258ca43c46f5ed4bce0dc5)), closes [#17094](https://github.com/ionic-team/ionic/issues/17094) +* **breadcrumbs:** add breadcrumbs component ([#22701](https://github.com/ionic-team/ionic/issues/22701)) ([2f6b1e4](https://github.com/ionic-team/ionic/commit/2f6b1e4eea307c6f14345704e5824378ef079acb)), closes [#22770](https://github.com/ionic-team/ionic/issues/22770) +* **datetime:** add calendar picker ([#23416](https://github.com/ionic-team/ionic/issues/23416)) ([932d3ca](https://github.com/ionic-team/ionic/commit/932d3ca62f3e3ef08acb065ce6ec46faa3811f96)), closes [#19423](https://github.com/ionic-team/ionic/issues/19423) +* **item:** add helper text, error text, counter, shape, and fill mode ([#23354](https://github.com/ionic-team/ionic/issues/23354)) ([faefe97](https://github.com/ionic-team/ionic/commit/faefe97da6a9d5beff1183d10efd0df9c4e3ebd7)), closes [#19619](https://github.com/ionic-team/ionic/issues/19619) +* **modal:** modals can now be used inline ([#23341](https://github.com/ionic-team/ionic/issues/23341)) ([3be1c3d](https://github.com/ionic-team/ionic/commit/3be1c3dcd73e6039a89b19b409e63877cda37f6e)), closes [#20117](https://github.com/ionic-team/ionic/issues/20117) [#20263](https://github.com/ionic-team/ionic/issues/20263) +* **popover:** account for ionShadowTarget elements ([#23436](https://github.com/ionic-team/ionic/issues/23436)) ([0e38d42](https://github.com/ionic-team/ionic/commit/0e38d4276110dcd94db5adc3b6aee3b5b0befc5c)) +* **popover:** add desktop support ([#23258](https://github.com/ionic-team/ionic/issues/23258)) ([a67a0fa](https://github.com/ionic-team/ionic/commit/a67a0fabb8249685bbe93ed862839e2b2e76cd5a)), closes [#21599](https://github.com/ionic-team/ionic/issues/21599) +* **popover:** popover can now be used inline ([#23231](https://github.com/ionic-team/ionic/issues/23231)) ([308fa1c](https://github.com/ionic-team/ionic/commit/308fa1c0dd054cfc2ea54d2edc99e7a4b549f6f0)) +* **slides:** add IonicSwiper modules, deprecate ion-slides, and add link to migration ([#23447](https://github.com/ionic-team/ionic/issues/23447)) ([623c84a](https://github.com/ionic-team/ionic/commit/623c84ab082668a996c654e18ffc9768f68b85dd)) +* **spinner:** add lines-sharp, lines-sharp-small, update styles for ios 14 ([#22397](https://github.com/ionic-team/ionic/issues/22397)) ([2a5b272](https://github.com/ionic-team/ionic/commit/2a5b272a329bbad1ca07705f84f0fd06e3ef32ad)) +* **vue:** add custom elements bundle ([#23458](https://github.com/ionic-team/ionic/issues/23458)) ([dc48a9f](https://github.com/ionic-team/ionic/commit/dc48a9f1a2dff8a2d644112bbe1df8b0b6811848)) + + +### BREAKING CHANGES + +* **searchbar:** The `showClearButton` property on `ion-searchbar` now defaults to `'always'`. +* **datetime:** The `ion-datetime` component has been revamped to use a new calendar style. As a result, some APIs have been removed. See https://github.com/ionic-team/ionic-framework/blob/master/BREAKING.md for more details. +* **all:** Browser, JS Framework, and mobile platform minimum required versions have been updated. +* **popover:** Converted `ion-popover` to use the Shadow DOM. +* **vue:** - Dropped support for prefixed overlay events in favor of non prefixed events (I.e. `@onDidDismiss` becomes `@didDismiss`). +- Minimum required version of Vue is now Vue v3.0.6 or newer. +* **vue:** Support for child routes nested inside of tabs has been removed to better conform to Vue Router's best practices. Additional routes should be written as sibling routes with the parent tab as the path prefix. +* **angular:** The `Config.set()` method has been removed. See https://ionicframework.com/docs/angular/config for examples on how to set config globally, per-component, and per-platform. +* **ios:** The tab bar and toolbar default background colors have been updated to better reflect the latest iOS styles. +* **header:** The last toolbar in the header with a collapsible large title no longer has a border. +* **toast:** The `--white-space` CSS Variable now defaults to `normal`. + + + ## [5.6.11](https://github.com/ionic-team/ionic/compare/v5.6.10...v5.6.11) (2021-07-01) ### Bug Fixes diff --git a/angular/package-lock.json b/angular/package-lock.json index 8c5a39cfa3..89e42bf1bc 100644 --- a/angular/package-lock.json +++ b/angular/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/angular", - "version": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular", - "version": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "license": "MIT", "dependencies": { - "@ionic/core": "5.6.10", + "@ionic/core": "6.0.0-beta.0", "tslib": "^1.9.3" }, "devDependencies": { @@ -204,11 +204,11 @@ } }, "node_modules/@ionic/core": { - "version": "5.6.10", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.10.tgz", - "integrity": "sha512-mjrfWa8ahCV8TYqJsWpop5kTyfr3NU1fYnoAhuqwZfuCLaMzYRYFPvSNoGynD4yfveZUyAfZM0NOuSquNZgfKQ==", + "version": "6.0.0-beta.0", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.0.tgz", + "integrity": "sha512-KQc0qDNcF7ustP0hTKmxqZmgfEB0r+UheEAc47K8wDZSJrjyp0Fnt7b3fT+7GAU23kEFfu5KY7leYXXQYxOl3g==", "dependencies": { - "@stencil/core": "^2.4.0", + "@stencil/core": "^2.6.0", "ionicons": "^5.5.1", "tslib": "^2.1.0" } @@ -297,9 +297,9 @@ } }, "node_modules/@stencil/core": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.5.0.tgz", - "integrity": "sha512-gpoYJEYzu5LV2hr7uPZklug3zXhEbYGKyNodPfmOOYZtO9q42l7RQ3cAnC8MzEoF4jFrfemgtevGik8sqn9ClQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.6.0.tgz", + "integrity": "sha512-QsxWayZyusnqSZrlCl81R71rA3KqFjVVQSH4E0rGN15F1GdQaFonKlHLyCOLKLig1zzC+DQkLLiUuocexuvdeQ==", "bin": { "stencil": "bin/stencil" }, @@ -5156,11 +5156,11 @@ } }, "@ionic/core": { - "version": "5.6.10", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.10.tgz", - "integrity": "sha512-mjrfWa8ahCV8TYqJsWpop5kTyfr3NU1fYnoAhuqwZfuCLaMzYRYFPvSNoGynD4yfveZUyAfZM0NOuSquNZgfKQ==", + "version": "6.0.0-beta.0", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.0.tgz", + "integrity": "sha512-KQc0qDNcF7ustP0hTKmxqZmgfEB0r+UheEAc47K8wDZSJrjyp0Fnt7b3fT+7GAU23kEFfu5KY7leYXXQYxOl3g==", "requires": { - "@stencil/core": "^2.4.0", + "@stencil/core": "^2.6.0", "ionicons": "^5.5.1", "tslib": "^2.1.0" }, @@ -5243,9 +5243,9 @@ "dev": true }, "@stencil/core": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.5.0.tgz", - "integrity": "sha512-gpoYJEYzu5LV2hr7uPZklug3zXhEbYGKyNodPfmOOYZtO9q42l7RQ3cAnC8MzEoF4jFrfemgtevGik8sqn9ClQ==" + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.6.0.tgz", + "integrity": "sha512-QsxWayZyusnqSZrlCl81R71rA3KqFjVVQSH4E0rGN15F1GdQaFonKlHLyCOLKLig1zzC+DQkLLiUuocexuvdeQ==" }, "@szmarczak/http-timer": { "version": "1.1.2", diff --git a/angular/package.json b/angular/package.json index 7cb965b0b5..37ec5f774d 100644 --- a/angular/package.json +++ b/angular/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular", - "version": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "description": "Angular specific wrappers for @ionic/core", "keywords": [ "ionic", @@ -42,7 +42,7 @@ "validate": "npm i && npm run lint && npm run test && npm run build" }, "dependencies": { - "@ionic/core": "6.0.0-beta.0", + "@ionic/core": "6.0.0-beta.1", "tslib": "^1.9.3" }, "peerDependencies": { diff --git a/core/package-lock.json b/core/package-lock.json index 51ee1f368c..4e6dd67dc1 100644 --- a/core/package-lock.json +++ b/core/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/core", - "version": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/core", - "version": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "license": "MIT", "dependencies": { "@stencil/core": "^2.6.0", diff --git a/core/package.json b/core/package.json index f25d273312..56eaba4c78 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/core", - "version": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "description": "Base components for Ionic", "keywords": [ "ionic", diff --git a/docs/package.json b/docs/package.json index 27a26be09a..6a20442d86 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/docs", - "version": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "description": "Pre-packaged API documentation for the Ionic docs.", "main": "core.json", "types": "core.d.ts", diff --git a/packages/angular-server/package-lock.json b/packages/angular-server/package-lock.json index 5955707acb..10bf83d73d 100644 --- a/packages/angular-server/package-lock.json +++ b/packages/angular-server/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/angular-server", - "version": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/angular-server", - "version": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "license": "MIT", "devDependencies": { "@angular/animations": "8.2.13", @@ -16,7 +16,7 @@ "@angular/core": "8.2.13", "@angular/platform-browser": "8.2.13", "@angular/platform-server": "8.2.13", - "@ionic/core": "5.6.10", + "@ionic/core": "6.0.0-beta.0", "ng-packagr": "5.7.1", "tslint": "^5.12.1", "tslint-ionic-rules": "0.0.21", @@ -137,12 +137,12 @@ } }, "node_modules/@ionic/core": { - "version": "5.6.10", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.10.tgz", - "integrity": "sha512-mjrfWa8ahCV8TYqJsWpop5kTyfr3NU1fYnoAhuqwZfuCLaMzYRYFPvSNoGynD4yfveZUyAfZM0NOuSquNZgfKQ==", + "version": "6.0.0-beta.0", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.0.tgz", + "integrity": "sha512-KQc0qDNcF7ustP0hTKmxqZmgfEB0r+UheEAc47K8wDZSJrjyp0Fnt7b3fT+7GAU23kEFfu5KY7leYXXQYxOl3g==", "dev": true, "dependencies": { - "@stencil/core": "^2.4.0", + "@stencil/core": "^2.6.0", "ionicons": "^5.5.1", "tslib": "^2.1.0" } @@ -163,9 +163,9 @@ } }, "node_modules/@stencil/core": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.5.0.tgz", - "integrity": "sha512-gpoYJEYzu5LV2hr7uPZklug3zXhEbYGKyNodPfmOOYZtO9q42l7RQ3cAnC8MzEoF4jFrfemgtevGik8sqn9ClQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.6.0.tgz", + "integrity": "sha512-QsxWayZyusnqSZrlCl81R71rA3KqFjVVQSH4E0rGN15F1GdQaFonKlHLyCOLKLig1zzC+DQkLLiUuocexuvdeQ==", "dev": true, "bin": { "stencil": "bin/stencil" @@ -5424,12 +5424,12 @@ } }, "@ionic/core": { - "version": "5.6.10", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.10.tgz", - "integrity": "sha512-mjrfWa8ahCV8TYqJsWpop5kTyfr3NU1fYnoAhuqwZfuCLaMzYRYFPvSNoGynD4yfveZUyAfZM0NOuSquNZgfKQ==", + "version": "6.0.0-beta.0", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.0.tgz", + "integrity": "sha512-KQc0qDNcF7ustP0hTKmxqZmgfEB0r+UheEAc47K8wDZSJrjyp0Fnt7b3fT+7GAU23kEFfu5KY7leYXXQYxOl3g==", "dev": true, "requires": { - "@stencil/core": "^2.4.0", + "@stencil/core": "^2.6.0", "ionicons": "^5.5.1", "tslib": "^2.1.0" }, @@ -5449,9 +5449,9 @@ "dev": true }, "@stencil/core": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.5.0.tgz", - "integrity": "sha512-gpoYJEYzu5LV2hr7uPZklug3zXhEbYGKyNodPfmOOYZtO9q42l7RQ3cAnC8MzEoF4jFrfemgtevGik8sqn9ClQ==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.6.0.tgz", + "integrity": "sha512-QsxWayZyusnqSZrlCl81R71rA3KqFjVVQSH4E0rGN15F1GdQaFonKlHLyCOLKLig1zzC+DQkLLiUuocexuvdeQ==", "dev": true }, "@szmarczak/http-timer": { diff --git a/packages/angular-server/package.json b/packages/angular-server/package.json index 389beda223..f05c0cdd33 100644 --- a/packages/angular-server/package.json +++ b/packages/angular-server/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/angular-server", - "version": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "description": "Angular SSR Module for Ionic", "keywords": [ "ionic", @@ -49,7 +49,7 @@ "@angular/core": "8.2.13", "@angular/platform-browser": "8.2.13", "@angular/platform-server": "8.2.13", - "@ionic/core": "6.0.0-beta.0", + "@ionic/core": "6.0.0-beta.1", "ng-packagr": "5.7.1", "tslint": "^5.12.1", "tslint-ionic-rules": "0.0.21", diff --git a/packages/react-router/package.json b/packages/react-router/package.json index d39e8c33f3..5758dcd8c4 100644 --- a/packages/react-router/package.json +++ b/packages/react-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react-router", - "version": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "description": "React Router wrapper for @ionic/react", "keywords": [ "ionic", @@ -39,15 +39,15 @@ "tslib": "*" }, "peerDependencies": { - "@ionic/react": "6.0.0-beta.0", + "@ionic/react": "6.0.0-beta.1", "react": ">=16.8.6", "react-dom": ">=16.8.6", "react-router": "^5.0.1", "react-router-dom": "^5.0.1" }, "devDependencies": { - "@ionic/core": "6.0.0-beta.0", - "@ionic/react": "6.0.0-beta.0", + "@ionic/core": "6.0.0-beta.1", + "@ionic/react": "6.0.0-beta.1", "@rollup/plugin-node-resolve": "^8.1.0", "@testing-library/jest-dom": "^5.11.6", "@testing-library/react": "^11.2.2", diff --git a/packages/react/package.json b/packages/react/package.json index 81eeb41b3c..c27fdeab7d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/react", - "version": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "description": "React specific wrapper for @ionic/core", "keywords": [ "ionic", @@ -39,7 +39,7 @@ "css/" ], "dependencies": { - "@ionic/core": "6.0.0-beta.0", + "@ionic/core": "6.0.0-beta.1", "ionicons": "^5.1.2", "tslib": "*" }, diff --git a/packages/vue-router/package-lock.json b/packages/vue-router/package-lock.json index 54fed14147..268362d831 100644 --- a/packages/vue-router/package-lock.json +++ b/packages/vue-router/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ionic/vue-router", - "version": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue-router", - "version": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "license": "MIT", "devDependencies": { "@ionic/vue": "5.4.1", @@ -23,7 +23,7 @@ }, "../../core": { "name": "@ionic/core", - "version": "5.6.10", + "version": "6.0.0-beta.0", "dev": true, "license": "MIT", "dependencies": { diff --git a/packages/vue-router/package.json b/packages/vue-router/package.json index 9e2d078032..edabc5b246 100644 --- a/packages/vue-router/package.json +++ b/packages/vue-router/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue-router", - "version": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "description": "Vue Router integration for @ionic/vue", "scripts": { "test.spec": "jest", diff --git a/packages/vue/package-lock.json b/packages/vue/package-lock.json index 261427fbda..274c5addcc 100644 --- a/packages/vue/package-lock.json +++ b/packages/vue/package-lock.json @@ -1,15 +1,15 @@ { "name": "@ionic/vue", - "version": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ionic/vue", - "version": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "license": "MIT", "dependencies": { - "@ionic/core": "5.6.10", + "@ionic/core": "6.0.0-beta.0", "ionicons": "^5.1.2" }, "devDependencies": { @@ -53,19 +53,19 @@ } }, "node_modules/@ionic/core": { - "version": "5.6.10", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.10.tgz", - "integrity": "sha512-mjrfWa8ahCV8TYqJsWpop5kTyfr3NU1fYnoAhuqwZfuCLaMzYRYFPvSNoGynD4yfveZUyAfZM0NOuSquNZgfKQ==", + "version": "6.0.0-beta.0", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.0.tgz", + "integrity": "sha512-KQc0qDNcF7ustP0hTKmxqZmgfEB0r+UheEAc47K8wDZSJrjyp0Fnt7b3fT+7GAU23kEFfu5KY7leYXXQYxOl3g==", "dependencies": { - "@stencil/core": "^2.4.0", + "@stencil/core": "^2.6.0", "ionicons": "^5.5.1", "tslib": "^2.1.0" } }, "node_modules/@ionic/core/node_modules/@stencil/core": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.4.0.tgz", - "integrity": "sha512-gU6+Yyd6O0KrCSS/O6j8KKqmRo+/Dcs2fI0+APCpbAWK+nqhwDISpdnSEfGDCLMoAC08XOZCycBRk2K1VGnEcg==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.6.0.tgz", + "integrity": "sha512-QsxWayZyusnqSZrlCl81R71rA3KqFjVVQSH4E0rGN15F1GdQaFonKlHLyCOLKLig1zzC+DQkLLiUuocexuvdeQ==", "bin": { "stencil": "bin/stencil" }, @@ -633,19 +633,19 @@ } }, "@ionic/core": { - "version": "5.6.10", - "resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.6.10.tgz", - "integrity": "sha512-mjrfWa8ahCV8TYqJsWpop5kTyfr3NU1fYnoAhuqwZfuCLaMzYRYFPvSNoGynD4yfveZUyAfZM0NOuSquNZgfKQ==", + "version": "6.0.0-beta.0", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-beta.0.tgz", + "integrity": "sha512-KQc0qDNcF7ustP0hTKmxqZmgfEB0r+UheEAc47K8wDZSJrjyp0Fnt7b3fT+7GAU23kEFfu5KY7leYXXQYxOl3g==", "requires": { - "@stencil/core": "^2.4.0", + "@stencil/core": "^2.6.0", "ionicons": "^5.5.1", "tslib": "^2.1.0" }, "dependencies": { "@stencil/core": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.4.0.tgz", - "integrity": "sha512-gU6+Yyd6O0KrCSS/O6j8KKqmRo+/Dcs2fI0+APCpbAWK+nqhwDISpdnSEfGDCLMoAC08XOZCycBRk2K1VGnEcg==" + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.6.0.tgz", + "integrity": "sha512-QsxWayZyusnqSZrlCl81R71rA3KqFjVVQSH4E0rGN15F1GdQaFonKlHLyCOLKLig1zzC+DQkLLiUuocexuvdeQ==" }, "tslib": { "version": "2.2.0", diff --git a/packages/vue/package.json b/packages/vue/package.json index b791a9e7e0..6feb2b3c39 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/vue", - "version": "6.0.0-beta.0", + "version": "6.0.0-beta.1", "description": "Vue specific wrapper for @ionic/core", "scripts": { "lint": "echo add linter", @@ -57,7 +57,7 @@ "vue-router": "^4.0.0-rc.4" }, "dependencies": { - "@ionic/core": "6.0.0-beta.0", + "@ionic/core": "6.0.0-beta.1", "ionicons": "^5.1.2" }, "vetur": {