merge release-5.4.4

Release 5.4.4
This commit is contained in:
Liam DeBeasi
2020-11-12 13:23:18 -05:00
committed by GitHub
16 changed files with 43 additions and 30 deletions

View File

@@ -442,8 +442,11 @@ workflows:
requires: [puppeteer-dependencies, build-core]
- test-core-spec:
requires: [build-core]
- test-core-treeshake:
requires: [build-core]
# Adam requested we skip this test for now
# since it is failing on ES5 code which
# will be removed in Ionic Framework v6
#- test-core-treeshake:
# requires: [build-core]
- test-core-screenshot:
requires: [build-core]
filters:

View File

@@ -1,3 +1,12 @@
## [5.4.4](https://github.com/ionic-team/ionic/compare/v5.4.3...v5.4.4) (2020-11-12)
### Bug Fixes
* **build:** add missing es5 output ([228d349](https://github.com/ionic-team/ionic/commit/228d349c6e29b62cbfee5d5502883682cfa5032f))
## [5.4.3](https://github.com/ionic-team/ionic/compare/v5.4.2...v5.4.3) (2020-11-06)

View File

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

View File

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

View File

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

View File

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

View File

@@ -171,6 +171,7 @@ export const config: Config = {
]
}
],
buildEs5: 'prod',
extras: {
cssVarsShim: true,
dynamicImportShim: true,

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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