6.0.0-alpha.3

This commit is contained in:
Daniel Sogl 2022-06-03 18:04:02 +00:00 committed by GitHub
parent 81bde3fae1
commit d98a0225b2
3 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,12 @@
# [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.2](https://github.com/danielsogl/awesome-cordova-plugins/compare/v6.0.0-alpha.1...v6.0.0-alpha.2) (2022-06-03)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "awesome-cordova-plugins", "name": "awesome-cordova-plugins",
"version": "6.0.0-alpha.2", "version": "6.0.0-alpha.3",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "awesome-cordova-plugins", "name": "awesome-cordova-plugins",
"version": "6.0.0-alpha.2", "version": "6.0.0-alpha.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"tslib": "2.4.0" "tslib": "2.4.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "awesome-cordova-plugins", "name": "awesome-cordova-plugins",
"version": "6.0.0-alpha.2", "version": "6.0.0-alpha.3",
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support", "description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
"homepage": "https://awesome-cordova-plugins.com", "homepage": "https://awesome-cordova-plugins.com",
"author": "Daniel Sogl <me@danielsogl.com> (https://danielsogl.com)", "author": "Daniel Sogl <me@danielsogl.com> (https://danielsogl.com)",