Skip to content

Commit 63cbb44

Browse files
committed
v0.11.1
1 parent 6449ae2 commit 63cbb44

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.11.0",
2+
"version": "0.11.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"repository": "github:xmppjs/xmpp.js",
44
"homepage": "http://github.com/xmppjs/xmpp.js",
55
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
6-
"version": "0.11.0",
6+
"version": "0.11.1",
77
"license": "ISC",
88
"dependencies": {
99
"@xmpp/client-core": "^0.11.0",
@@ -19,7 +19,7 @@
1919
"@xmpp/session-establishment": "^0.11.0",
2020
"@xmpp/starttls": "^0.11.0",
2121
"@xmpp/stream-features": "^0.11.0",
22-
"@xmpp/stream-management": "^0.11.0",
22+
"@xmpp/stream-management": "^0.11.1",
2323
"@xmpp/tcp": "^0.11.0",
2424
"@xmpp/tls": "^0.11.0",
2525
"@xmpp/websocket": "^0.11.0"

packages/stream-management/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"repository": "github:xmppjs/xmpp.js",
55
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/stream-management",
66
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
7-
"version": "0.11.0",
7+
"version": "0.11.1",
88
"license": "ISC",
99
"keywords": [
1010
"XMPP",

packages/test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"repository": "github:xmppjs/xmpp.js",
55
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/test",
66
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
7-
"version": "0.11.0",
7+
"version": "0.11.1",
88
"license": "ISC",
99
"keywords": [
1010
"XMPP",
@@ -15,7 +15,7 @@
1515
"yarn": ">= 1.0.0"
1616
},
1717
"dependencies": {
18-
"@xmpp/client": "^0.11.0",
18+
"@xmpp/client": "^0.11.1",
1919
"@xmpp/connection": "^0.11.0",
2020
"@xmpp/debug": "^0.11.0",
2121
"@xmpp/events": "^0.11.0",

packages/xmpp.js/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"repository": "github:xmppjs/xmpp.js",
55
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/xmpp.js",
66
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
7-
"version": "0.11.0",
7+
"version": "0.11.1",
88
"license": "ISC",
99
"keywords": [
1010
"XMPP",
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@xmpp/base64": "^0.11.0",
21-
"@xmpp/client": "^0.11.0",
21+
"@xmpp/client": "^0.11.1",
2222
"@xmpp/client-core": "^0.11.0",
2323
"@xmpp/component": "^0.11.0",
2424
"@xmpp/component-core": "^0.11.0",
@@ -41,9 +41,9 @@
4141
"@xmpp/session-establishment": "^0.11.0",
4242
"@xmpp/starttls": "^0.11.0",
4343
"@xmpp/stream-features": "^0.11.0",
44-
"@xmpp/stream-management": "^0.11.0",
44+
"@xmpp/stream-management": "^0.11.1",
4545
"@xmpp/tcp": "^0.11.0",
46-
"@xmpp/test": "^0.11.0",
46+
"@xmpp/test": "^0.11.1",
4747
"@xmpp/time": "^0.11.0",
4848
"@xmpp/tls": "^0.11.0",
4949
"@xmpp/uri": "^0.11.0",

0 commit comments

Comments
 (0)