Compare commits

...

13 Commits

Author SHA1 Message Date
Daniel Sogl d98a0225b2 6.0.0-alpha.3 2022-06-03 18:04:02 +00:00
Daniel Sogl 81bde3fae1 Revert "bump angular and ts"
This reverts commit 3d5083bfa0.
2022-06-03 18:03:22 +00:00
Daniel Sogl c4127357be 6.0.0-alpha.2 2022-06-03 17:57:48 +00:00
Daniel Sogl 96aa615c81 reset changed compiler options 2022-06-03 17:57:34 +00:00
Daniel Sogl 5e6ab2a6cc 6.0.0-alpha.1 2022-06-03 17:53:05 +00:00
Daniel Sogl 667902ff73 bump minimum core version 2022-06-03 17:50:28 +00:00
Daniel Sogl 94b2e3deae 6.0.0-alpha.0 2022-06-03 17:42:58 +00:00
Daniel Sogl 745942c43a remove aot config 2022-06-03 17:26:49 +00:00
Daniel Sogl 0b1776c08e upgrade generated es targets 2022-06-03 17:21:55 +00:00
Daniel Sogl 25951b9d5e update library author 2022-06-03 17:21:03 +00:00
Daniel Sogl a2408c3fe3 try out angular compiler options 2022-06-03 17:11:59 +00:00
Daniel Sogl 3d5083bfa0 bump angular and ts 2022-06-03 17:11:40 +00:00
Daniel Sogl de726bc1e7 set enableIvy to true 2022-06-03 16:58:43 +00:00
4 changed files with 27 additions and 6 deletions
+21
View File
@@ -1,3 +1,24 @@
# [6.0.0-alpha.3](https://github.com/danielsogl/awesome-cordova-plugins/compare/v6.0.0-alpha.2...v6.0.0-alpha.3) (2022-06-03)
### Reverts
* Revert "bump angular and ts" ([81bde3f](https://github.com/danielsogl/awesome-cordova-plugins/commit/81bde3fae1308216235f82304df7610a5c6b6c00))
# [6.0.0-alpha.2](https://github.com/danielsogl/awesome-cordova-plugins/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-06-03)
# [6.0.0-alpha.1](https://github.com/danielsogl/awesome-cordova-plugins/compare/v6.0.0-alpha.0...v6.0.0-alpha.1) (2022-06-03)
# [6.0.0-alpha.0](https://github.com/danielsogl/awesome-cordova-plugins/compare/v5.43.0...v6.0.0-alpha.0) (2022-06-03)
# [5.43.0](https://github.com/danielsogl/awesome-cordova-plugins/compare/v5.42.0...v5.43.0) (2022-05-25)
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "awesome-cordova-plugins",
"version": "5.43.0",
"version": "6.0.0-alpha.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "awesome-cordova-plugins",
"version": "5.43.0",
"version": "6.0.0-alpha.3",
"license": "MIT",
"dependencies": {
"tslib": "2.4.0"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "awesome-cordova-plugins",
"version": "5.43.0",
"version": "6.0.0-alpha.3",
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
"homepage": "https://awesome-cordova-plugins.com",
"author": "Daniel Sogl <me@danielsogl.com> (https://danielsogl.com)",
+3 -3
View File
@@ -11,14 +11,14 @@ import { Logger } from '../logger';
// tslint:disable-next-line:no-var-requires
const MAIN_PACKAGE_JSON = require('../../package.json');
const VERSION = MAIN_PACKAGE_JSON.version;
const FLAGS = '--access public';
const FLAGS = '--access public --tag alpha';
const PACKAGE_JSON_BASE = {
description: 'Awesome Cordova Plugins - Native plugins for ionic apps',
main: 'bundle.js',
module: 'index.js',
typings: 'index.d.ts',
author: 'ionic',
author: 'Daniel Sogl',
license: 'MIT',
repository: {
type: 'git',
@@ -30,7 +30,7 @@ const DIST = resolve(ROOT, 'dist/@awesome-cordova-plugins');
const PACKAGES = [];
const MIN_CORE_VERSION = '^5.1.0';
const MIN_CORE_VERSION = '^6.0.0-alpha.0';
const RXJS_VERSION = '^5.5.0 || ^6.5.0 || ^7.3.0';
const PLUGIN_PEER_DEPENDENCIES = {