Skip to content

Commit 710919b

Browse files
committed
upgrade Uno and Fuselibs
1 parent 18db9b8 commit 710919b

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

package-lock.json

Lines changed: 14 additions & 14 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,10 +3,10 @@
33
"version": "2.9.0",
44
"description": "Build beautiful, high-performance iOS and Android apps with a single codebase.",
55
"dependencies": {
6-
"@fuse-open/fuselibs": "~2.9.1",
6+
"@fuse-open/fuselibs": "~2.9.2",
77
"@fuse-open/tsconfig": "~2.7.0",
88
"@fuse-open/types": "~2.7.1",
9-
"@fuse-open/uno": "~2.9.2"
9+
"@fuse-open/uno": "~2.9.3"
1010
},
1111
"devDependencies": {
1212
"axios": "^1.5.0"

scripts/changelog.js

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

33
const SDK_VERSION = require("../package.json").version
4-
const UNO_VERSION = "2.9.2"
5-
const FUSELIBS_VERSION = "2.9.1"
4+
const UNO_VERSION = "2.9.3"
5+
const FUSELIBS_VERSION = "2.9.2"
66
const LAST_VERSION = "2.8.0"
77

88
async function getChangelog(url) {

0 commit comments

Comments
 (0)