mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2025-02-22 07:42:51 +08:00
release(screen-orientation-v3.0.4): updated version and RELEASENOTES.md
This commit is contained in:
parent
dddec860aa
commit
b16cefcdf7
@ -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))
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -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"
|
||||
|
@ -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",
|
||||
|
@ -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>
|
||||
|
@ -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",
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user