Skip to content

Commit

Permalink
Merge branch 'release/5.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Jul 13, 2023
2 parents b682ad7 + 80622f4 commit 1c42436
Show file tree
Hide file tree
Showing 7 changed files with 211 additions and 1,239 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages

name: npm publish

on:
workflow_dispatch:
release:
types: [created]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
- run: npm ci
- run: npm test

publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [Unreleased](https://github.com/bsorrentino/cordova-broadcaster/compare/v4.3.1...HEAD)

- refactor: remove useless npx-run package [`384fdcf`](https://github.com/bsorrentino/cordova-broadcaster/commit/384fdcf86abbe51d5f855d47010cd0dfefadd295)
- update changelog [`567d436`](https://github.com/bsorrentino/cordova-broadcaster/commit/567d43643a537095472b77a5b64f4cef23508166)
- Update CDVBroadcaster.java [`79e9ba9`](https://github.com/bsorrentino/cordova-broadcaster/commit/79e9ba97624ce503b7fcd485da914260171d1ee7)

#### [v4.3.1](https://github.com/bsorrentino/cordova-broadcaster/compare/v4.3.0-pr56-fix...v4.3.1)

> 25 October 2020
Expand All @@ -18,7 +24,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- PR #56 remove lambda usage [`25cc14c`](https://github.com/bsorrentino/cordova-broadcaster/commit/25cc14caef94dd0de2a3fb975b9499c86498f36f)
- update changelog [`d0513a7`](https://github.com/bsorrentino/cordova-broadcaster/commit/d0513a7fb11d776bdfeb3a897b27f943b761ca85)
- Merge tag 'v4.2.0' into develop [`4794185`](https://github.com/bsorrentino/cordova-broadcaster/commit/479418530f008198b36c9b1a3db4da21e9fa7d9e)

#### [v4.2.0](https://github.com/bsorrentino/cordova-broadcaster/compare/v4.1.0...v4.2.0)

Expand All @@ -32,9 +37,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

> 20 March 2020
- update code [`99d94cf`](https://github.com/bsorrentino/cordova-broadcaster/commit/99d94cf32aebf8a0285fac4a2bcf4ee80d129d54)
- add changelog support [`4fb35e8`](https://github.com/bsorrentino/cordova-broadcaster/commit/4fb35e82ff410c8be49f969b09d591914150bb44)
- issue #49 - finalize implementation [`16bb473`](https://github.com/bsorrentino/cordova-broadcaster/commit/16bb47355312a76131cc1313ea99e83989f1df46)
- add changelog module [`649c86a`](https://github.com/bsorrentino/cordova-broadcaster/commit/649c86a9331c0052eb5f7668965eac13bee5f464)

### [v4.0.0](https://github.com/bsorrentino/cordova-broadcaster/compare/v3.1.1...v4.0.0)

Expand All @@ -49,7 +54,6 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
> 13 May 2018
- Add TypeScript type definitions [`#37`](https://github.com/bsorrentino/cordova-broadcaster/pull/37)
- update code [`99d94cf`](https://github.com/bsorrentino/cordova-broadcaster/commit/99d94cf32aebf8a0285fac4a2bcf4ee80d129d54)
- move to next release [`6b02110`](https://github.com/bsorrentino/cordova-broadcaster/commit/6b02110e66f56c3c86dc26745cf697fe62c03a56)

#### [v3.1.0](https://github.com/bsorrentino/cordova-broadcaster/compare/v3.0.1...v3.1.0)
Expand Down Expand Up @@ -123,7 +127,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v2.0.5](https://github.com/bsorrentino/cordova-broadcaster/compare/v2.0.4...v2.0.5)

> 7 March 2016
> 8 March 2016
- update release [`2aad72d`](https://github.com/bsorrentino/cordova-broadcaster/commit/2aad72d44b980baf3fe5e3b9aba5780033e3308e)
- update release [`d88e773`](https://github.com/bsorrentino/cordova-broadcaster/commit/d88e7739f01f30048b22df31919fcf414672aa1b)
Expand All @@ -146,7 +150,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v2.0.2](https://github.com/bsorrentino/cordova-broadcaster/compare/v2.0.1...v2.0.2)

> 21 October 2015
> 22 October 2015
- move back cordova supported engine from 4.0.0 to 3.9.1 [`53f2438`](https://github.com/bsorrentino/cordova-broadcaster/commit/53f2438064af21d0566b4bf767f1c89b74e21bfe)
- update doc [`7f9f977`](https://github.com/bsorrentino/cordova-broadcaster/commit/7f9f977bfa995bb36341efab545de0fa73bab354)
Expand All @@ -160,7 +164,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [v2.0.0](https://github.com/bsorrentino/cordova-broadcaster/compare/v1.0.1...v2.0.0)

> 15 September 2015
> 16 September 2015
- fix issue2, prepare for next interaction [`8653f87`](https://github.com/bsorrentino/cordova-broadcaster/commit/8653f876ce274a23208bc9a64e8b76889610dd39)

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Android | **[LocalBroadcastManager](http://developer.android.com/reference/andro
## News
date | infos | refs
---- | ---- | ----
Jul 14, 2023 | Merge pull request [#70](https://github.com/bsorrentino/cordova-broadcaster/pull/70) - move to SDK 33 --> Android X. Thank to [phyr0s](https://github.com/phyr0s) for contribution
Mar 19, 2020 | Concerning **Android** I've added support for **broadcast Intent to external Apps**, **receive broadcast Intents from external Apps**, **Flags & Category on Intent** | insipred by [navarrojava's fork](https://github.com/navarrojava/cordova-broadcaster/)
Jan 16, 2018 | I've developed a complete **ionic3** sample project using **broadcaster** | [ionic-broadcaster-sample](https://github.com/bsorrentino/ionic-broadcaster-sample)
Jan 28, 2017 | such plugin has been added to [ionic-native](https://ionicframework.com/docs/v2/native/broadcaster/) distribution | **How to** is available [here](https://ionicframework.com/docs/v2/native/broadcaster/)
Expand Down
Loading

0 comments on commit 1c42436

Please sign in to comment.