Skip to content

Commit 033c243

Browse files
committed
Release 3.1.0
1 parent 3cdbbe9 commit 033c243

File tree

4 files changed

+20
-7
lines changed

4 files changed

+20
-7
lines changed

Gruntfile.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ module.exports = function (grunt) {
1717
},
1818
pkg: grunt.file.readJSON("package.json"),
1919
build_urls: grunt.file.readJSON("buildconf.json"),
20-
jet_version_token:'3.0.0',
21-
jet_doc_version_token:'300',
22-
version_token:'3.0.0',
20+
jet_version_token:'3.1.0',
21+
jet_doc_version_token:'310',
22+
version_token:'3.1.0',
2323
current_year_token: '2017'
2424
}
2525
var configs = require('load-grunt-configs')(grunt, options);

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# oraclejet-tooling 3.0.0
1+
# oraclejet-tooling 3.1.0
22

33
## About the tooling API
44
This tooling API contains methods to build and serve Oracle JET web and hybrid mobile apps. It is intended to be used with task running tools such as grunt or gulp. The APIs can also be invoked directly.
55

66
This is an open source project maintained by Oracle Corp.
77

88
## Installation
9-
The oraclejet-tooling API will be automatically installed if you scaffold a web or hybrid mobile app following the [Oracle JET Developers Guide](http://docs.oracle.com/middleware/jet300/jet/).
9+
The oraclejet-tooling API will be automatically installed if you scaffold a web or hybrid mobile app following the [Oracle JET Developers Guide](http://docs.oracle.com/middleware/jet310/jet/).
1010

1111
## Usage
1212
The oraclejet-tooling API contains a build API that will build the app with dev or release mode, and other options. It also contains a serve API that serves up your app to browser/simulator/device. Please refer to the source code for details on how to invoke and use the API methods.

RELEASENOTES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
## Release Notes for oraclejet-tooling ##
22

3+
### 3.1.0
4+
* No changes
5+
36
### 3.0.0
47
* Replaced bower with npm
58
* SASS tasks now run in CCA directories also
69
* Added --destination=server-only option for web apps
710
* Removed --destination=deviceOrEmulatorName option
811
* Added ability to cutomize serve tasks such as watching additional files
912
* Added gap://ready to inserted CSP meta tag for iOS 10 compatibility
13+
14+
### 2.3.0
15+
* No changes
16+
17+
### 2.2.0
18+
* Allow developers to configure release paths
19+
* Provide help page for tooling tasks
20+
* Allow multiple themes to be included in a built app
21+
* Grunt serve to specific iOS emulator fails
22+
* no-build option missing from grunt serve

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oraclejet-tooling",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"license": "UPL-1.0",
55
"description": "Programmatic API to build and serve Oracle JET web and mobile applications",
66
"keywords": [
@@ -44,5 +44,5 @@
4444
"load-grunt-configs": "^1.0.0",
4545
"load-grunt-tasks": "^3.5.2"
4646
},
47-
"jetdocversion": "300"
47+
"jetdocversion": "310"
4848
}

0 commit comments

Comments
 (0)