From b16cefcdf74cb38e9c413c22feeeacf0ce7960f7 Mon Sep 17 00:00:00 2001 From: Erisu Date: Fri, 27 Oct 2023 19:48:57 +0900 Subject: [PATCH] release(screen-orientation-v3.0.4): updated version and RELEASENOTES.md --- RELEASENOTES.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- plugin.xml | 2 +- tests/package.json | 2 +- tests/plugin.xml | 2 +- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 0a31e86..7f46ab6 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -21,6 +21,18 @@ # Release Notes +### 3.0.4 (Oct 27, 2023) + +**Fixes:** + +* [GH-116](https://github.com/apache/cordova-plugin-screen-orientation/pull/116) fix(android, ios): use clobbers to overwrite `screen.orientation` + +**Others:** + +* [GH-125](https://github.com/apache/cordova-plugin-screen-orientation/pull/125) dep: bump `word-wrap` from `1.2.3` to `1.2.5` +* [GH-124](https://github.com/apache/cordova-plugin-screen-orientation/pull/124) chore: update asf config +* [GH-123](https://github.com/apache/cordova-plugin-screen-orientation/pull/123) ci(gh-action): sync with paramedic configs + ### 3.0.3 (Feb 21, 2023) * build(deps): bump json5 from 1.0.1 to 1.0.2 ([#110](https://github.com/apache/cordova-plugin-screen-orientation/issues/110)) * feat(ios): add support for **iOS** 16 ([#107](https://github.com/apache/cordova-plugin-screen-orientation/issues/107)) diff --git a/package-lock.json b/package-lock.json index 4833070..8861370 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cordova-plugin-screen-orientation", - "version": "3.0.4-dev", + "version": "3.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cordova-plugin-screen-orientation", - "version": "3.0.4-dev", + "version": "3.0.4", "license": "Apache-2.0", "devDependencies": { "@cordova/eslint-config": "^3.0.0" diff --git a/package.json b/package.json index 736597d..2493d7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-screen-orientation", - "version": "3.0.4-dev", + "version": "3.0.4", "description": "Cordova Screen Orientation plugin", "repository": "github:apache/cordova-plugin-screen-orientation", "bugs": "https://github.com/apache/cordova-plugin-screen-orientation/issues", diff --git a/plugin.xml b/plugin.xml index fa04b9e..a4f5c7d 100644 --- a/plugin.xml +++ b/plugin.xml @@ -18,7 +18,7 @@ + version="3.0.4"> Screen Orientation Cordova Screen Orientation plugin Apache 2.0 diff --git a/tests/package.json b/tests/package.json index 6abd697..985c69e 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-screen-orientation-tests", - "version": "3.0.4-dev", + "version": "3.0.4", "description": "", "cordova": { "id": "cordova-plugin-screen-orientation-tests", diff --git a/tests/plugin.xml b/tests/plugin.xml index 05568c7..f73af08 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -22,7 +22,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-screen-orientation-tests" - version="3.0.4-dev"> + version="3.0.4"> Cordova Screen Orientation Plugin Tests Apache 2.0