Skip to content

Commit 1c42436

Browse files
committed
Merge branch 'release/5.0.0'
2 parents b682ad7 + 80622f4 commit 1c42436

File tree

7 files changed

+211
-1239
lines changed

7 files changed

+211
-1239
lines changed

.github/workflows/npm-publish.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2+
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
3+
4+
name: npm publish
5+
6+
on:
7+
workflow_dispatch:
8+
release:
9+
types: [created]
10+
11+
jobs:
12+
build:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v2
16+
- uses: actions/setup-node@v2
17+
with:
18+
node-version: 16
19+
- run: npm ci
20+
- run: npm test
21+
22+
publish-npm:
23+
needs: build
24+
runs-on: ubuntu-latest
25+
steps:
26+
- uses: actions/checkout@v2
27+
- uses: actions/setup-node@v2
28+
with:
29+
node-version: 16
30+
registry-url: https://registry.npmjs.org/
31+
- run: npm ci
32+
- run: npm publish --access=public
33+
env:
34+
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [Unreleased](https://github.com/bsorrentino/cordova-broadcaster/compare/v4.3.1...HEAD)
8+
9+
- refactor: remove useless npx-run package [`384fdcf`](https://github.com/bsorrentino/cordova-broadcaster/commit/384fdcf86abbe51d5f855d47010cd0dfefadd295)
10+
- update changelog [`567d436`](https://github.com/bsorrentino/cordova-broadcaster/commit/567d43643a537095472b77a5b64f4cef23508166)
11+
- Update CDVBroadcaster.java [`79e9ba9`](https://github.com/bsorrentino/cordova-broadcaster/commit/79e9ba97624ce503b7fcd485da914260171d1ee7)
12+
713
#### [v4.3.1](https://github.com/bsorrentino/cordova-broadcaster/compare/v4.3.0-pr56-fix...v4.3.1)
814

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

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

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

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

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

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

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

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

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

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

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

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

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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Android | **[LocalBroadcastManager](http://developer.android.com/reference/andro
1717
## News
1818
date | infos | refs
1919
---- | ---- | ----
20+
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
2021
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/)
2122
Jan 16, 2018 | I've developed a complete **ionic3** sample project using **broadcaster** | [ionic-broadcaster-sample](https://github.com/bsorrentino/ionic-broadcaster-sample)
2223
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/)

0 commit comments

Comments
 (0)