merge release-5.4.3

Release 5.4.3
This commit is contained in:
Liam DeBeasi
2020-11-06 12:53:17 -05:00
committed by GitHub
15 changed files with 39 additions and 29 deletions

View File

@ -1,3 +1,12 @@
## [5.4.3](https://github.com/ionic-team/ionic/compare/v5.4.2...v5.4.3) (2020-11-06)
### Bug Fixes
* **all** add missing vendor prefixes to css ([0989ea5](https://github.com/ionic-team/ionic/commit/0989ea5ac897f528e8fce5434861ca080b9b4a56))
## [5.4.2](https://github.com/ionic-team/ionic/compare/v5.4.1...v5.4.2) (2020-11-05)

View File

@ -1,12 +1,12 @@
{
"name": "@ionic/angular",
"version": "5.4.2",
"version": "5.4.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular",
"version": "5.4.2",
"version": "5.4.3",
"license": "MIT",
"dependencies": {
"@ionic/core": "file:../core",
@ -43,7 +43,7 @@
}
},
"../core": {
"version": "5.4.1",
"version": "5.4.2",
"license": "MIT",
"dependencies": {
"ionicons": "^5.1.2",

View File

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

View File

@ -1,12 +1,12 @@
{
"name": "@ionic/core",
"version": "5.4.2",
"version": "5.4.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/core",
"version": "5.4.2",
"version": "5.4.3",
"license": "MIT",
"dependencies": {
"ionicons": "^5.1.2",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/core",
"version": "5.4.2",
"version": "5.4.3",
"description": "Base components for Ionic",
"keywords": [
"ionic",

View File

@ -6,6 +6,7 @@ import { vueOutputTarget } from '@stencil/vue-output-target';
import { apiSpecGenerator } from './scripts/api-spec-generator';
export const config: Config = {
autoprefixCss: true,
namespace: 'Ionic',
bundles: [
{ components: ['ion-action-sheet'] },

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/docs",
"version": "5.4.2",
"version": "5.4.3",
"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": "5.4.2",
"version": "5.4.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/angular-server",
"version": "5.4.2",
"version": "5.4.3",
"license": "MIT",
"devDependencies": {
"@angular/animations": "8.2.13",
@ -32,7 +32,7 @@
}
},
"../../core": {
"version": "5.4.1",
"version": "5.4.2",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/angular-server",
"version": "5.4.2",
"version": "5.4.3",
"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.2",
"@ionic/core": "5.4.3",
"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.2",
"version": "5.4.3",
"description": "React Router wrapper for @ionic/react",
"keywords": [
"ionic",
@ -39,16 +39,16 @@
"tslib": "*"
},
"peerDependencies": {
"@ionic/core": "5.4.2",
"@ionic/react": "5.4.2",
"@ionic/core": "5.4.3",
"@ionic/react": "5.4.3",
"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.2",
"@ionic/react": "5.4.2",
"@ionic/core": "5.4.3",
"@ionic/react": "5.4.3",
"@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.2",
"version": "5.4.3",
"description": "React specific wrapper for @ionic/core",
"keywords": [
"ionic",
@ -39,7 +39,7 @@
"css/"
],
"dependencies": {
"@ionic/core": "5.4.2",
"@ionic/core": "5.4.3",
"ionicons": "^5.1.2",
"tslib": "*"
},

View File

@ -1,12 +1,12 @@
{
"name": "@ionic/vue-router",
"version": "5.4.2",
"version": "5.4.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue-router",
"version": "5.4.2",
"version": "5.4.3",
"license": "MIT",
"dependencies": {
"@ionic/core": "file:../../core",

View File

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

View File

@ -1,12 +1,12 @@
{
"name": "@ionic/vue",
"version": "5.4.2",
"version": "5.4.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@ionic/vue",
"version": "5.4.2",
"version": "5.4.3",
"license": "MIT",
"dependencies": {
"@ionic/core": "file:../../core",
@ -23,7 +23,7 @@
}
},
"../../core": {
"version": "5.4.1",
"version": "5.4.2",
"license": "MIT",
"dependencies": {
"ionicons": "^5.1.2",

View File

@ -1,6 +1,6 @@
{
"name": "@ionic/vue",
"version": "5.4.2",
"version": "5.4.3",
"description": "Vue specific wrapper for @ionic/core",
"scripts": {
"lint": "echo add linter",
@ -55,7 +55,7 @@
"vue-router": "^4.0.0-beta.11"
},
"dependencies": {
"@ionic/core": "5.4.2",
"@ionic/core": "5.4.3",
"ionicons": "^5.1.2"
},
"web-types": "dist/web-types.json"