release(screen-orientation-v3.0.4): updated version and RELEASENOTES.md

This commit is contained in:
Erisu 2023-10-27 19:48:57 +09:00
parent dddec860aa
commit b16cefcdf7
No known key found for this signature in database
GPG Key ID: 2E5FF17FB26AF7F2
6 changed files with 18 additions and 6 deletions

View File

@ -21,6 +21,18 @@
# Release Notes # 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) ### 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)) * 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)) * feat(ios): add support for **iOS** 16 ([#107](https://github.com/apache/cordova-plugin-screen-orientation/issues/107))

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "cordova-plugin-screen-orientation", "name": "cordova-plugin-screen-orientation",
"version": "3.0.4-dev", "version": "3.0.4",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "cordova-plugin-screen-orientation", "name": "cordova-plugin-screen-orientation",
"version": "3.0.4-dev", "version": "3.0.4",
"license": "Apache-2.0", "license": "Apache-2.0",
"devDependencies": { "devDependencies": {
"@cordova/eslint-config": "^3.0.0" "@cordova/eslint-config": "^3.0.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "cordova-plugin-screen-orientation", "name": "cordova-plugin-screen-orientation",
"version": "3.0.4-dev", "version": "3.0.4",
"description": "Cordova Screen Orientation plugin", "description": "Cordova Screen Orientation plugin",
"repository": "github:apache/cordova-plugin-screen-orientation", "repository": "github:apache/cordova-plugin-screen-orientation",
"bugs": "https://github.com/apache/cordova-plugin-screen-orientation/issues", "bugs": "https://github.com/apache/cordova-plugin-screen-orientation/issues",

View File

@ -18,7 +18,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-screen-orientation" id="cordova-plugin-screen-orientation"
version="3.0.4-dev"> version="3.0.4">
<name>Screen Orientation</name> <name>Screen Orientation</name>
<description>Cordova Screen Orientation plugin</description> <description>Cordova Screen Orientation plugin</description>
<license>Apache 2.0</license> <license>Apache 2.0</license>

View File

@ -1,6 +1,6 @@
{ {
"name": "cordova-plugin-screen-orientation-tests", "name": "cordova-plugin-screen-orientation-tests",
"version": "3.0.4-dev", "version": "3.0.4",
"description": "", "description": "",
"cordova": { "cordova": {
"id": "cordova-plugin-screen-orientation-tests", "id": "cordova-plugin-screen-orientation-tests",

View File

@ -22,7 +22,7 @@
xmlns:rim="http://www.blackberry.com/ns/widgets" xmlns:rim="http://www.blackberry.com/ns/widgets"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-screen-orientation-tests" id="cordova-plugin-screen-orientation-tests"
version="3.0.4-dev"> version="3.0.4">
<name>Cordova Screen Orientation Plugin Tests</name> <name>Cordova Screen Orientation Plugin Tests</name>
<license>Apache 2.0</license> <license>Apache 2.0</license>