cordova-plugin-ionic-webview
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -0,1 +1,8 @@ | ||
## [2.2.1](https://github.com/ionic-team/cordova-plugin-ionic-webview/compare/v2.2.0...v2.2.1) (2018-11-07) | ||
### Bug Fixes | ||
* Show error page if server is not running ([#207](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/207)) ([6a2e07e](https://github.com/ionic-team/cordova-plugin-ionic-webview/commit/6a2e07e)) | ||
# Changelog | ||
@@ -2,0 +9,0 @@ |
@@ -19,13 +19,15 @@ # Contributing | ||
### Pull Requests | ||
### Workflow | ||
Please create a pull request for the `master` branch. | ||
This repo uses [semantic-release](https://github.com/semantic-release/semantic-release), so it's important to follow a strict workflow to ensure properly automated releases. | ||
## Publishing | ||
* Work off of `master` branch (create new branch or fork) | ||
* Make changes | ||
* Use `npm run cz` (or `git cz` if [commitizen](https://github.com/commitizen/cz-cli) is installed globally) to make commits | ||
* Create a pull request | ||
* Pull requests will be approved and squashed into the `master` branch | ||
* Try to make pull requests with a single objective (don't have multiple features in one PR, don't mix fixes and features in one PR, etc.) | ||
1. Add changes to `CHANGELOG.md`. | ||
1. Deploy: | ||
### Publishing | ||
``` | ||
npm run deploy -- <version> | ||
``` | ||
Releases are automated in CI using [semantic-release](https://github.com/semantic-release/semantic-release) when the `stable` branch is pushed to Github. Rebase `master` with `stable`. Commits in `master` should be appropriately formatted from the PR workflow (see [Workflow](#workflow)). |
{ | ||
"name": "cordova-plugin-ionic-webview", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "The official Ionic's WKWebView Engine Plugin", | ||
@@ -9,3 +9,3 @@ "main": "index.js", | ||
"version": "npm run sync_plugin_xml && git add plugin.xml", | ||
"deploy": "np" | ||
"cz": "git-cz" | ||
}, | ||
@@ -25,6 +25,2 @@ "repository": { | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"np": "^3.0.4", | ||
"sync-cordova-xml": "^0.4.0" | ||
}, | ||
"engines": { | ||
@@ -37,3 +33,36 @@ "cordovaDependencies": { | ||
} | ||
}, | ||
"devDependencies": { | ||
"@semantic-release/changelog": "^3.0.0", | ||
"@semantic-release/git": "^7.0.4", | ||
"@semantic-release/github": "^5.0.6", | ||
"@semantic-release/npm": "^5.0.4", | ||
"commitizen": "^3.0.2", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"semantic-release": "^15.9.17", | ||
"sync-cordova-xml": "^0.4.0" | ||
}, | ||
"release": { | ||
"branch": "stable", | ||
"plugins": [ | ||
"@semantic-release/changelog", | ||
[ | ||
"@semantic-release/git", | ||
{ | ||
"assets": [ | ||
"CHANGELOG.md", | ||
"package.json", | ||
"plugin.xml" | ||
] | ||
} | ||
], | ||
"@semantic-release/github", | ||
"@semantic-release/npm" | ||
] | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
} | ||
} |
@@ -22,2 +22,6 @@ <!-- | ||
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) | ||
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&identifier=104773211)](https://dependabot.com) | ||
[![npm](https://img.shields.io/npm/v/cordova-plugin-ionic-webview.svg)](https://www.npmjs.com/package/cordova-plugin-ionic-webview) | ||
# Ionic Web View for Cordova | ||
@@ -24,0 +28,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
383878
50
117
8