This commit is contained in:
Liam DeBeasi
2021-12-08 14:12:34 +00:00
parent 04219fa061
commit 290d7cbab9
14 changed files with 53 additions and 45 deletions

View File

@ -1,3 +1,11 @@
# [6.0.0 Titanium](https://github.com/ionic-team/ionic/compare/v6.0.0-rc.4...v6.0.0) (2021-12-08)
Enjoy! 🚀
> We recommend updating to version `5.9.2` before updating to version `6.0.0` in order to see deprecation warnings related to your app [in the developer console](https://javascript.info/devtools).
Please see the [Ionic 6 Upgrade Guide](https://ionicframework.com/docs/next/intro/upgrading-to-ionic-6) for a step-by-step list of what you need to do to get started with Ionic 6.
# [6.0.0-rc.4](https://github.com/ionic-team/ionic/compare/v6.0.0-rc.3...v6.0.0-rc.4) (2021-12-07)

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/angular",
"version": "6.0.0-rc.4",
"version": "6.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular",
"version": "6.0.0-rc.4",
"version": "6.0.0",
"license": "MIT",
"dependencies": {
"@ionic/core": "6.0.0-rc.3",
"@ionic/core": "6.0.0-rc.4",
"jsonc-parser": "^3.0.0",
"tslib": "^2.0.0"
},
@ -1023,9 +1023,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.0.0-rc.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-rc.3.tgz",
"integrity": "sha512-qXfOteUp0JC8jSh0Dzm/Her4WYpjoBrBlPmB5grrJ0BUq2NdeBEdhv26BsGc39x+vtS3fnKLvJwDD7JMWYPqPw==",
"version": "6.0.0-rc.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-rc.4.tgz",
"integrity": "sha512-bQmF2U07/HwN9x6xquNeXQyRDWDUfLmkDV5F/foOxdQk0qd78v9x4xdX3Yr9ypsn2sxlu6U83wALYqmw6fF8Fg==",
"dependencies": {
"@stencil/core": "~2.11.0-0",
"ionicons": "^6.0.0",
@ -7951,9 +7951,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.0.0-rc.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-rc.3.tgz",
"integrity": "sha512-qXfOteUp0JC8jSh0Dzm/Her4WYpjoBrBlPmB5grrJ0BUq2NdeBEdhv26BsGc39x+vtS3fnKLvJwDD7JMWYPqPw==",
"version": "6.0.0-rc.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-rc.4.tgz",
"integrity": "sha512-bQmF2U07/HwN9x6xquNeXQyRDWDUfLmkDV5F/foOxdQk0qd78v9x4xdX3Yr9ypsn2sxlu6U83wALYqmw6fF8Fg==",
"requires": {
"@stencil/core": "~2.11.0-0",
"ionicons": "^6.0.0",

View File

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

View File

@ -1,12 +1,12 @@
{
"name": "@ionic/core",
"version": "6.0.0-rc.4",
"version": "6.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/core",
"version": "6.0.0-rc.4",
"version": "6.0.0",
"license": "MIT",
"dependencies": {
"@stencil/core": "~2.11.0-0",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/core",
"version": "6.0.0-rc.4",
"version": "6.0.0",
"description": "Base components for Ionic",
"keywords": [
"ionic",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/docs",
"version": "6.0.0-rc.4",
"version": "6.0.0",
"description": "Pre-packaged API documentation for the Ionic docs.",
"main": "core.json",
"types": "core.d.ts",

View File

@ -1,12 +1,12 @@
{
"name": "@ionic/angular-server",
"version": "6.0.0-rc.4",
"version": "6.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular-server",
"version": "6.0.0-rc.4",
"version": "6.0.0",
"license": "MIT",
"devDependencies": {
"@angular-eslint/eslint-plugin": "^12.6.1",
@ -18,7 +18,7 @@
"@angular/platform-browser": "^12.0.0",
"@angular/platform-browser-dynamic": "^12.2.10",
"@angular/platform-server": "^12.0.0",
"@ionic/core": "6.0.0-rc.3",
"@ionic/core": "6.0.0-rc.4",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.2.0",
@ -661,9 +661,9 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.0.0-rc.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-rc.3.tgz",
"integrity": "sha512-qXfOteUp0JC8jSh0Dzm/Her4WYpjoBrBlPmB5grrJ0BUq2NdeBEdhv26BsGc39x+vtS3fnKLvJwDD7JMWYPqPw==",
"version": "6.0.0-rc.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-rc.4.tgz",
"integrity": "sha512-bQmF2U07/HwN9x6xquNeXQyRDWDUfLmkDV5F/foOxdQk0qd78v9x4xdX3Yr9ypsn2sxlu6U83wALYqmw6fF8Fg==",
"dev": true,
"dependencies": {
"@stencil/core": "~2.11.0-0",
@ -6828,9 +6828,9 @@
"dev": true
},
"@ionic/core": {
"version": "6.0.0-rc.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-rc.3.tgz",
"integrity": "sha512-qXfOteUp0JC8jSh0Dzm/Her4WYpjoBrBlPmB5grrJ0BUq2NdeBEdhv26BsGc39x+vtS3fnKLvJwDD7JMWYPqPw==",
"version": "6.0.0-rc.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-rc.4.tgz",
"integrity": "sha512-bQmF2U07/HwN9x6xquNeXQyRDWDUfLmkDV5F/foOxdQk0qd78v9x4xdX3Yr9ypsn2sxlu6U83wALYqmw6fF8Fg==",
"dev": true,
"requires": {
"@stencil/core": "~2.11.0-0",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/angular-server",
"version": "6.0.0-rc.4",
"version": "6.0.0",
"description": "Angular SSR Module for Ionic",
"keywords": [
"ionic",
@ -52,7 +52,7 @@
"@angular/platform-browser": "^12.0.0",
"@angular/platform-browser-dynamic": "^12.2.10",
"@angular/platform-server": "^12.0.0",
"@ionic/core": "6.0.0-rc.4",
"@ionic/core": "6.0.0",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.2.0",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/react-router",
"version": "6.0.0-rc.4",
"version": "6.0.0",
"description": "React Router wrapper for @ionic/react",
"keywords": [
"ionic",
@ -39,14 +39,14 @@
"tslib": "*"
},
"peerDependencies": {
"@ionic/react": "6.0.0-rc.4",
"@ionic/react": "6.0.0",
"react": ">=16.8.6",
"react-dom": ">=16.8.6",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1"
},
"devDependencies": {
"@ionic/react": "6.0.0-rc.4",
"@ionic/react": "6.0.0",
"@rollup/plugin-node-resolve": "^8.1.0",
"@types/node": "^14.0.14",
"@types/react": "16.14.0",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/react",
"version": "6.0.0-rc.4",
"version": "6.0.0",
"description": "React specific wrapper for @ionic/core",
"keywords": [
"ionic",
@ -40,7 +40,7 @@
"css/"
],
"dependencies": {
"@ionic/core": "6.0.0-rc.4",
"@ionic/core": "6.0.0",
"ionicons": "^6.0.0",
"tslib": "*"
},

View File

@ -1,12 +1,12 @@
{
"name": "@ionic/vue-router",
"version": "6.0.0-rc.4",
"version": "6.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue-router",
"version": "6.0.0-rc.4",
"version": "6.0.0",
"license": "MIT",
"devDependencies": {
"@ionic/vue": "5.4.1",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue-router",
"version": "6.0.0-rc.4",
"version": "6.0.0",
"description": "Vue Router integration for @ionic/vue",
"scripts": {
"test.spec": "jest",

View File

@ -1,15 +1,15 @@
{
"name": "@ionic/vue",
"version": "6.0.0-rc.4",
"version": "6.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue",
"version": "6.0.0-rc.4",
"version": "6.0.0",
"license": "MIT",
"dependencies": {
"@ionic/core": "6.0.0-rc.3",
"@ionic/core": "6.0.0-rc.4",
"ionicons": "^6.0.0"
},
"devDependencies": {
@ -53,9 +53,9 @@
}
},
"node_modules/@ionic/core": {
"version": "6.0.0-rc.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-rc.3.tgz",
"integrity": "sha512-qXfOteUp0JC8jSh0Dzm/Her4WYpjoBrBlPmB5grrJ0BUq2NdeBEdhv26BsGc39x+vtS3fnKLvJwDD7JMWYPqPw==",
"version": "6.0.0-rc.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-rc.4.tgz",
"integrity": "sha512-bQmF2U07/HwN9x6xquNeXQyRDWDUfLmkDV5F/foOxdQk0qd78v9x4xdX3Yr9ypsn2sxlu6U83wALYqmw6fF8Fg==",
"dependencies": {
"@stencil/core": "~2.11.0-0",
"ionicons": "^6.0.0",
@ -633,9 +633,9 @@
}
},
"@ionic/core": {
"version": "6.0.0-rc.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-rc.3.tgz",
"integrity": "sha512-qXfOteUp0JC8jSh0Dzm/Her4WYpjoBrBlPmB5grrJ0BUq2NdeBEdhv26BsGc39x+vtS3fnKLvJwDD7JMWYPqPw==",
"version": "6.0.0-rc.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.0.0-rc.4.tgz",
"integrity": "sha512-bQmF2U07/HwN9x6xquNeXQyRDWDUfLmkDV5F/foOxdQk0qd78v9x4xdX3Yr9ypsn2sxlu6U83wALYqmw6fF8Fg==",
"requires": {
"@stencil/core": "~2.11.0-0",
"ionicons": "^6.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "6.0.0-rc.4",
"version": "6.0.0",
"description": "Vue specific wrapper for @ionic/core",
"scripts": {
"lint": "echo add linter",
@ -59,7 +59,7 @@
"vue-router": "^4.0.0-rc.4"
},
"dependencies": {
"@ionic/core": "6.0.0-rc.4",
"@ionic/core": "6.0.0",
"ionicons": "^6.0.0"
},
"vetur": {