Skip to content

Commit 2e65902

Browse files
committed
upgrade Uno and Fuselibs to v2.5
1 parent 642cc97 commit 2e65902

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "2.4.0",
44
"description": "Build beautiful, high-performance iOS and Android apps with a single codebase.",
55
"dependencies": {
6-
"@fuse-open/fuselibs": "~2.4.0",
6+
"@fuse-open/fuselibs": "~2.5.0",
77
"@fuse-open/types": "~2.0.0",
8-
"@fuse-open/uno": "~2.4.0"
8+
"@fuse-open/uno": "~2.5.0"
99
},
1010
"devDependencies": {
1111
"axios": "^0.27.2"

scripts/changelog.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
const axios = require("axios")
22

33
const SDK_VERSION = require("../package.json").version
4-
const UNO_VERSION = "2.4.0"
5-
const FUSELIBS_VERSION = "2.4.0"
6-
const LAST_VERSION = "2.3.0"
4+
const UNO_VERSION = "2.5.0"
5+
const FUSELIBS_VERSION = "2.5.0"
6+
const LAST_VERSION = "2.4.0"
77

88
async function getChangelog(url) {
99
const request = await axios.get(url)

0 commit comments

Comments
 (0)