Skip to content

Commit 45d51f5

Browse files
committed
Released js-sdk & react-sdk
1 parent aaf1afa commit 45d51f5

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
"gemini-scrollbar": "github:matrix-org/gemini-scrollbar#91e1e566",
7575
"gfm.css": "^1.1.2",
7676
"highlight.js": "^9.13.1",
77-
"matrix-js-sdk": "2.4.6-rc.1",
78-
"matrix-react-sdk": "1.7.5-rc.1",
77+
"matrix-js-sdk": "2.4.6",
78+
"matrix-react-sdk": "1.7.5",
7979
"modernizr": "^3.6.0",
8080
"olm": "https://packages.matrix.org/npm/olm/olm-3.1.4.tgz",
8181
"postcss-easings": "^2.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6019,10 +6019,10 @@ math-random@^1.0.1:
60196019
resolved "https://registry.yarnpkg.com/math-random/-/math-random-1.0.4.tgz#5dd6943c938548267016d4e34f057583080c514c"
60206020
integrity sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==
60216021

6022-
6023-
version "2.4.6-rc.1"
6024-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-2.4.6-rc.1.tgz#27524e3db8444f0c879aa1c532e7c8d02f31de60"
6025-
integrity sha512-0L37WWq0qqJKGt93/lS29dgKcVGZ6b7thbbcv1/5vXPfvr3BaLL3Hce/krMQfToWktaNCUvi0bzUshyRY3VWqQ==
6022+
6023+
version "2.4.6"
6024+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-2.4.6.tgz#162e46dccc880889312b056e4a7b4b91c17a5842"
6025+
integrity sha512-ydU64WwAYFjaTJ7JTv/JM3HmSY7leHWm3x3j0J4KWVhDDxsLoQ/v8Tc6FwlVom9/B9VvGTk+AG3aY0zgNk8LQg==
60266026
dependencies:
60276027
another-json "^0.2.0"
60286028
babel-runtime "^6.26.0"
@@ -6043,10 +6043,10 @@ matrix-mock-request@^1.2.3:
60436043
bluebird "^3.5.0"
60446044
expect "^1.20.2"
60456045

6046-
6047-
version "1.7.5-rc.1"
6048-
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-1.7.5-rc.1.tgz#53669e830e88cd39817b23e53d0c1cb8dbc39e42"
6049-
integrity sha512-SleiL6evFZemQxb7kIjPnC4FEKYjSvYMFhQEMgBQ7EJCi2pZbRNLDYaMcumu2ReGqyg4ueaZqoGm2Asdzoo6rw==
6046+
6047+
version "1.7.5"
6048+
resolved "https://registry.yarnpkg.com/matrix-react-sdk/-/matrix-react-sdk-1.7.5.tgz#aba571b4753c29a67f11361d0f70dbbf3dd4649a"
6049+
integrity sha512-mw/rYTTxuO8V3UjlHHBu+Cx5rX6w1C6IwscqFdlow4XtREbDyE+BZ15jCvRZzuV1ELINDMj5FJ6HvfO7aN4DVQ==
60506050
dependencies:
60516051
babel-plugin-syntax-dynamic-import "^6.18.0"
60526052
babel-runtime "^6.26.0"
@@ -6078,7 +6078,7 @@ [email protected]:
60786078
linkifyjs "^2.1.6"
60796079
lodash "^4.17.14"
60806080
lolex "4.2"
6081-
matrix-js-sdk "2.4.6-rc.1"
6081+
matrix-js-sdk "2.4.6"
60826082
optimist "^0.6.1"
60836083
pako "^1.0.5"
60846084
png-chunks-extract "^1.0.0"

0 commit comments

Comments
 (0)