This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/cordova-plugin-screen-orientation.git

commit b16cefcdf74cb38e9c413c22feeeacf0ce7960f7
Author: Erisu <er...@apache.org>
AuthorDate: Fri Oct 27 19:48:57 2023 +0900

    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 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0";
     id="cordova-plugin-screen-orientation"
-    version="3.0.4-dev">
+    version="3.0.4">
     <name>Screen Orientation</name>
     <description>Cordova Screen Orientation plugin</description>
     <license>Apache 2.0</license>
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">
     <name>Cordova Screen Orientation Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to