Skip to content

Commit a04487c

Browse files
committed
upgrade Uno, Fuselibs and Types to v2.7
1 parent c9dc646 commit a04487c

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "2.6.0",
44
"description": "Build beautiful, high-performance iOS and Android apps with a single codebase.",
55
"dependencies": {
6-
"@fuse-open/fuselibs": "~2.6.0",
7-
"@fuse-open/types": "~2.6.0",
8-
"@fuse-open/uno": "~2.6.0"
6+
"@fuse-open/fuselibs": "~2.7.0",
7+
"@fuse-open/types": "~2.7.0",
8+
"@fuse-open/uno": "~2.7.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.6.0"
5-
const FUSELIBS_VERSION = "2.6.0"
6-
const LAST_VERSION = "2.5.0"
4+
const UNO_VERSION = "2.7.0"
5+
const FUSELIBS_VERSION = "2.7.0"
6+
const LAST_VERSION = "2.6.0"
77

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

0 commit comments

Comments
 (0)