This commit is contained in:
Liam DeBeasi
2020-10-15 11:55:34 -04:00
parent f1954e2d94
commit bf9283eb3e
14 changed files with 40 additions and 30 deletions

View File

@@ -1,3 +1,13 @@
# [5.4.0 Sulfur](https://github.com/ionic-team/ionic/compare/v5.3.0...v5.4.0) (2020-10-15)
> This is the first stable release of Ionic Vue.
Enjoy the Vue! :tada:
### New to Ionic Vue?
Check out our [Quickstart Guide](https://ionicframework.com/docs/vue/quickstart) to get up and running. Then be sure to check out our [Building Your First App Guide](https://ionicframework.com/docs/vue/your-first-app) to learn how build a cross platform Ionic Vue application from start to finish!
# [5.4.0-rc.3](https://github.com/ionic-team/ionic/compare/v5.4.0-rc.2...v5.4.0-rc.3) (2020-10-14)
> This version is dedicated to our upcoming Ionic Vue release.

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "5.4.0-rc.3",
"version": "5.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -147,9 +147,9 @@
}
},
"@ionic/core": {
"version": "5.4.0-rc.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.4.0-rc.2.tgz",
"integrity": "sha512-ZrZvtXfhpmdYw12GDIi3XbP/fL/VOPCDZqvVZ+maDHr7HyU9CRQlfE2ydXayDE7c1/ScF805a+3kIegFhzVQPw==",
"version": "5.4.0-rc.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.4.0-rc.3.tgz",
"integrity": "sha512-Xdwmnx0q9js2OIBOxeDqm2kXpEpLpVm6ovdEFEbY7M7eHJv03SQTferNjDrbsiwBp3sp6Lme8E8CVcdgMMZmyg==",
"requires": {
"ionicons": "^5.1.2",
"tslib": "^1.10.0"

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "5.4.0-rc.3",
"version": "5.4.0",
"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": "5.4.0-rc.3",
"@ionic/core": "5.4.0",
"tslib": "^1.9.3"
},
"peerDependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/core",
"version": "5.4.0-rc.3",
"version": "5.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/angular-server",
"version": "5.4.0-rc.3",
"version": "5.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -99,9 +99,9 @@
}
},
"@ionic/core": {
"version": "5.4.0-rc.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.4.0-rc.2.tgz",
"integrity": "sha512-ZrZvtXfhpmdYw12GDIi3XbP/fL/VOPCDZqvVZ+maDHr7HyU9CRQlfE2ydXayDE7c1/ScF805a+3kIegFhzVQPw==",
"version": "5.4.0-rc.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.4.0-rc.3.tgz",
"integrity": "sha512-Xdwmnx0q9js2OIBOxeDqm2kXpEpLpVm6ovdEFEbY7M7eHJv03SQTferNjDrbsiwBp3sp6Lme8E8CVcdgMMZmyg==",
"dev": true,
"requires": {
"ionicons": "^5.1.2",

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/angular-server",
"version": "5.4.0-rc.3",
"version": "5.4.0",
"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": "5.4.0-rc.3",
"@ionic/core": "5.4.0",
"ng-packagr": "5.7.1",
"tslint": "^5.12.1",
"tslint-ionic-rules": "0.0.21",

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/react-router",
"version": "5.4.0-rc.3",
"version": "5.4.0",
"description": "React Router wrapper for @ionic/react",
"keywords": [
"ionic",
@@ -39,16 +39,16 @@
"tslib": "*"
},
"peerDependencies": {
"@ionic/core": "5.4.0-rc.3",
"@ionic/react": "5.4.0-rc.3",
"@ionic/core": "5.4.0",
"@ionic/react": "5.4.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1"
},
"devDependencies": {
"@ionic/core": "5.4.0-rc.3",
"@ionic/react": "5.4.0-rc.3",
"@ionic/core": "5.4.0",
"@ionic/react": "5.4.0",
"@rollup/plugin-node-resolve": "^8.1.0",
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.9",

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/vue-router",
"version": "5.4.0-rc.3",
"version": "5.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "5.4.0-rc.3",
"version": "5.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -48,9 +48,9 @@
}
},
"@ionic/core": {
"version": "5.4.0-rc.2",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.4.0-rc.2.tgz",
"integrity": "sha512-ZrZvtXfhpmdYw12GDIi3XbP/fL/VOPCDZqvVZ+maDHr7HyU9CRQlfE2ydXayDE7c1/ScF805a+3kIegFhzVQPw==",
"version": "5.4.0-rc.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-5.4.0-rc.3.tgz",
"integrity": "sha512-Xdwmnx0q9js2OIBOxeDqm2kXpEpLpVm6ovdEFEbY7M7eHJv03SQTferNjDrbsiwBp3sp6Lme8E8CVcdgMMZmyg==",
"requires": {
"ionicons": "^5.1.2",
"tslib": "^1.10.0"

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "5.4.0-rc.3",
"version": "5.4.0",
"description": "Vue specific wrapper for @ionic/core",
"scripts": {
"lint": "echo add linter",
@@ -54,7 +54,7 @@
"vue-router": "^4.0.0-beta.11"
},
"dependencies": {
"@ionic/core": "5.4.0-rc.3",
"@ionic/core": "5.4.0",
"ionicons": "^5.1.2"
}
}