Skip to content

Commit

Permalink
ApplicationCloudUI release 9.1.0 - upgraded to work with JET 14.1.4/V…
Browse files Browse the repository at this point in the history
…B 2310.0.0
  • Loading branch information
dkonecny-oracle committed Sep 28, 2023
1 parent 82f5c21 commit 77bc462
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "ApplicationsCloudUIThemeSource",
"version": "9.0.0",
"version": "9.1.0",
"description": "Developement Application for Fusion Applications Cloud Look and Feel theme",
"dependencies": {
"@oracle/oraclejet": "14.0.8"
"@oracle/oraclejet": "14.1.4"
},
"devDependencies": {
"@oracle/oraclejet-tooling": "14.0.1",
"@oracle/oraclejet-tooling": "14.1.0",
"autoprefixer": "^9.1.5",
"fs-extra": "^8.1.0",
"glob": "^7.1.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

"cdns": {
"jet": {
"prefix": "https://static.oracle.com/cdn/jet/14.0.8/default/js",
"css": "https://static.oracle.com/cdn/jet/14.0.8/default/css",
"csspreact": "https://static.oracle.com/cdn/jet/14.0.8/3rdparty/oraclejet-preact/amd",
"prefix": "https://static.oracle.com/cdn/jet/14.1.4/default/js",
"css": "https://static.oracle.com/cdn/jet/14.1.4/default/css",
"csspreact": "https://static.oracle.com/cdn/jet/14.1.4/3rdparty/oraclejet-preact/amd",
"config": "bundles-config.js"
},
"3rdparty": "https://static.oracle.com/cdn/jet/14.0.8/3rdparty"
"3rdparty": "https://static.oracle.com/cdn/jet/14.1.4/3rdparty"
},

"libs": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "9.0.0"
"version": "9.1.0"
}
4 changes: 2 additions & 2 deletions ApplicationsCloudUITheme/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Source for the Sample Applications Cloud UI Theme
Version 9.0.0 - Visual Builder 23.07.0 compatible
Version 9.1.0 - Visual Builder 23.10.0 compatible

May 2023
Sep 2023

## About
This distribution is a sample UI theme for Oracle JET and Oracle Visual Builder. This provides a look and feel similar to the Oracle SaaS lightBlue theme and can be used as the basis for creating customized themes of your own.
Expand Down

0 comments on commit 77bc462

Please sign in to comment.