Skip to content

Commit

Permalink
refactor: change version number (#13417)
Browse files Browse the repository at this point in the history
* refactor: change version number

* one more
  • Loading branch information
m1ga committed Apr 24, 2022
1 parent 94820d1 commit b98c67e
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions apidoc/Titanium/Android/ActionBar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ properties:
from `Ti.App.Android.R.drawable.*` or `Ti.Android.R.drawable.*`. It's highly recommended to set this
to a vector drawable resource ID.
type: [String, Number, Titanium.Blob]
since: "10.2.0"
since: "11.0.0"
permission: write-only

- name: homeButtonEnabled
Expand All @@ -179,21 +179,21 @@ properties:
- name: icon
summary: Sets the application icon displayed in the "home" area of the action bar.
description: |
Before Titanium 10.2.0, this property only supports a `String` and it must be assigned a local file path
Before Titanium 11.0.0, this property only supports a `String` and it must be assigned a local file path
or URL to an image.
As of Titanium 10.2.0, this property can also be assigned an image blob or a native drawable resource ID
As of Titanium 11.0.0, this property can also be assigned an image blob or a native drawable resource ID
from `Ti.App.Android.R.drawable.*` or `Ti.Android.R.drawable.*`.
type: [String, Number, Titanium.Blob]
permission: write-only

- name: logo
summary: Sets the application logo displayed in the "home" area of the action bar.
description: |
Before Titanium 10.2.0, this property only supports a `String` and it must be assigned a local file path
Before Titanium 11.0.0, this property only supports a `String` and it must be assigned a local file path
or URL to an image.
As of Titanium 10.2.0, this property can also be assigned an image blob or a native drawable resource ID
As of Titanium 11.0.0, this property can also be assigned an image blob or a native drawable resource ID
from `Ti.App.Android.R.drawable.*` or `Ti.Android.R.drawable.*`.
type: [String, Number, Titanium.Blob]
permission: write-only
Expand Down Expand Up @@ -236,4 +236,4 @@ properties:
description: |
Setting this property to `true` or `false` is the equivalent of calling the
[show()](Titanium.Android.ActionBar.show) or [hide()](Titanium.Android.ActionBar.hide) methods.
since: "10.2.0"
since: "11.0.0"
2 changes: 1 addition & 1 deletion apidoc/Titanium/Calendar/Calendar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ properties:
type: Titanium.Calendar.Calendar
permission: read-only
platforms: [android, iphone, ipad, macos]
since: {android: "10.2.0", iphone: "3.1.0", ipad: "3.1.0"}
since: {android: "11.0.0", iphone: "3.1.0", ipad: "3.1.0"}

examples:
- title: All Calendars vs Selectable Calendars
Expand Down
4 changes: 2 additions & 2 deletions apidoc/Titanium/UI/Button.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ properties:
- name: image
summary: Image to display next to the button title.
description: |
As of Titanium 10.2.0, the [imageIsMask](Titanium.UI.Button.imageIsMask) property determines how
As of Titanium 11.0.0, the [imageIsMask](Titanium.UI.Button.imageIsMask) property determines how
this image is displayed. If set `true`, this image will be tinted using the color assigned to the
[tintColor](Titanium.UI.Button.tintColor) property. If set `false`, the image is displayed as-is.
Expand All @@ -256,7 +256,7 @@ properties:
summary: Set true to tint the button image. Set false to show the image as-is.
type: Boolean
default: true
since: "10.2.0"
since: "11.0.0"

- name: selectedColor
summary: Button text color used to indicate the selected state, as a color name or hex triplet.
Expand Down
2 changes: 1 addition & 1 deletion apidoc/Titanium/UI/ListView.yml
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ properties:
type: Boolean
default: false
availability: creation
since: 10.2.0
since: 11.0.0
platforms: [android]

- name: allowsSelectionDuringEditing
Expand Down
2 changes: 1 addition & 1 deletion apidoc/Titanium/UI/TabGroup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ properties:
summary: If set to `true` it will automatically set the actionbar title to the current tabs window title.
type: Boolean
default: false
since: 10.2.0
since: 11.0.0
platforms: [android]

- name: barColor
Expand Down
2 changes: 1 addition & 1 deletion apidoc/Titanium/UI/TableView.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ properties:
type: Boolean
default: false
availability: creation
since: 10.2.0
since: 11.0.0
platforms: [android]

- name: footerDividersEnabled
Expand Down
4 changes: 2 additions & 2 deletions apidoc/Titanium/UI/TextArea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: |
#### `click` event in iOS
In iOS 11+, `click` event in text area is not fired due to changes from apple.
In iOS 11+, `click` event in text area is not fired due to changes from apple.
Use `touchstart` event instead of `click` event.
extends: Titanium.UI.View
Expand Down Expand Up @@ -522,7 +522,7 @@ events:
summary: Content height value of this text area
type: Number
platforms: [iphone, ipad, macos]
since: {iphone: "10.2.0", ipad: "10.2.0", macos: "10.2.0"}
since: {iphone: "11.0.0", ipad: "11.0.0", macos: "11.0.0"}

- name: focus
summary: Fired when this text area gains focus.
Expand Down
2 changes: 1 addition & 1 deletion maintainer-docs/releasing-the-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If this is a patch release, you do not need to perform this step.

For all other releases you should create a branch for this minor version of the SDK following the `1_2_X` format and bump the version of the master branch to the next version.

The following steps are written from the perspective of a `10.2.0.GA` release.
The following steps are written from the perspective of a `11.0.0.GA` release.

1. Create the maintenance branch from `master` in the [GitHub UI](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository#creating-a-branch) or in the terminal
* If using the terminal ensure you push to the correct remote
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "titanium-mobile",
"description": "Appcelerator Titanium Mobile",
"version": "10.2.0",
"version": "11.0.0",
"moduleApiVersion": {
"iphone": "2",
"android": "4"
Expand Down

0 comments on commit b98c67e

Please sign in to comment.