Skip to content

Commit da852c3

Browse files
committed
release(device-v3.0.0): updated version and RELEASENOTES.md
1 parent ae98053 commit da852c3

File tree

6 files changed

+35
-6
lines changed

6 files changed

+35
-6
lines changed

RELEASENOTES.md

+29
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,35 @@
2020
-->
2121
# Release Notes
2222

23+
### 3.0.0 (Jun 05, 2024)
24+
25+
**Breaking Changes:**
26+
27+
* [GH-181](https://github.com/apache/cordova-plugin-device/pull/181) fix!: remove deprecated platforms
28+
* [GH-183](https://github.com/apache/cordova-plugin-device/pull/183) refactor(android)!: Remove unused code
29+
* [GH-200](https://github.com/apache/cordova-plugin-device/pull/200) fix(android)!: set platform requirement `>= 7.0.0`
30+
* [GH-201](https://github.com/apache/cordova-plugin-device/pull/201) fix(android)!: access Context through `webView.getContext()`
31+
32+
**Features & Fixes:**
33+
34+
* [GH-193](https://github.com/apache/cordova-plugin-device/pull/193) feat(ios): add bundled resources for privacy manifest
35+
* [GH-182](https://github.com/apache/cordova-plugin-device/pull/182) fix(electron): use correct engine for 2.1.0 in `package.json`
36+
37+
**Chores:**
38+
39+
* [GH-203](https://github.com/apache/cordova-plugin-device/pull/203) chore: rebuilt `package-lock.json` w/ version 3
40+
* [GH-202](https://github.com/apache/cordova-plugin-device/pull/202) chore: Use github links in `plugin.xml`
41+
* [GH-191](https://github.com/apache/cordova-plugin-device/pull/191) chore: update asf config
42+
* [GH-189](https://github.com/apache/cordova-plugin-device/pull/189) chore: Update `SUPPORT_QUESTION.md` template
43+
44+
**CI & Docs:**
45+
46+
* [GH-198](https://github.com/apache/cordova-plugin-device/pull/198) ci: update gh-action's workflow
47+
* [GH-180](https://github.com/apache/cordova-plugin-device/pull/180) ci: sync workflow with paramedic
48+
* [GH-175](https://github.com/apache/cordova-plugin-device/pull/175) ci(android): update java requirement for `cordova-android@11`
49+
* [GH-184](https://github.com/apache/cordova-plugin-device/pull/184) docs(android): correct model description
50+
* [GH-174](https://github.com/apache/cordova-plugin-device/pull/174) doc(android): clarify documentation and types for `sdkVersion` field
51+
2352
### 2.1.0 (Apr 08, 2022)
2453

2554
* [GH-167](https://github.com/apache/cordova-plugin-device/pull/167) feat(ios): detect if app is running on a macOS desktop with Apple Silicon

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-device",
3-
"version": "3.0.0-dev",
3+
"version": "3.0.0",
44
"description": "Cordova Device Plugin",
55
"types": "./types/index.d.ts",
66
"cordova": {

plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
xmlns:rim="http://www.blackberry.com/ns/widgets"
2323
xmlns:android="http://schemas.android.com/apk/res/android"
2424
id="cordova-plugin-device"
25-
version="3.0.0-dev">
25+
version="3.0.0">
2626
<name>Device</name>
2727
<description>Cordova Device Plugin</description>
2828
<license>Apache 2.0</license>

tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-device-tests",
3-
"version": "3.0.0-dev",
3+
"version": "3.0.0",
44
"description": "",
55
"cordova": {
66
"id": "cordova-plugin-device-tests",

tests/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
xmlns:rim="http://www.blackberry.com/ns/widgets"
2323
xmlns:android="http://schemas.android.com/apk/res/android"
2424
id="cordova-plugin-device-tests"
25-
version="3.0.0-dev">
25+
version="3.0.0">
2626
<name>Cordova Device Plugin Tests</name>
2727
<license>Apache 2.0</license>
2828

0 commit comments

Comments
 (0)