Skip to content

Commit 1501a06

Browse files
committed
v0.5.1
1 parent 5b3c7fb commit 1501a06

File tree

18 files changed

+58
-58
lines changed

18 files changed

+58
-58
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.5.0",
2+
"version": "0.5.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"packages": [

packages/client-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
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.5.0",
6+
"version": "0.5.1",
77
"license": "ISC",
88
"dependencies": {
9-
"@xmpp/connection": "^0.5.0",
9+
"@xmpp/connection": "^0.5.1",
1010
"@xmpp/jid": "^0.5.0",
1111
"@xmpp/xml": "^0.5.0"
1212
},

packages/client/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@
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.5.0",
6+
"version": "0.5.1",
77
"license": "ISC",
88
"dependencies": {
9-
"@xmpp/client-core": "^0.5.0",
10-
"@xmpp/iq": "^0.5.0",
9+
"@xmpp/client-core": "^0.5.1",
10+
"@xmpp/iq": "^0.5.1",
1111
"@xmpp/middleware": "^0.5.0",
12-
"@xmpp/reconnect": "^0.5.0",
13-
"@xmpp/resolve": "^0.5.0",
12+
"@xmpp/reconnect": "^0.5.1",
13+
"@xmpp/resolve": "^0.5.1",
1414
"@xmpp/resource-binding": "^0.5.0",
15-
"@xmpp/sasl": "^0.5.0",
15+
"@xmpp/sasl": "^0.5.1",
1616
"@xmpp/sasl-anonymous": "^0.5.0",
1717
"@xmpp/sasl-plain": "^0.5.0",
1818
"@xmpp/sasl-scram-sha-1": "^0.5.0",
1919
"@xmpp/session-establishment": "^0.5.0",
20-
"@xmpp/starttls": "^0.5.0",
20+
"@xmpp/starttls": "^0.5.1",
2121
"@xmpp/stream-features": "^0.5.0",
22-
"@xmpp/tcp": "^0.5.0",
23-
"@xmpp/tls": "^0.5.0",
24-
"@xmpp/websocket": "^0.5.0"
22+
"@xmpp/tcp": "^0.5.1",
23+
"@xmpp/tls": "^0.5.1",
24+
"@xmpp/websocket": "^0.5.1"
2525
},
2626
"browser": "./browser.js",
2727
"react-native": "./browser.js",

packages/component-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"repository": "github:xmppjs/xmpp.js",
55
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/component-core",
66
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
7-
"version": "0.5.0",
7+
"version": "0.5.1",
88
"license": "ISC",
99
"keywords": [
1010
"XMPP",
1111
"component",
1212
"core"
1313
],
1414
"dependencies": {
15-
"@xmpp/connection-tcp": "^0.5.0",
15+
"@xmpp/connection-tcp": "^0.5.1",
1616
"@xmpp/jid": "^0.5.0",
1717
"@xmpp/xml": "^0.5.0"
1818
},

packages/component/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"repository": "github:xmppjs/xmpp.js",
55
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/component",
66
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
7-
"version": "0.5.0",
7+
"version": "0.5.1",
88
"license": "ISC",
99
"keywords": [
1010
"XMPP",
1111
"component"
1212
],
1313
"dependencies": {
14-
"@xmpp/component-core": "^0.5.0",
15-
"@xmpp/iq": "^0.5.0",
14+
"@xmpp/component-core": "^0.5.1",
15+
"@xmpp/iq": "^0.5.1",
1616
"@xmpp/middleware": "^0.5.0",
17-
"@xmpp/reconnect": "^0.5.0"
17+
"@xmpp/reconnect": "^0.5.1"
1818
},
1919
"engines": {
2020
"node": ">= 10.0.0",

packages/connection-tcp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"repository": "github:xmppjs/xmpp.js",
55
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/connection-tcp",
66
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
7-
"version": "0.5.0",
7+
"version": "0.5.1",
88
"license": "ISC",
99
"keywords": [
1010
"XMPP",
1111
"connection",
1212
"TCP"
1313
],
1414
"dependencies": {
15-
"@xmpp/connection": "^0.5.0",
15+
"@xmpp/connection": "^0.5.1",
1616
"@xmpp/streamparser": "^0.0.6",
1717
"@xmpp/xml": "^0.5.0"
1818
},

packages/connection/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"repository": "github:xmppjs/xmpp.js",
55
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/connection",
66
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
7-
"version": "0.5.0",
7+
"version": "0.5.1",
88
"license": "ISC",
99
"keywords": [
1010
"XMPP",
1111
"connection"
1212
],
1313
"dependencies": {
1414
"@xmpp/error": "^0.5.0",
15-
"@xmpp/events": "^0.5.0",
15+
"@xmpp/events": "^0.5.1",
1616
"@xmpp/jid": "^0.5.0",
1717
"@xmpp/streamparser": "^0.0.6",
1818
"@xmpp/xml": "^0.5.0"

packages/events/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/events",
66
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
7-
"version": "0.5.0",
7+
"version": "0.5.1",
88
"license": "ISC",
99
"keywords": [
1010
"event",

packages/iq/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/iq",
66
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
7-
"version": "0.5.0",
7+
"version": "0.5.1",
88
"license": "ISC",
99
"keywords": [
1010
"XMPP",
@@ -17,7 +17,7 @@
1717
"yarn": ">= 1.0.0"
1818
},
1919
"dependencies": {
20-
"@xmpp/events": "^0.5.0",
20+
"@xmpp/events": "^0.5.1",
2121
"@xmpp/id": "^0.5.0",
2222
"@xmpp/middleware": "^0.5.0",
2323
"@xmpp/xml": "^0.5.0"

packages/reconnect/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"repository": "github:xmppjs/xmpp.js",
55
"homepage": "https://github.com/xmppjs/xmpp.js/tree/master/packages/reconnect",
66
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
7-
"version": "0.5.0",
7+
"version": "0.5.1",
88
"license": "ISC",
99
"keywords": [
1010
"XMPP",
1111
"reconnect"
1212
],
1313
"dependencies": {
14-
"@xmpp/events": "^0.5.0"
14+
"@xmpp/events": "^0.5.1"
1515
},
1616
"engines": {
1717
"node": ">= 10.0.0",

0 commit comments

Comments
 (0)