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,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'] },