Skip to content

Commit

Permalink
merge release-6.0.0-rc.3
Browse files Browse the repository at this point in the history
6.0.0-rc.3
  • Loading branch information
liamdebeasi authored Nov 18, 2021
2 parents ab7a4e3 + 24f4e47 commit 3c4f9fd
Show file tree
Hide file tree
Showing 14 changed files with 303 additions and 24 deletions.
279 changes: 279 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "Angular specific wrappers for @ionic/core",
"keywords": [
"ionic",
Expand Down Expand Up @@ -40,7 +40,7 @@
"validate": "npm i && npm run lint && npm run test && npm run build"
},
"dependencies": {
"@ionic/core": "6.0.0-rc.2",
"@ionic/core": "6.0.0-rc.3",
"jsonc-parser": "^3.0.0",
"tslib": "^2.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/core",
"version": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "Base components for Ionic",
"keywords": [
"ionic",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/docs",
"version": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "Pre-packaged API documentation for the Ionic docs.",
"main": "core.json",
"types": "core.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/angular-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/angular-server",
"version": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "Angular SSR Module for Ionic",
"keywords": [
"ionic",
Expand Down Expand Up @@ -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.2",
"@ionic/core": "6.0.0-rc.3",
"@ionic/eslint-config": "^0.3.0",
"@ionic/prettier-config": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/react-router",
"version": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "React Router wrapper for @ionic/react",
"keywords": [
"ionic",
Expand Down Expand Up @@ -39,14 +39,14 @@
"tslib": "*"
},
"peerDependencies": {
"@ionic/react": "6.0.0-rc.2",
"@ionic/react": "6.0.0-rc.3",
"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.2",
"@ionic/react": "6.0.0-rc.3",
"@rollup/plugin-node-resolve": "^8.1.0",
"@types/node": "^14.0.14",
"@types/react": "16.14.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/react",
"version": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "React specific wrapper for @ionic/core",
"keywords": [
"ionic",
Expand Down Expand Up @@ -40,7 +40,7 @@
"css/"
],
"dependencies": {
"@ionic/core": "6.0.0-rc.2",
"@ionic/core": "6.0.0-rc.3",
"ionicons": "^6.0.0",
"tslib": "*"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-router/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/vue-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/vue-router",
"version": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "Vue Router integration for @ionic/vue",
"scripts": {
"test.spec": "jest",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "6.0.0-rc.2",
"version": "6.0.0-rc.3",
"description": "Vue specific wrapper for @ionic/core",
"scripts": {
"lint": "echo add linter",
Expand Down Expand Up @@ -59,7 +59,7 @@
"vue-router": "^4.0.0-rc.4"
},
"dependencies": {
"@ionic/core": "6.0.0-rc.2",
"@ionic/core": "6.0.0-rc.3",
"ionicons": "^6.0.0"
},
"vetur": {
Expand Down

0 comments on commit 3c4f9fd

Please sign in to comment.