Skip to content

Commit 896f432

Browse files
committed
v0.5.0
1 parent d2861bf commit 896f432

File tree

32 files changed

+118
-118
lines changed

32 files changed

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

packages/client-core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
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.4.0",
6+
"version": "0.5.0",
77
"license": "ISC",
88
"dependencies": {
9-
"@xmpp/connection": "^0.4.0",
10-
"@xmpp/jid": "^0.4.0",
11-
"@xmpp/xml": "^0.4.0"
9+
"@xmpp/connection": "^0.5.0",
10+
"@xmpp/jid": "^0.5.0",
11+
"@xmpp/xml": "^0.5.0"
1212
},
1313
"engines": {
1414
"node": ">= 10.0.0",

packages/client/package.json

Lines changed: 17 additions & 17 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.4.0",
6+
"version": "0.5.0",
77
"license": "ISC",
88
"dependencies": {
9-
"@xmpp/client-core": "^0.4.0",
10-
"@xmpp/iq": "^0.4.0",
11-
"@xmpp/middleware": "^0.4.0",
12-
"@xmpp/reconnect": "^0.4.0",
13-
"@xmpp/resolve": "^0.4.0",
14-
"@xmpp/resource-binding": "^0.4.0",
15-
"@xmpp/sasl": "^0.4.0",
16-
"@xmpp/sasl-anonymous": "^0.4.0",
17-
"@xmpp/sasl-plain": "^0.4.0",
18-
"@xmpp/sasl-scram-sha-1": "^0.4.0",
19-
"@xmpp/session-establishment": "^0.4.0",
20-
"@xmpp/starttls": "^0.4.0",
21-
"@xmpp/stream-features": "^0.4.0",
22-
"@xmpp/tcp": "^0.4.0",
23-
"@xmpp/tls": "^0.4.0",
24-
"@xmpp/websocket": "^0.4.0"
9+
"@xmpp/client-core": "^0.5.0",
10+
"@xmpp/iq": "^0.5.0",
11+
"@xmpp/middleware": "^0.5.0",
12+
"@xmpp/reconnect": "^0.5.0",
13+
"@xmpp/resolve": "^0.5.0",
14+
"@xmpp/resource-binding": "^0.5.0",
15+
"@xmpp/sasl": "^0.5.0",
16+
"@xmpp/sasl-anonymous": "^0.5.0",
17+
"@xmpp/sasl-plain": "^0.5.0",
18+
"@xmpp/sasl-scram-sha-1": "^0.5.0",
19+
"@xmpp/session-establishment": "^0.5.0",
20+
"@xmpp/starttls": "^0.5.0",
21+
"@xmpp/stream-features": "^0.5.0",
22+
"@xmpp/tcp": "^0.5.0",
23+
"@xmpp/tls": "^0.5.0",
24+
"@xmpp/websocket": "^0.5.0"
2525
},
2626
"browser": {
2727
"url": false,

packages/component-core/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-core",
66
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
7-
"version": "0.4.0",
7+
"version": "0.5.0",
88
"license": "ISC",
99
"keywords": [
1010
"XMPP",
1111
"component",
1212
"core"
1313
],
1414
"dependencies": {
15-
"@xmpp/connection-tcp": "^0.4.0",
16-
"@xmpp/jid": "^0.4.0",
17-
"@xmpp/xml": "^0.4.0"
15+
"@xmpp/connection-tcp": "^0.5.0",
16+
"@xmpp/jid": "^0.5.0",
17+
"@xmpp/xml": "^0.5.0"
1818
},
1919
"engines": {
2020
"node": ">= 10.0.0",

packages/component/package.json

Lines changed: 5 additions & 5 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.4.0",
7+
"version": "0.5.0",
88
"license": "ISC",
99
"keywords": [
1010
"XMPP",
1111
"component"
1212
],
1313
"dependencies": {
14-
"@xmpp/component-core": "^0.4.0",
15-
"@xmpp/iq": "^0.4.0",
16-
"@xmpp/middleware": "^0.4.0",
17-
"@xmpp/reconnect": "^0.4.0"
14+
"@xmpp/component-core": "^0.5.0",
15+
"@xmpp/iq": "^0.5.0",
16+
"@xmpp/middleware": "^0.5.0",
17+
"@xmpp/reconnect": "^0.5.0"
1818
},
1919
"engines": {
2020
"node": ">= 10.0.0",

packages/connection-tcp/package.json

Lines changed: 3 additions & 3 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/connection-tcp",
66
"bugs": "http://github.com/xmppjs/xmpp.js/issues",
7-
"version": "0.4.0",
7+
"version": "0.5.0",
88
"license": "ISC",
99
"keywords": [
1010
"XMPP",
1111
"connection",
1212
"TCP"
1313
],
1414
"dependencies": {
15-
"@xmpp/connection": "^0.4.0",
15+
"@xmpp/connection": "^0.5.0",
1616
"@xmpp/streamparser": "^0.0.6",
17-
"@xmpp/xml": "^0.4.0"
17+
"@xmpp/xml": "^0.5.0"
1818
},
1919
"engines": {
2020
"node": ">= 10.0.0",

packages/connection/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
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.4.0",
7+
"version": "0.5.0",
88
"license": "ISC",
99
"keywords": [
1010
"XMPP",
1111
"connection"
1212
],
1313
"dependencies": {
14-
"@xmpp/error": "^0.4.0",
15-
"@xmpp/events": "^0.4.0",
16-
"@xmpp/jid": "^0.4.0",
14+
"@xmpp/error": "^0.5.0",
15+
"@xmpp/events": "^0.5.0",
16+
"@xmpp/jid": "^0.5.0",
1717
"@xmpp/streamparser": "^0.0.6",
18-
"@xmpp/xml": "^0.4.0"
18+
"@xmpp/xml": "^0.5.0"
1919
},
2020
"engines": {
2121
"node": ">= 10.0.0",

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

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

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.4.0",
7+
"version": "0.5.0",
88
"license": "ISC",
99
"keywords": [
1010
"event",

0 commit comments

Comments
 (0)